Function
GObjectTypePluginCompleteTypeInfo
Declaration
void
(* GTypePluginCompleteTypeInfo) (
  GTypePlugin* plugin,
  GType g_type,
  GTypeInfo* info,
  GTypeValueTable* value_table
)
Parameters
- plugin
- 
            Type: GTypePluginThe GTypePlugin.The data is owned by the caller of the function. 
- g_type
- 
            Type: GTypeThe GTypewhose info is completed.
- info
- 
            Type: GTypeInfoThe GTypeInfostruct to fill in.The data is owned by the caller of the function. 
- value_table
- 
            Type: GTypeValueTableThe GTypeValueTableto fill in.The data is owned by the caller of the function.