Trait gio::subclass::prelude::InitableImpl
source · pub trait InitableImpl: ObjectImpl {
// Required method
fn init(
&self,
initable: &Self::Type,
cancellable: Option<&Cancellable>
) -> Result<(), Error>;
}