pub type ActorCreateChildFunc = ClutterActorCreateChildFunc;Aliased Type§
pub enum ActorCreateChildFunc {
None,
Some(unsafe extern "C" fn(*mut GObject, *mut c_void) -> *mut ClutterActor),
}pub type ActorCreateChildFunc = ClutterActorCreateChildFunc;pub enum ActorCreateChildFunc {
None,
Some(unsafe extern "C" fn(*mut GObject, *mut c_void) -> *mut ClutterActor),
}