构造函数
ArrowSubTreeFileSystemnew
自:0.17.0 起可用
声明 [源代码]
GArrowSubTreeFileSystem*
garrow_sub_tree_file_system_new (
const gchar* base_path,
GArrowFileSystem* base_file_system
)
参数
base_path
-
类型:
const gchar*
子树文件系统的基路径。
数据由函数调用者拥有。 该值是一个以 NUL 结尾的 UTF-8 字符串。 base_file_system
-
类型:
GArrowFileSystem
一个
GArrowFileSystem
作为基础文件系统。数据由函数调用者拥有。