函数
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 起已弃用
参数
mount_entry
-
类型:
GUnixMountEntry
数据归函数调用者所有。