InfoType
  
  Description:
  [ CCode ( cprefix = "GI_INFO_TYPE_" ,  has_type_id = false ) ]
public enum InfoType
  
  
    The type of a GIBaseInfo struct.
   
  
  
  Content:
  Enum values:
  
    - ARG - argument of a function
        or callback, see ArgInfo
 
    - BOXED - boxed, see 
        StructInfo or 
        UnionInfo
 
    - CALLBACK - callback, see 
        FunctionInfo
 
    - CONSTANT - contant, see 
        ConstantInfo
 
    - ENUM - enum, see 
        EnumInfo
 
    - FIELD - struct or union
        field, see FieldInfo
 
    - FLAGS - flags, see 
        EnumInfo
 
    - FUNCTION - function, see 
        FunctionInfo
 
    - INTERFACE - interface,
        see InterfaceInfo
 
    - INVALID - invalid type
      
 
    - INVALID_0 - deleted,
        used to be GI_INFO_TYPE_ERROR_DOMAIN.
 
    - OBJECT - object, see 
        ObjectInfo
 
    - PROPERTY - GObject
        property, see PropertyInfo
 
    - SIGNAL - signal, see 
        SignalInfo
 
    - STRUCT - struct, see 
        StructInfo
 
    - TYPE - type information, see 
        TypeInfo
 
    - UNION - union, see 
        UnionInfo
 
    - UNRESOLVED - unresolved
        type, a type which is not present in the typelib, or any of its dependencies.
 
    - VALUE - enum value, see 
        ValueInfo
 
    - VFUNC - virtual function,
        see VFuncInfo
 
  
  Methods: