diff options
author | Ted Gould <ted@gould.cx> | 2010-08-04 14:56:10 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-04 14:56:10 -0500 |
commit | be5cab0001457de5835ef1dedffb44fc83a1588e (patch) | |
tree | 6ae4db93b1504fc43c6fb105ae39425306a30d22 /src/application-service-appstore.h | |
parent | 6eeaa491a8749fc13b7fc5a63fc8e62134d5c803 (diff) | |
parent | c25bb3c4bd3bf3b5c2d79db028d6db016eaa2c5b (diff) | |
download | libayatana-appindicator-be5cab0001457de5835ef1dedffb44fc83a1588e.tar.gz libayatana-appindicator-be5cab0001457de5835ef1dedffb44fc83a1588e.tar.bz2 libayatana-appindicator-be5cab0001457de5835ef1dedffb44fc83a1588e.zip |
Adding label support into the indicator
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 e8ba8c1..34c7b1c 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_label_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, const gchar *, gpointer); }; struct _ApplicationServiceAppstore { |