Function

GioUnixMountPointget_options

since: 2.32

Declaration

const char*
g_unix_mount_point_get_options (
  GUnixMountPoint* mount_point
)

Description

Gets the options for the mount point.

Available since: 2.32

Parameters

mount_point

Type: GUnixMountPoint

A GUnixMountPoint.

The data is owned by the caller of the function.

Return value

Type: const char*

A string containing the options.

The data is owned by the called function.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.