aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-10 09:27:31 -0500
committerTed Gould <ted@gould.cx>2010-08-10 09:27:31 -0500
commit29311fb585fcc2a40f5bfc5438f6640ea2308bf2 (patch)
tree31cee548daa026477a2cb53c9795d89f781e471a /src/application-service-appstore.h
parent9e24b878dd38a57212689fc647d9f85214dc2e8c (diff)
parent0e21b91a66553160e5b208d2b176282644d904bb (diff)
downloadlibayatana-appindicator-29311fb585fcc2a40f5bfc5438f6640ea2308bf2.tar.gz
libayatana-appindicator-29311fb585fcc2a40f5bfc5438f6640ea2308bf2.tar.bz2
libayatana-appindicator-29311fb585fcc2a40f5bfc5438f6640ea2308bf2.zip
* Upstream Merge
* Adding label support into the library * Adding label support into the indicator * Autogen * Upstream Merge * Fixing the check of the function signature
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h
index 422b0fd..9ae2874 100644
--- a/src/application-service-appstore.h
+++ b/src/application-service-appstore.h
@@ -45,8 +45,9 @@ 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_icon_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, gpointer);
void (*application_icon_theme_path_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, gpointer);
+ void (*application_label_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, const gchar *, gpointer);
};
struct _ApplicationServiceAppstore {