构造函数
ArrowFlightPathDescriptornew
自:5.0.0 起可用
声明 [源代码]
GAFlightPathDescriptor*
gaflight_path_descriptor_new (
const gchar** paths,
gsize n_paths
)
参数
paths
-
类型:
gchar*
数组标识特定数据集的路径列表。
数组的长度在 n_paths
参数中指定。数据由函数调用者拥有。 每个元素都是以 NUL 结尾的 UTF-8 字符串。 n_paths
-
类型:
gsize
paths
的数量。