Function
GioUnixMountEntryget_options
unstable since: 2.84
Declaration [src]
const char*
g_unix_mount_entry_get_options (
GUnixMountEntry* mount_entry
)
Description [src]
Gets a comma separated list of mount options for the Unix mount.
For example: rw,relatime,seclabel,data=ordered
.
This is similar to g_unix_mount_point_get_options()
, but it takes
a GUnixMountEntry
as an argument.
Available since: 2.84
Parameters
mount_entry
-
Type:
GUnixMountEntry
The data is owned by the caller of the function.