aboutsummaryrefslogtreecommitdiff
path: root/src/custom-service-appstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/custom-service-appstore.h')
-rw-r--r--src/custom-service-appstore.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/custom-service-appstore.h b/src/custom-service-appstore.h
index 311158f..e1cb52a 100644
--- a/src/custom-service-appstore.h
+++ b/src/custom-service-appstore.h
@@ -27,7 +27,13 @@ struct _CustomServiceAppstore {
void (*application_removed) (CustomServiceAppstore * appstore, gint, gpointer);
};
-GType custom_service_appstore_get_type (void);
+GType custom_service_appstore_get_type (void);
+void custom_service_appstore_application_add (CustomServiceAppstore * appstore,
+ gchar * dbus_name,
+ gchar * dbus_object);
+void custom_service_appstore_application_remove (CustomServiceAppstore * appstore,
+ gchar * dbus_name,
+ gchar * dbus_object);
G_END_DECLS