complete_type_info


Description:

public static void complete_type_info (Type g_flags_type, out TypeInfo info, FlagsValue[] const_values)

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

Parameters:

g_flags_type

the type identifier of the type being completed

info

the TypeInfo struct to be filled in

const_values

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