get_options


Description:

[ Version ( since = "2.58" ) ]
public unowned string get_options ()

Gets a comma separated list of mount options for the Unix mount.

Note:

Use [method@GioUnix.MountEntry.get_options] instead.

For example: `rw,relatime,seclabel,data=ordered`.

This is similar to [method@GioUnix.MountPoint.get_options], but it takes a [struct@GioUnix.MountEntry] as an argument.

Parameters:

mount_entry

a [struct@GioUnix.MountEntry]

Returns:

a string containing the options, or `NULL` if not available.