aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-04 14:56:10 -0500
committerTed Gould <ted@gould.cx>2010-08-04 14:56:10 -0500
commitbe5cab0001457de5835ef1dedffb44fc83a1588e (patch)
tree6ae4db93b1504fc43c6fb105ae39425306a30d22 /src/application-service-appstore.h
parent6eeaa491a8749fc13b7fc5a63fc8e62134d5c803 (diff)
parentc25bb3c4bd3bf3b5c2d79db028d6db016eaa2c5b (diff)
downloadayatana-indicator-application-be5cab0001457de5835ef1dedffb44fc83a1588e.tar.gz
ayatana-indicator-application-be5cab0001457de5835ef1dedffb44fc83a1588e.tar.bz2
ayatana-indicator-application-be5cab0001457de5835ef1dedffb44fc83a1588e.zip
Adding label support into the indicator
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h
index e8ba8c1..34c7b1c 100644
--- a/src/application-service-appstore.h
+++ b/src/application-service-appstore.h
@@ -46,6 +46,7 @@ struct _ApplicationServiceAppstoreClass {
void (*application_added) (ApplicationServiceAppstore * appstore, gchar *, gint, gchar *, gchar *, gpointer);
void (*application_removed) (ApplicationServiceAppstore * appstore, gint, gpointer);
void (*application_icon_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, gpointer);
+ void (*application_label_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, const gchar *, gpointer);
};
struct _ApplicationServiceAppstore {