aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-10-08 15:55:30 -0600
committerTed Gould <ted@gould.cx>2010-10-08 15:55:30 -0600
commit50440e60b3089bde091776f0c2551cc0182ba33c (patch)
tree4bf937c24fe06ab89f5577f4dd42444877200fd3 /src/application-service-appstore.h
parentfe08c86fc6b9d9d843149bf195b995d7e38a2c40 (diff)
parentea206ef1316942b005fd538dc8a251bd239291cd (diff)
downloadayatana-indicator-application-50440e60b3089bde091776f0c2551cc0182ba33c.tar.gz
ayatana-indicator-application-50440e60b3089bde091776f0c2551cc0182ba33c.tar.bz2
ayatana-indicator-application-50440e60b3089bde091776f0c2551cc0182ba33c.zip
Fixing the Watcher interface
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r--src/application-service-appstore.h1
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