aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-04 12:46:49 -0500
committerTed Gould <ted@gould.cx>2010-08-04 12:46:49 -0500
commit4dea77d518cd6b1106452735f265ff2366c4dc9c (patch)
tree92571baa13f4dcd6767d1a6768aa4e90dc79baa0 /src/application-service-appstore.h
parente33d50bdee8e3e04277f4c3c3f45ff60d3bbbb45 (diff)
downloadayatana-indicator-application-4dea77d518cd6b1106452735f265ff2366c4dc9c.tar.gz
ayatana-indicator-application-4dea77d518cd6b1106452735f265ff2366c4dc9c.tar.bz2
ayatana-indicator-application-4dea77d518cd6b1106452735f265ff2366c4dc9c.zip
Adding signal for label changing.
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h1
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 {