diff options
author | Ted Gould <ted@gould.cx> | 2010-07-09 15:13:48 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-09 15:13:48 -0500 |
commit | d7c73248a5dccdb3929ed959f027366028ed757e (patch) | |
tree | 8afeda6de0f7eb06bba65c5218d9671a099d08e5 /src/application-service-appstore.h | |
parent | fb4da4abb85c6c9ada6c47766bb46445617db440 (diff) | |
download | libayatana-appindicator-d7c73248a5dccdb3929ed959f027366028ed757e.tar.gz libayatana-appindicator-d7c73248a5dccdb3929ed959f027366028ed757e.tar.bz2 libayatana-appindicator-d7c73248a5dccdb3929ed959f027366028ed757e.zip |
Adding a function to bring in approvers
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r-- | src/application-service-appstore.h | 11 |
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 |