diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 15:22:29 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 15:22:29 -0500 |
commit | a34479eb97125446bfb5a8c6b86e2c6552319fa1 (patch) | |
tree | d2de51290fe0e362099528e8778f8d95799d895b /src/application-service-appstore.h | |
parent | d2c36a2dc643c8760556736067e1134aed674800 (diff) | |
parent | d7c7a2ae1656af559bfbdb2716fe381d313b5a53 (diff) | |
download | libayatana-appindicator-a34479eb97125446bfb5a8c6b86e2c6552319fa1.tar.gz libayatana-appindicator-a34479eb97125446bfb5a8c6b86e2c6552319fa1.tar.bz2 libayatana-appindicator-a34479eb97125446bfb5a8c6b86e2c6552319fa1.zip |
Updating to trunk
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 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 { |