Part of kiwi
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 | 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 | gproperty | Add a GObject property to the current object. |
Function | quote | Similar to urllib.quote but for glibs GMarkup |
Class | _GObjectClassInittableMetaType | Undocumented |
Class | _GobjectClassInittableObject | Undocumented |
Function | _max | Undocumented |
Parameters | gtype | the class to register |
Add a GObject signal to the current object. It current supports the following types:
Parameters | name | name of the signal (type: string ) |
args | types for signal parameters, if the first one is a string 'override', the signal will be overridden and must therefor exists in the parent GObject. | |
Notes | flags: A combination of;
| |
retval: return value in signal callback |
Parameters | name | name of property (type: string ) |
ptype | type of property (type: type ) | |
default | default value | |
nick | short description | |
blurb | long description | |
flags | parameter flags, a combination of:
Optional, only for int, float, long types: | |
Notes | minimum: minimum allowed value | |
maximum: maximum allowed value |