aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-shared.h
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-16 15:44:35 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-16 15:44:35 -0400
commit576d527e433e2af69979665efbc3661b0a6ca7a9 (patch)
treea64ae07a33ac161497de84b3e010c40d1690124b /src/dbus-shared.h
parent78a9257d380087694ae60898debec2dfb27d41ed (diff)
downloadayatana-indicator-notifications-576d527e433e2af69979665efbc3661b0a6ca7a9.tar.gz
ayatana-indicator-notifications-576d527e433e2af69979665efbc3661b0a6ca7a9.tar.bz2
ayatana-indicator-notifications-576d527e433e2af69979665efbc3661b0a6ca7a9.zip
A bit of renaming with the dbusmenu properties.
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r--src/dbus-shared.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h
index 6e8cd65..76d30ab 100644
--- a/src/dbus-shared.h
+++ b/src/dbus-shared.h
@@ -24,4 +24,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#define MENU_OBJ "/com/launchpad/RecentNotifications/indicator/menu"
-#define DBUSMENU_NOTIFICATION_MENUITEM_TYPE "x-launchpad-recent-notifications-item"
+#define NOTIFICATION_MENUITEM_TYPE "notification-menuitem"
+#define NOTIFICATION_MENUITEM_PROP_APP_NAME "notification-menuitem-prop-app-name"
+#define NOTIFICATION_MENUITEM_PROP_APP_ICON "notification-menuitem-prop-app-icon"
+#define NOTIFICATION_MENUITEM_PROP_SUMMARY "notification-menuitem-prop-summary"
+#define NOTIFICATION_MENUITEM_PROP_BODY "notification-menuitem-prop-body"