diff options
author | Jason Conti <jason.conti@gmail.com> | 2011-05-16 14:14:36 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2011-05-16 14:14:36 -0400 |
commit | 2fe93bc6c6c9d86277bc6b5f77135ed77e837fe4 (patch) | |
tree | 6d1a19f8c69f6bc2c97895fa17161ddb0a156283 /src/dbus-shared.h | |
parent | f055a17dbc1fcd39fc279ce60d65e62268ff30aa (diff) | |
download | ayatana-indicator-notifications-2fe93bc6c6c9d86277bc6b5f77135ed77e837fe4.tar.gz ayatana-indicator-notifications-2fe93bc6c6c9d86277bc6b5f77135ed77e837fe4.tar.bz2 ayatana-indicator-notifications-2fe93bc6c6c9d86277bc6b5f77135ed77e837fe4.zip |
Adding a new notification menuitem type. It isn't currently a custom menuitem, but may need to be eventually.
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h index 7b689ae..6e8cd65 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -23,3 +23,5 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define SERVICE_VERSION 1 #define MENU_OBJ "/com/launchpad/RecentNotifications/indicator/menu" + +#define DBUSMENU_NOTIFICATION_MENUITEM_TYPE "x-launchpad-recent-notifications-item" |