diff options
author | Ted Gould <ted@gould.cx> | 2010-01-07 13:53:42 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-07 13:53:42 -0600 |
commit | 2c767da806cf8919a9ef1a827235f746f9693292 (patch) | |
tree | c92277dec3353b22ce0e61473a225baa97ba03d6 /src/application-service-appstore.h | |
parent | f7e660f7f5a1133cc2a3bf341a2301f38160995a (diff) | |
download | ayatana-indicator-application-2c767da806cf8919a9ef1a827235f746f9693292.tar.gz ayatana-indicator-application-2c767da806cf8919a9ef1a827235f746f9693292.tar.bz2 ayatana-indicator-application-2c767da806cf8919a9ef1a827235f746f9693292.zip |
Adding an icon_changed signal to the application store
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r-- | src/application-service-appstore.h | 1 |
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); |