构造函数
ArrowSubTreeFileSystemnew
起始版本: 0.17.0
声明 [src]
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
。数据由函数的调用者拥有。