Method
GObjectTypePlugincomplete_type_info
Declaration [src]
void
g_type_plugin_complete_type_info (
  GTypePlugin* plugin,
  GType g_type,
  GTypeInfo* info,
  GTypeValueTable* value_table
)
Description [src]
Calls the complete_type_info function from the GTypePluginClass of plugin.
There should be no need to use this function outside of the GObject
type system itself.
Parameters
- g_type
- 
            Type: GTypeThe GTypewhose info is completed.
- info
- 
            Type: GTypeInfoThe GTypeInfostruct to fill in.The data is owned by the caller of the method. 
- value_table
- 
            Type: GTypeValueTableThe GTypeValueTableto fill in.The data is owned by the caller of the method.