Flags.completeTypeInfo

This function is meant to be called from the complete_type_info() function of a #GTypePlugin implementation, see the example for g_enum_complete_type_info() above.

struct Flags
static
void
completeTypeInfo

Parameters

gFlagsType GType

the type identifier of the type being completed

info GTypeInfo

the #GTypeInfo struct to be filled in

constValues GFlagsValue*

An array of #GFlagsValue structs for the possible enumeration values. The array is terminated by a struct with all members being 0.

Meta