aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-09 15:13:48 -0500
committerTed Gould <ted@gould.cx>2010-07-09 15:13:48 -0500
commitd7c73248a5dccdb3929ed959f027366028ed757e (patch)
tree8afeda6de0f7eb06bba65c5218d9671a099d08e5 /src/application-service-appstore.h
parentfb4da4abb85c6c9ada6c47766bb46445617db440 (diff)
downloadayatana-indicator-application-d7c73248a5dccdb3929ed959f027366028ed757e.tar.gz
ayatana-indicator-application-d7c73248a5dccdb3929ed959f027366028ed757e.tar.bz2
ayatana-indicator-application-d7c73248a5dccdb3929ed959f027366028ed757e.zip
Adding a function to bring in approvers
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h
index 86d989b..e8ba8c1 100644
--- a/src/application-service-appstore.h
+++ b/src/application-service-appstore.h
@@ -57,11 +57,14 @@ struct _ApplicationServiceAppstore {
ApplicationServiceAppstore * application_service_appstore_new (AppLruFile * lrufile);
GType application_service_appstore_get_type (void);
void application_service_appstore_application_add (ApplicationServiceAppstore * appstore,
- const gchar * dbus_name,
- const gchar * dbus_object);
+ const gchar * dbus_name,
+ const gchar * dbus_object);
void application_service_appstore_application_remove (ApplicationServiceAppstore * appstore,
- const gchar * dbus_name,
- const gchar * dbus_object);
+ const gchar * dbus_name,
+ const gchar * dbus_object);
+void application_service_appstore_approver_add (ApplicationServiceAppstore * appstore,
+ const gchar * dbus_name,
+ const gchar * dbus_object);
G_END_DECLS