Add Destroy method of IEngineFactory interface.
authorHuang Peng <shawn.p.huang@gmail.com>
Wed, 2 Jul 2008 10:12:13 +0000 (18:12 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Wed, 2 Jul 2008 10:12:13 +0000 (18:12 +0800)
ibus/interface/ienginefactory.py

index dcc23f7..98da317 100644 (file)
@@ -53,3 +53,8 @@ class IEngineFactory (dbus.service.Object):
        @method (out_signature = "o")
        def CreateEngine (self): pass
 
+       # Destroy the engine
+       @method ()
+       def Destroy (self): pass
+
+