函数

GioUnixmount_get_options

已弃用:2.84 自:2.58 起

声明 [src]

const char*
g_unix_mount_get_options (
  GUnixMountEntry* mount_entry
)

说明 [src]

获取 Unix 挂载的逗号分隔的挂载选项列表。

例如:rw,relatime,seclabel,data=ordered

这类似于 g_unix_mount_point_get_options(),但它以 GUnixMountEntry 作为参数。

自 2.58 起可用

自 2.84 起已弃用

改用 g_unix_mount_entry_get_options()

参数

mount_entry

类型: GUnixMountEntry

一个GUnixMountEntry

数据归函数调用者所有。

返回值

类型: const char*

包含选项的字符串,如果不可用则为 NULL

数据归被调用函数所有。
返回值可以为 NULL
该值是 NUL 终止的 UTF-8 字符串。