aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-07 17:08:43 -0600
committerTed Gould <ted@gould.cx>2010-01-07 17:08:43 -0600
commit2fef3d43177eb79c8a52b834de7d374dae8bc97a (patch)
tree5a9671b8183fd77050e43a089253377a08efe665 /src/application-service-appstore.h
parent13de14e2a1944a8bee33bdd574924e0d9c8c66ed (diff)
parentb1ffef34b05cecbad73a0278dcfe67b4c3a22f90 (diff)
downloadlibayatana-appindicator-2fef3d43177eb79c8a52b834de7d374dae8bc97a.tar.gz
libayatana-appindicator-2fef3d43177eb79c8a52b834de7d374dae8bc97a.tar.bz2
libayatana-appindicator-2fef3d43177eb79c8a52b834de7d374dae8bc97a.zip
* Upstream merge:
* Adding support for icons changing through the service and in 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 edf1a37..7ab20c5 100644
--- a/src/application-service-appstore.h
+++ b/src/application-service-appstore.h
@@ -47,6 +47,7 @@ struct _ApplicationServiceAppstore {
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);
};
GType application_service_appstore_get_type (void);