diff options
author | Ted Gould <ted@canonical.com> | 2009-11-06 16:40:36 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-06 16:40:36 -0600 |
commit | 3ea189ef44422c02eacfb25089968acaaff61ab1 (patch) | |
tree | 1d17e77e235b572eff0b310f1785478bd1a89fd8 /src/custom-service-appstore.h | |
parent | 46443702113ebba13864a1452333a3bd25a9088e (diff) | |
download | libayatana-appindicator-3ea189ef44422c02eacfb25089968acaaff61ab1.tar.gz libayatana-appindicator-3ea189ef44422c02eacfb25089968acaaff61ab1.tar.bz2 libayatana-appindicator-3ea189ef44422c02eacfb25089968acaaff61ab1.zip |
Putting some signals on here.
Diffstat (limited to 'src/custom-service-appstore.h')
-rw-r--r-- | src/custom-service-appstore.h | 3 |
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); |