summaryrefslogtreecommitdiff
path: root/gio/src/unixmount.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/unixmount.hg')
-rw-r--r--gio/src/unixmount.hg5
1 files changed, 5 insertions, 0 deletions
diff --git a/gio/src/unixmount.hg b/gio/src/unixmount.hg
index d7206804..5c5143c1 100644
--- a/gio/src/unixmount.hg
+++ b/gio/src/unixmount.hg
@@ -31,6 +31,10 @@ namespace Gio
*
* @newin2p16
*/
+
+// TODO: GUnixMount seems to be hidden (the gunixmount.h header is not installed.)
+// But we do need to wrap GUnixMountPoint, GUnixMountEntry and GUnixMountMonitor from gunixmounts.h - notice the s. murrayc.
+/*
class UnixMount
: public Glib::Object,
public Mount
@@ -38,6 +42,7 @@ class UnixMount
_CLASS_GOBJECT(UnixMount, GUnixMount, G_UNIX_MOUNT, Glib::Object, GObject)
_IMPLEMENTS_INTERFACE(Mount)
};
+*/
} // namespace Gio