aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-04 11:55:52 -0500
committerTed Gould <ted@gould.cx>2010-08-04 11:55:52 -0500
commit4189a76c67f80a8c6a8e80142e7cfeffab1039e9 (patch)
tree3eb868cf6bda9fac447d35366de031579625e986 /src/application-service-appstore.c
parent8b0b19a5ea43dbb1e676248ef6eeee6ece21f3da (diff)
downloadayatana-indicator-application-4189a76c67f80a8c6a8e80142e7cfeffab1039e9.tar.gz
ayatana-indicator-application-4189a76c67f80a8c6a8e80142e7cfeffab1039e9.tar.bz2
ayatana-indicator-application-4189a76c67f80a8c6a8e80142e7cfeffab1039e9.zip
Adding defines for the new properties and signal.
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r--src/application-service-appstore.c3
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 {