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