Type Alias GTypePluginCompleteInterfaceInfo

Source
pub type GTypePluginCompleteInterfaceInfo = Option<unsafe extern "C" fn(plugin: *mut GTypePlugin, instance_type: GType, interface_type: GType, info: *mut GInterfaceInfo)>;
Expand description

GTypePluginCompleteInterfaceInfo: @plugin: the #GTypePlugin @instance_type: the #GType of an instantiatable type to which the interface is added @interface_type: the #GType of the interface whose info is completed @info: the #GInterfaceInfo to fill in

The type of the @complete_interface_info function of #GTypePluginClass.

Aliased Type§

enum GTypePluginCompleteInterfaceInfo {
    None,
    Some(unsafe extern "C" fn(*mut _GTypePlugin, u32, u32, *mut _GInterfaceInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _GTypePlugin, u32, u32, *mut _GInterfaceInfo))

Some value of type T.