Home | Trees | Indices | Help |
---|
|
gobject.GObject --+ | object --+ | | | service.Interface --+ | | | service.Object --+ | ExportedGObject
A GObject which is exported on the D-Bus.
Because GObject and dbus.service.Object both have custom metaclasses, the naive approach using simple multiple inheritance won't work. This class has ExportedGObjectType as its metaclass, which is sufficient to make it work correctly.
|
|||
__metaclass__ A metaclass which inherits from both GObjectMeta and dbus.service.InterfaceType. Used as the metaclass for ExportedGObject. |
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jul 27 11:31:10 2011 | http://epydoc.sourceforge.net |