构造函数

ArrowFlightPathDescriptornew

since: 5.0.0

[]

声明 [src]

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

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