unixMountGetOptions

Gets a comma-separated list of mount options for the unix mount. For example, rw,relatime,seclabel,data=ordered.

This is similar to gio.unix_mount_point.UnixMountPoint.getOptions, but it takes a #GUnixMountEntry as an argument.

Parameters

mountEntry gio.unix_mount_entry.UnixMountEntry

a #GUnixMountEntry.

Return Value

Type: string

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