[CCode (cname = "g_unix_mount_at")]
public UnixMountEntry (string mount_path, out uint64 time_read = null);
public int compare (GLib.UnixMountEntry mount);
+ [CCode (cname = "g_unix_mounts_for")]
+ [Version (since = "2.52")]
+ public static GLib.List<GLib.UnixMountEntry> @for (string file_path, out uint64 time_read = null);
[CCode (cname = "g_unix_mounts_get")]
public static GLib.List<GLib.UnixMountEntry> @get (out uint64 time_read = null);
public unowned string get_device_path ();
public bool is_readonly ();
public bool is_system_internal ();
+ [CCode (cname = "g_unix_mounts_for")]
+ [Version (since = "2.52")]
+ public static GLib.List<UnixMountEntry> @for (string file_path, out uint64 time_read = null);
[CCode (cname = "g_unix_mounts_get")]
public static GLib.List<UnixMountEntry> @get (out uint64 time_read = null);
}
<parameter name="mount2" type="GUnixMountEntry*"/>
</parameters>
</function>
+ <function name="g_unix_mount_for" symbol="g_unix_mount_for">
+ <return-type type="GUnixMountEntry*"/>
+ <parameters>
+ <parameter name="file_path" type="char*"/>
+ <parameter name="time_read" type="guint64*"/>
+ </parameters>
+ </function>
<function name="g_unix_mount_free" symbol="g_unix_mount_free">
<return-type type="void"/>
<parameters>
g_unix_mounts_get hidden="1"
g_unix_mount_at hidden="1"
g_unix_mount_compare hidden="1"
+g_unix_mount_for hidden="1"
g_unix_mount_free hidden="1"
g_unix_mount_get_device_path hidden="1"
g_unix_mount_get_fs_type hidden="1"