diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 09:04:41 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 09:04:41 -0500 |
commit | 87bd8963233e6e53cb8a7491400a47aeab65af3c (patch) | |
tree | fde93a72ccd175f23fd552cae2a2aa9798defa12 /src/application-service-appstore.h | |
parent | 398dce88dc88966da0c304f4d731c4ec453509b8 (diff) | |
parent | c4045e9150fa79827d62d2ffb8c03d6d9b905a46 (diff) | |
download | ayatana-indicator-application-87bd8963233e6e53cb8a7491400a47aeab65af3c.tar.gz ayatana-indicator-application-87bd8963233e6e53cb8a7491400a47aeab65af3c.tar.bz2 ayatana-indicator-application-87bd8963233e6e53cb8a7491400a47aeab65af3c.zip |
Adding label support into the indicator
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 { |