pub trait InitableImplExt: ObjectSubclass {
fn parent_init(
&self,
initable: &Self::Type,
cancellable: Option<&Cancellable>
) -> Result<(), Error>;
}
Required Methods
sourcefn parent_init(
pub trait InitableImplExt: ObjectSubclass {
fn parent_init(
&self,
initable: &Self::Type,
cancellable: Option<&Cancellable>
) -> Result<(), Error>;
}