构造函数

ArrowFlightCommandDescriptornew

起始版本: 5.0.0

声明 [src]

GAFlightCommandDescriptor*
gaflight_command_descriptor_new (
  const gchar* command
)

描述

暂无描述。

可用版本: 5.0.0

参数

command

类型: const gchar*

用于表达命令的不透明值。

数据由函数的调用者拥有。
该值是以 NUL 结尾的 UTF-8 字符串。

返回值

类型: GAFlightCommandDescriptor

新创建的 GAFlightCommandDescriptor

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