aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-data.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-26 20:06:09 -0500
committerTed Gould <ted@canonical.com>2009-08-26 20:06:09 -0500
commit96d5cadae1492a0d4db6e38f606be309e76ab0aa (patch)
tree8ce1cbea6d3f1f87c89e3afd43447739b56cd55e /src/dbus-data.h
parentbb8dfce7d1a137eeff3792862b3f9a27416f3836 (diff)
downloadayatana-indicator-messages-96d5cadae1492a0d4db6e38f606be309e76ab0aa.tar.gz
ayatana-indicator-messages-96d5cadae1492a0d4db6e38f606be309e76ab0aa.tar.bz2
ayatana-indicator-messages-96d5cadae1492a0d4db6e38f606be309e76ab0aa.zip
Pulling the type and the properties into the shared DBus header.
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r--src/dbus-data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h
index e7d4d26..db59003 100644
--- a/src/dbus-data.h
+++ b/src/dbus-data.h
@@ -8,4 +8,8 @@
#define INDICATOR_MESSAGES_DBUS_SERVICE_OBJECT "/org/ayatana/indicator/messages/service"
#define INDICATOR_MESSAGES_DBUS_SERVICE_INTERFACE "org.ayatana.indicator.messages.service"
+#define LAUNCHER_MENUITEM_TYPE "launcher-item"
+#define LAUNCHER_MENUITEM_PROP_APP_NAME "application-name"
+#define LAUNCHER_MENUITEM_PROP_APP_DESC "application-description"
+
#endif /* __DBUS_DATA_H__ */