Constructor

ArrowFlightCommandDescriptornew

Declaration [src]

GAFlightCommandDescriptor*
gaflight_command_descriptor_new (
  const gchar* command
)

Description

No description available.
Available since:5.0.0

Parameters

command const gchar*
 

Opaque value used to express a command.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: GAFlightCommandDescriptor
 

The newly created GAFlightCommandDescriptor.

 The caller of the function takes ownership of the data, and is responsible for freeing it.