aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-05 16:10:11 -0500
committerTed Gould <ted@gould.cx>2010-08-05 16:10:11 -0500
commite4c14f7872697049acc56baa6865f55c2355e505 (patch)
tree13b9efda40a5c4d871e0b8b551e49befe5810776 /src/application-service-appstore.h
parent3f326bdebf4052e5ae620caf2cf1e17909c2f8f8 (diff)
parent9291697e3e6d4270a7f6200c0dc3d85743feb6d2 (diff)
downloadlibayatana-appindicator-e4c14f7872697049acc56baa6865f55c2355e505.tar.gz
libayatana-appindicator-e4c14f7872697049acc56baa6865f55c2355e505.tar.bz2
libayatana-appindicator-e4c14f7872697049acc56baa6865f55c2355e505.zip
* Upstream Merge
* Allow the icon theme path to be changed dynamically (LP: #607831)
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 e8ba8c1..422b0fd 100644
--- a/src/application-service-appstore.h
+++ b/src/application-service-appstore.h
@@ -45,7 +45,8 @@ 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);
};
struct _ApplicationServiceAppstore {