gobject-introspection-1.0
Description:
GObject introspection is a middleware layer between C libraries (using GObject) and language bindings.
Content:
Namespaces:
- GI
Classes:
Structs:
Enums:
Error domains:
Constants:
- public const int MAJOR_VERSION
The major version number of the girepository library.
- public const int MICRO_VERSION
The micro version number of the girepository library.
- public const int MINOR_VERSION
The minor version number of the girepository library.
- public const int TYPE_TAG_N_TYPES
TODO
Delegates:
Methods:
- public uint get_major_version ()
Returns the major version number of the girepository library.
- public uint get_micro_version ()
Returns the micro version number of the girepository library.
- public uint get_minor_version ()
Returns the minor version number of the girepository library.
- public void type_tag_argument_from_hash_pointer (TypeTag storage_type, void* hash_pointer, Argument arg)
GLib data structures, such as List,
SList, and GenericSet, all store data pointers.
- public void* type_tag_hash_pointer_from_argument (TypeTag storage_type, Argument arg)
GLib data structures, such as List,
SList, and GenericSet, all store data pointers.