Function

GObject-2.0GObjectflags_complete_type_info

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

    Parameters

    • g_flags_type: GType

      the type identifier of the type being completed

    • const_values: FlagsValue[]

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

    Returns TypeInfo