diff options
author | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-10-08 17:02:24 +0200 |
---|---|---|
committer | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-10-08 17:02:24 +0200 |
commit | 6f032f50c8bec41cd56e36ec09af118a9684af5b (patch) | |
tree | c23e61e24c4e7674d624e2d5329b1e5fd612f751 /src/application-service-appstore.h | |
parent | fe08c86fc6b9d9d843149bf195b995d7e38a2c40 (diff) | |
download | libayatana-appindicator-6f032f50c8bec41cd56e36ec09af118a9684af5b.tar.gz libayatana-appindicator-6f032f50c8bec41cd56e36ec09af118a9684af5b.tar.bz2 libayatana-appindicator-6f032f50c8bec41cd56e36ec09af118a9684af5b.zip |
Fix implementation of org.kde.StatusNotifierWatcher interface
ProtocolVersion, IsStatusNotifierHostRegistered and
RegisteredStatusNotifierItems are properties, not methods.
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r-- | src/application-service-appstore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h index 73f6a9d..aa2824b 100644 --- a/src/application-service-appstore.h +++ b/src/application-service-appstore.h @@ -66,6 +66,7 @@ void application_service_appstore_application_remove (ApplicationServiceApp void application_service_appstore_approver_add (ApplicationServiceAppstore * appstore, const gchar * dbus_name, const gchar * dbus_object); +gchar** application_service_appstore_application_get_list (ApplicationServiceAppstore * appstore); G_END_DECLS |