函数

GioUnixMountEntryget_options

不稳定 自:2.84

声明 [来源]

const char*
g_unix_mount_entry_get_options (
  GUnixMountEntry* mount_entry
)

描述 [来源]

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

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

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

自:2.84

参数

mount_entry

类型: GUnixMountEntry

一个 GUnixMountEntry

数据由函数的调用者拥有。

返回值

类型: const char*

包含选项的字符串,或在不可用的情况下 NULL

数据由被调用函数拥有。
返回值可以是 NULL
该值是UTF-8字符串,以NUL结尾。