Class
FoundryGir
Description [src]
final class Foundry.Gir : GObject.Object
{
/* No available fields */
}
Represents a GObject Introspection Repository (GIR) file.
FoundryGir provides functionality for parsing and accessing GIR files which contain metadata about GObject-based libraries. It enables introspection of library APIs and provides information about classes, functions, and other symbols for development tools and documentation generation.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.