summaryrefslogtreecommitdiff
path: root/dbus/gobject_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/gobject_service.py')
-rw-r--r--dbus/gobject_service.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/gobject_service.py b/dbus/gobject_service.py
index ef16009..3d096c4 100644
--- a/dbus/gobject_service.py
+++ b/dbus/gobject_service.py
@@ -55,6 +55,8 @@ class ExportedGObject(gobject.GObject, dbus.service.Object):
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.
+
+ :undocumented: __gtype__
"""
__metaclass__ = ExportedGObjectType