aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-10 15:22:29 -0500
committerTed Gould <ted@gould.cx>2010-08-10 15:22:29 -0500
commita34479eb97125446bfb5a8c6b86e2c6552319fa1 (patch)
treed2de51290fe0e362099528e8778f8d95799d895b /src/application-service-appstore.h
parentd2c36a2dc643c8760556736067e1134aed674800 (diff)
parentd7c7a2ae1656af559bfbdb2716fe381d313b5a53 (diff)
downloadayatana-indicator-application-a34479eb97125446bfb5a8c6b86e2c6552319fa1.tar.gz
ayatana-indicator-application-a34479eb97125446bfb5a8c6b86e2c6552319fa1.tar.bz2
ayatana-indicator-application-a34479eb97125446bfb5a8c6b86e2c6552319fa1.zip
Updating to trunk
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h
index 665d422..73f6a9d 100644
--- a/src/application-service-appstore.h
+++ b/src/application-service-appstore.h
@@ -44,8 +44,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 {