summaryrefslogtreecommitdiff
path: root/document-portal/xdp-fuse.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-07-10 17:02:38 +0200
committerAlexander Larsson <alexl@redhat.com>2015-07-10 17:02:38 +0200
commit4c4c66fc2d5da54ebb3580da87c37795ffc79253 (patch)
treef401bfc4d26dc82dfbbd7d267b1b70189af90ec2 /document-portal/xdp-fuse.h
parent929071ad1083494f717f6a5ab6dfcf817d143700 (diff)
downloadxdg-app-4c4c66fc2d5da54ebb3580da87c37795ffc79253.tar.gz
Add GetMountPoint method for document portal
This is both to get the mount path and to have a nice way to activate the mount.
Diffstat (limited to 'document-portal/xdp-fuse.h')
-rw-r--r--document-portal/xdp-fuse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/document-portal/xdp-fuse.h b/document-portal/xdp-fuse.h
index f335ccc..f2ef11d 100644
--- a/document-portal/xdp-fuse.h
+++ b/document-portal/xdp-fuse.h
@@ -9,6 +9,7 @@ G_BEGIN_DECLS
gboolean xdp_fuse_init (XdpDocDb *db,
GError **error);
void xdp_fuse_exit (void);
+const char * xdp_fuse_get_mountpoint (void);
G_END_DECLS