public unowned string get_mount_path ();
[Version (since = "2.58")]
public unowned string get_options ();
+ [Version (since = "2.60")]
+ public unowned string get_root_path ();
public bool guess_can_eject ();
public GLib.Icon guess_icon ();
public string guess_name ();
public unowned string get_mount_path ();
[Version (since = "2.58")]
public unowned string get_options ();
+ [Version (since = "2.60")]
+ public unowned string get_root_path ();
public bool guess_can_eject ();
public GLib.Icon guess_icon ();
public string guess_name ();
<parameter name="mount_entry" type="GUnixMountEntry*"/>
</parameters>
</function>
+ <function name="g_unix_mount_get_root_path" symbol="g_unix_mount_get_root_path">
+ <return-type type="char*"/>
+ <parameters>
+ <parameter name="mount_entry" type="GUnixMountEntry*"/>
+ </parameters>
+ </function>
<function name="g_unix_mount_guess_can_eject" symbol="g_unix_mount_guess_can_eject">
<return-type type="gboolean"/>
<parameters>
g_unix_mount_get_fs_type hidden="1"
g_unix_mount_get_mount_path hidden="1"
g_unix_mount_get_options hidden="1"
+g_unix_mount_get_root_path hidden="1"
g_unix_mount_guess_can_eject hidden="1"
g_unix_mount_guess_icon hidden="1"
g_unix_mount_guess_name hidden="1"