EnumInfo
Object Hierarchy:
Description:
[
CCode ( type_id =
"g_base_info_gtype_get_type ()" ) ]
[
Compact ]
public class EnumInfo :
BaseInfo
Represents an enum or a flag.
Content:
Methods:
- public unowned string get_error_domain ()
Obtain the string form of the quark for the error domain associated
with this enum, if any.
- public FunctionInfo get_method (int n)
Obtain an enum type method at index n
.
- public int get_n_methods ()
Obtain the number of methods that this enum type has.
- public int get_n_values ()
Obtain the number of values this enumeration contains.
- public TypeTag get_storage_type ()
Obtain the tag of the type used for the enum in the C ABI.
- public ValueInfo get_value (int n)
Obtain a value for this enumeration.
Inherited Members:
All known members inherited from class GI.BaseInfo