构造函数

ArrowFlightPathDescriptornew

自:5.0.0 起可用

声明 [源代码]

GAFlightPathDescriptor*
gaflight_path_descriptor_new (
  const gchar** paths,
  gsize n_paths
)

描述

暂无描述。

可用版本:5.0.0

参数

paths

类型: gchar* 数组

标识特定数据集的路径列表。

数组的长度在 n_paths 参数中指定。
数据由函数调用者拥有。
每个元素都是以 NUL 结尾的 UTF-8 字符串。
n_paths

类型: gsize

paths 的数量。

返回值

类型: GAFlightPathDescriptor

新创建的 GAFlightPathDescriptor

函数调用者拥有数据的所有权,并负责释放它。