diff options
author | Ted Gould <ted@gould.cx> | 2010-08-05 16:54:12 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-05 16:54:12 -0500 |
commit | c4045e9150fa79827d62d2ffb8c03d6d9b905a46 (patch) | |
tree | ce9622c944e4ba9166f553d00ab25843c56be66f /src/application-service-appstore.h | |
parent | c1aaada70bc0a55e99e1ef7e13e477ddf553f386 (diff) | |
parent | 9291697e3e6d4270a7f6200c0dc3d85743feb6d2 (diff) | |
download | libayatana-appindicator-c4045e9150fa79827d62d2ffb8c03d6d9b905a46.tar.gz libayatana-appindicator-c4045e9150fa79827d62d2ffb8c03d6d9b905a46.tar.bz2 libayatana-appindicator-c4045e9150fa79827d62d2ffb8c03d6d9b905a46.zip |
Syncing with trunk and resolving conflicts
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 34c7b1c..9ae2874 100644 --- a/src/application-service-appstore.h +++ b/src/application-service-appstore.h @@ -46,6 +46,7 @@ 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_theme_path_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, gpointer); void (*application_label_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, const gchar *, gpointer); }; |