Import line: | GModule = imports.gi.GModule; |
GIR File: | GModule-2.0.gir |
C documentation: | GModuleModule |
Struct : | Module |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
close
()
:
Boolean
|
GModule.Module | |
make_resident
()
:
none
|
GModule.Module | |
name
()
:
String
|
GModule.Module | |
GModule.Module |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GModule
Method |
|
Gladeui
Method |
Loads the named library from the Glade modules directory, or failing that from the standard platform specific directories.
|
Gladeui
Method |
Gladeui.xml_load_sym_from_node
(XmlNode node_in, Module module, String tagname, void* sym_location)
:
Boolean
|
Gladeui.GObjectAdaptor
Method |
Gladeui.GObjectAdaptor.from_catalog
(Catalog catalog, XmlNode class_node, Module module)
:
Gladeui.WidgetAdaptor
Dynamicly creates a subclass of GladeWidgetAdaptor and subclasses the closest parent adaptor (parent class adapters must be creates/registerd prior to child classes, otherwise inheritance wont work) and parses in the relevent catalog info.
|
Gladeui.Property
Method |
Gladeui.Property.class_update_from_node
(XmlNode node, Module module, Number object_type, PropertyClass property_class, String domain)
:
Boolean
Updates the property_class with the contents of the node in the xml file.
|
Gst.Plugin
Method |
get_module
()
:
GModule.Module
Gets the GModule of the plugin.
|
Peas.ObjectModule
Method |
get_library
()
:
GModule.Module
|