TypeFlags
Description:
[ CCode ( cprefix = "G_TYPE_FLAG_" , has_type_id = false ) ]
[ Flags ]
public enum TypeFlags
Bit masks used to check or determine characteristics of a type.
Content:
Enum values:
- ABSTRACT - Indicates an abstract type.
- DEPRECATED - The type is deprecated and
may be removed in a future version.
- FINAL - Indicates a final type.
- NONE - No special flags.
- VALUE_ABSTRACT - Indicates an
abstract value type, i.