diff options
author | Ted Gould <ted@gould.cx> | 2010-08-05 16:58:14 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-05 16:58:14 -0500 |
commit | 1ba6811d3c983835cae15d98d52cc68a52684d78 (patch) | |
tree | fde93a72ccd175f23fd552cae2a2aa9798defa12 /src/application-service-appstore.h | |
parent | d377c945f1dcc36710313fdfa7e79b725fa8d42e (diff) | |
parent | c4045e9150fa79827d62d2ffb8c03d6d9b905a46 (diff) | |
download | libayatana-appindicator-1ba6811d3c983835cae15d98d52cc68a52684d78.tar.gz libayatana-appindicator-1ba6811d3c983835cae15d98d52cc68a52684d78.tar.bz2 libayatana-appindicator-1ba6811d3c983835cae15d98d52cc68a52684d78.zip |
Bringing in indicator stuff
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 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 { |