projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbb8dff
)
Add Destroy method of IEngineFactory interface.
author
Huang Peng
<shawn.p.huang@gmail.com>
Wed, 2 Jul 2008 10:12:13 +0000
(18:12 +0800)
committer
Huang Peng
<shawn.p.huang@gmail.com>
Wed, 2 Jul 2008 10:12:13 +0000
(18:12 +0800)
ibus/interface/ienginefactory.py
patch
|
blob
|
history
diff --git
a/ibus/interface/ienginefactory.py
b/ibus/interface/ienginefactory.py
index
dcc23f7
..
98da317
100644
(file)
--- a/
ibus/interface/ienginefactory.py
+++ b/
ibus/interface/ienginefactory.py
@@
-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
+
+