[Compact]
public class UnixMountMonitorClass {
}
- [CCode (cheader_filename = "gio/gunixmounts.h")]
+ [CCode (cheader_filename = "gio/gunixmounts.h", cname = "GUnixMountPoint", free_function = "g_unix_mount_point_free", lower_case_cprefix = "g_unix_mount_point_")]
[Compact]
public class UnixMountPoint {
+ [CCode (cname = "g_unix_mount_point_at")]
+ [Version (since = "2.66")]
+ public UnixMountPoint (string mount_path, out uint64 time_read = null);
public int compare (GLib.UnixMountPoint mount2);
+ [CCode (cname = "g_unix_mount_points_get")]
+ public static GLib.List<GLib.UnixMountPoint> @get (out uint64 time_read = null);
public unowned string get_device_path ();
public unowned string get_fs_type ();
public unowned string get_mount_path ();
[CCode (cname = "g_unix_mounts_get")]
public static GLib.List<UnixMountEntry> @get (out uint64 time_read = null);
}
+
+ [Compact]
+ [CCode (cname = "GUnixMountPoint", cheader_filename = "gio/gunixmounts.h", lower_case_cprefix = "g_unix_mount_point_", free_function = "g_unix_mount_point_free")]
+ public class UnixMountPoint {
+ [CCode (cname = "g_unix_mount_point_at")]
+ [Version (since = "2.66")]
+ public UnixMountPoint (string mount_path, out uint64 time_read = null);
+
+ [CCode (cname = "g_unix_mount_points_get")]
+ public static GLib.List<UnixMountPoint> @get (out uint64 time_read = null);
+ }
}
<struct name="GUnixMountMonitorClass">
</struct>
<struct name="GUnixMountPoint">
+ <method name="at" symbol="g_unix_mount_point_at">
+ <return-type type="GUnixMountPoint*"/>
+ <parameters>
+ <parameter name="mount_path" type="char*"/>
+ <parameter name="time_read" type="guint64*"/>
+ </parameters>
+ </method>
<method name="compare" symbol="g_unix_mount_point_compare">
<return-type type="gint"/>
<parameters>
g_unix_mount_is_system_internal hidden="1"
g_unix_mount_monitor_new deprecated_since="2.44" replacement="UnixMountMonitor.get"
g_unix_mount_monitor_get transfer_ownership="1"
+g_unix_mount_point_at hidden="1"
g_unix_mount_point_guess_icon transfer_ownership="1"
g_unix_mount_point_guess_name transfer_ownership="1"
g_unix_mount_point_guess_symbolic_icon transfer_ownership="1"