GObject utilities and addons
| Function | list_properties | Return a list of all properties for GType gtype, excluding |
| Function | type_register | Register the type, but only if it's not already registered |
| Class | _GObjectClassInittableMetaType | Undocumented |
| Class | _GobjectClassInittableObject | Undocumented |
| Class | PropertyMeta | Metaclass that takes into account properties and signals |
| Class | PropertyObject | I am an object which maps GObject properties to attributes |
| Function | gsignal | Add a GObject signal to the current object. |
| Function | _max | Undocumented |
| Function | gproperty | Add a GObject property to the current object. |
| Function | quote | Similar to urllib.quote but for glibs GMarkup |
Return a list of all properties for GType gtype, excluding properties in parent classes
Register the type, but only if it's not already registered
Add a GObject signal to the current object. It current supports the following types:
Add a GObject property to the current object.
Similar to urllib.quote but for glibs GMarkup