函数
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
。数据由函数的调用者拥有。