get_options


Description:

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

Gets a comma-separated list of mount options for the unix mount.

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

This is similar to get_options, but it takes a UnixMountEntry as an argument.

Parameters:

mount_entry

a UnixMountEntry.

Returns:

a string containing the options, or null if not available.