diff options
author | Ted Gould <ted@gould.cx> | 2010-08-05 16:05:28 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-05 16:05:28 -0500 |
commit | 9291697e3e6d4270a7f6200c0dc3d85743feb6d2 (patch) | |
tree | 74883a6ac209fef0471329dce5209292112d03d2 /src/application-service-appstore.h | |
parent | 17dea0907c51dfb39686f6840a9404467d79db82 (diff) | |
parent | 247e5a1ac3f714f831bea27fa87170b0ac7fec64 (diff) | |
download | libayatana-appindicator-9291697e3e6d4270a7f6200c0dc3d85743feb6d2.tar.gz libayatana-appindicator-9291697e3e6d4270a7f6200c0dc3d85743feb6d2.tar.bz2 libayatana-appindicator-9291697e3e6d4270a7f6200c0dc3d85743feb6d2.zip |
Support dynamically changing the icon theme path.
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r-- | src/application-service-appstore.h | 3 |
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 { |