summaryrefslogtreecommitdiff
path: root/document-portal/xdp-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'document-portal/xdp-util.h')
-rw-r--r--document-portal/xdp-util.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/document-portal/xdp-util.h b/document-portal/xdp-util.h
index b0967ba..bc1bfc6 100644
--- a/document-portal/xdp-util.h
+++ b/document-portal/xdp-util.h
@@ -33,17 +33,6 @@ guint32 xdp_id_from_name (const char *name);
char * xdp_name_from_id (guint32 doc_id);
-void xdp_invocation_lookup_app_id (GDBusMethodInvocation *invocation,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-
-char *xdp_invocation_lookup_app_id_finish (GDBusMethodInvocation *invocation,
- GAsyncResult *result,
- GError **error);
-
-void xdp_connection_track_name_owners (GDBusConnection *connection);
-
G_END_DECLS
#endif /* XDP_UTIL_H */