aboutsummaryrefslogtreecommitdiff
path: root/src/custom-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-06 16:40:36 -0600
committerTed Gould <ted@canonical.com>2009-11-06 16:40:36 -0600
commit3ea189ef44422c02eacfb25089968acaaff61ab1 (patch)
tree1d17e77e235b572eff0b310f1785478bd1a89fd8 /src/custom-service-appstore.h
parent46443702113ebba13864a1452333a3bd25a9088e (diff)
downloadayatana-indicator-application-3ea189ef44422c02eacfb25089968acaaff61ab1.tar.gz
ayatana-indicator-application-3ea189ef44422c02eacfb25089968acaaff61ab1.tar.bz2
ayatana-indicator-application-3ea189ef44422c02eacfb25089968acaaff61ab1.zip
Putting some signals on here.
Diffstat (limited to 'src/custom-service-appstore.h')
-rw-r--r--src/custom-service-appstore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/custom-service-appstore.h b/src/custom-service-appstore.h
index 48c9da9..311158f 100644
--- a/src/custom-service-appstore.h
+++ b/src/custom-service-appstore.h
@@ -22,6 +22,9 @@ struct _CustomServiceAppstoreClass {
struct _CustomServiceAppstore {
GObject parent;
+
+ void (*application_added) (CustomServiceAppstore * appstore, gchar *, gint, gchar *, gchar *, gpointer);
+ void (*application_removed) (CustomServiceAppstore * appstore, gint, gpointer);
};
GType custom_service_appstore_get_type (void);