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 | _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 | 
| Parameters | gtype | the class to register | 
| 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: 
 | |
| Notes | minimum: minimum allowed value | |
| maximum: maximum allowed value | ||