aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-05 16:58:53 -0500
committerTed Gould <ted@gould.cx>2010-08-05 16:58:53 -0500
commit79896b0be1b547994e5b6ba3c39982885eb82193 (patch)
tree73a590914c33e0dbd04ffe62020b92051ab167f3 /src/application-service-appstore.h
parent8ceb58c8a230bc50c037dcdc82986b9060f880ca (diff)
parent1ba6811d3c983835cae15d98d52cc68a52684d78 (diff)
downloadlibayatana-appindicator-79896b0be1b547994e5b6ba3c39982885eb82193.tar.gz
libayatana-appindicator-79896b0be1b547994e5b6ba3c39982885eb82193.tar.bz2
libayatana-appindicator-79896b0be1b547994e5b6ba3c39982885eb82193.zip
Updating to trunk
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h1
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);
};