Function
GObjectTypePluginCompleteTypeInfo
Declaration
void
(* GTypePluginCompleteTypeInfo) (
GTypePlugin* plugin,
GType g_type,
GTypeInfo* info,
GTypeValueTable* value_table
)
Parameters
plugin
-
Type:
GTypePlugin
The
GTypePlugin
.The data is owned by the caller of the function. g_type
-
Type:
GType
The
GType
whose info is completed. info
-
Type:
GTypeInfo
The
GTypeInfo
struct to fill in.The data is owned by the caller of the function. value_table
-
Type:
GTypeValueTable
The
GTypeValueTable
to fill in.The data is owned by the caller of the function.