unixMountGetOptions

fnstring unixMountGetOptions(gio.unix_mount_entry.UnixMountEntry mountEntry)

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

mountEntrya #GUnixMountEntry.

Returns

a string containing the options, or null if not

available.