pub type GTypePluginCompleteTypeInfo = Option<unsafe extern "C" fn(plugin: *mut GTypePlugin, g_type: GType, info: *mut GTypeInfo, value_table: *mut GTypeValueTable)>;
Expand description
GTypePluginCompleteTypeInfo: @plugin: the #GTypePlugin @g_type: the #GType whose info is completed @info: the #GTypeInfo struct to fill in @value_table: the #GTypeValueTable to fill in
The type of the @complete_type_info function of #GTypePluginClass.
Aliased Type§
enum GTypePluginCompleteTypeInfo {
None,
Some(unsafe extern "C" fn(*mut _GTypePlugin, u32, *mut _GTypeInfo, *mut _GTypeValueTable)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut _GTypePlugin, u32, *mut _GTypeInfo, *mut _GTypeValueTable))
Some value of type T
.