aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service-dbus.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-05-30 19:23:43 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-05-30 19:23:43 +0200
commitcb34c1a8d430a21330edc0119a6b74642f77c274 (patch)
treea849268e122d9089e99c105621e93a09e2231959 /src/messages-service-dbus.h
parent83f04d7c7df43dc4672a5686ecc5810f32efe000 (diff)
downloadayatana-indicator-messages-cb34c1a8d430a21330edc0119a6b74642f77c274.tar.gz
ayatana-indicator-messages-cb34c1a8d430a21330edc0119a6b74642f77c274.tar.bz2
ayatana-indicator-messages-cb34c1a8d430a21330edc0119a6b74642f77c274.zip
Allow applications to (un)register themselves from the messaging menu via d-bus
Diffstat (limited to 'src/messages-service-dbus.h')
-rw-r--r--src/messages-service-dbus.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/messages-service-dbus.h b/src/messages-service-dbus.h
index 7a8574e..f95b61b 100644
--- a/src/messages-service-dbus.h
+++ b/src/messages-service-dbus.h
@@ -35,8 +35,10 @@ G_BEGIN_DECLS
#define IS_MESSAGE_SERVICE_DBUS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), MESSAGE_SERVICE_DBUS_TYPE))
#define MESSAGE_SERVICE_DBUS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MESSAGE_SERVICE_DBUS_TYPE, MessageServiceDbusClass))
-#define MESSAGE_SERVICE_DBUS_SIGNAL_ATTENTION_CHANGED "attention-changed"
-#define MESSAGE_SERVICE_DBUS_SIGNAL_ICON_CHANGED "icon-changed"
+#define MESSAGE_SERVICE_DBUS_SIGNAL_ATTENTION_CHANGED "attention-changed"
+#define MESSAGE_SERVICE_DBUS_SIGNAL_ICON_CHANGED "icon-changed"
+#define MESSAGE_SERVICE_DBUS_SIGNAL_REGISTER_APPLICATION "register-application"
+#define MESSAGE_SERVICE_DBUS_SIGNAL_UNREGISTER_APPLICATION "unregister-application"
typedef struct _MessageServiceDbus MessageServiceDbus;
typedef struct _MessageServiceDbusClass MessageServiceDbusClass;