diff options
author | Ted Gould <ted@gould.cx> | 2010-08-04 12:46:49 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-04 12:46:49 -0500 |
commit | 4dea77d518cd6b1106452735f265ff2366c4dc9c (patch) | |
tree | 92571baa13f4dcd6767d1a6768aa4e90dc79baa0 /src/application-service-appstore.h | |
parent | e33d50bdee8e3e04277f4c3c3f45ff60d3bbbb45 (diff) | |
download | libayatana-appindicator-4dea77d518cd6b1106452735f265ff2366c4dc9c.tar.gz libayatana-appindicator-4dea77d518cd6b1106452735f265ff2366c4dc9c.tar.bz2 libayatana-appindicator-4dea77d518cd6b1106452735f265ff2366c4dc9c.zip |
Adding signal for label changing.
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 { |