TypeScript API Documentation for GIO UNIX
API Version: 2.0
Library Version: 2.0.0
Generated with TypeDoc via ts-for-gir v4.0.0-rc.7
Deprecated 2.84
Since 2.58
Gets a comma separated list of mount options for the Unix mount.
For example: rw,relatime,seclabel,data=ordered.
rw,relatime,seclabel,data=ordered
This is similar to GioUnix.MountPoint.get_options, but it takes a GioUnix.MountEntry as an argument.
Deprecated
a GioUnix.MountEntry
a string containing the options, or NULL if not available.
NULL
2.58
since 2.84: Use GioUnix.MountEntry.get_options instead.
Gets a comma separated list of mount options for the Unix mount.
For example:
rw,relatime,seclabel,data=ordered.This is similar to GioUnix.MountPoint.get_options, but it takes a GioUnix.MountEntry as an argument.