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.
the type identifier of the type being completed
the #GTypeInfo struct to be filled in
An array of #GFlagsValue structs for the possible enumeration values. The array is terminated by a struct with all members being 0.
See Implementation
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.