Add all classes in ibus.py
authorPeng Huang <shawn.p.huang@gmail.com>
Thu, 3 Jun 2010 13:18:50 +0000 (21:18 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Thu, 3 Jun 2010 13:18:50 +0000 (21:18 +0800)
src/python/ibus.py

index e0d0379..539b9e9 100644 (file)
@@ -1,11 +1,23 @@
 from gi.repository.IBus import \
+    AttrList, \
+    Attribute, \
     Bus, \
+    Component, \
+    Config, \
+    Connection, \
     Engine, \
-    Attribute, \
-    AttrList, \
-    Text, \
+    EngineDesc, \
+    Factory, \
+    HotkeyProfile, \
+    Keymap, \
     LookupTable, \
-    Property, \
+    Object, \
+    ObservedPath, \
+    PanelService, \
     PropList, \
-    Component, \
-    EngineDesc
+    Property, \
+    Proxy, \
+    Serializable, \
+    Server, \
+    Service, \
+    Text