TypePlugin
Object Hierarchy:
Description:
[ CCode ( lower_case_csuffix = "type_plugin" , type_id = "g_type_plugin_get_type ()" ) ]
public interface TypePlugin
The TypePlugin interface is used by the type system in order to handle the lifecycle of dynamically loaded
types.
All known implementing classes:
Content:
Methods:
- public void complete_interface_info (Type instance_type, Type interface_type, InterfaceInfo info)
Calls the complete_interface_info
function from the
TypePlugin of this.
- public void complete_type_info (Type g_type, TypeInfo info, TypeValueTable value_table)
Calls the complete_type_info
function from the
TypePlugin of this.
- public void unuse ()
Calls the unuse_plugin
function from the
TypePlugin of this.
- public void use ()
Calls the use_plugin
function from the
TypePlugin of this.