diff options
author | Ted Gould <ted@gould.cx> | 2010-08-04 11:55:52 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-04 11:55:52 -0500 |
commit | 4189a76c67f80a8c6a8e80142e7cfeffab1039e9 (patch) | |
tree | 3eb868cf6bda9fac447d35366de031579625e986 | |
parent | 8b0b19a5ea43dbb1e676248ef6eeee6ece21f3da (diff) | |
download | libayatana-appindicator-4189a76c67f80a8c6a8e80142e7cfeffab1039e9.tar.gz libayatana-appindicator-4189a76c67f80a8c6a8e80142e7cfeffab1039e9.tar.bz2 libayatana-appindicator-4189a76c67f80a8c6a8e80142e7cfeffab1039e9.zip |
Adding defines for the new properties and signal.
-rw-r--r-- | src/application-service-appstore.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index 311fcb1..17bb987 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -45,10 +45,13 @@ static gboolean _application_service_server_get_applications (ApplicationService #define NOTIFICATION_ITEM_PROP_AICON_NAME "AttentionIconName" #define NOTIFICATION_ITEM_PROP_ICON_PATH "IconThemePath" #define NOTIFICATION_ITEM_PROP_MENU "Menu" +#define NOTIFICATION_ITEM_PROP_LABEL "Label" +#define NOTIFICATION_ITEM_PROP_LABEL_GUIDE "LabelGuide" #define NOTIFICATION_ITEM_SIG_NEW_ICON "NewIcon" #define NOTIFICATION_ITEM_SIG_NEW_AICON "NewAttentionIcon" #define NOTIFICATION_ITEM_SIG_NEW_STATUS "NewStatus" +#define NOTIFICATION_ITEM_SIG_NEW_LABEL "NewLabel" /* Private Stuff */ struct _ApplicationServiceAppstorePrivate { |