summaryrefslogtreecommitdiffstats
path: root/ibus/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'ibus/common.py')
-rw-r--r--ibus/common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ibus/common.py b/ibus/common.py
index f410ac2..a5927af 100644
--- a/ibus/common.py
+++ b/ibus/common.py
@@ -28,6 +28,7 @@ __all__ = (
"IBUS_ENGINE_FACTORY_IFACE",
"IBUS_ENGINE_IFACE",
"IBUS_PANEL_IFACE",
+ "IBUS_NOTIFICATIONS_IFACE",
"default_reply_handler",
"default_error_handler",
"DEFAULT_ASYNC_HANDLERS",
@@ -74,6 +75,7 @@ IBUS_CONFIG_IFACE = "org.freedesktop.ibus.Config"
IBUS_ENGINE_FACTORY_IFACE = "org.freedesktop.ibus.EngineFactory"
IBUS_ENGINE_IFACE = "org.freedesktop.ibus.Engine"
IBUS_PANEL_IFACE = "org.freedesktop.ibus.Panel"
+IBUS_NOTIFICATIONS_IFACE = "org.freedesktop.ibus.Notifications"
def default_reply_handler( *args):
pass