Constructor
ArrowFlightCommandDescriptornew
since: 5.0.0
Declaration [src]
GAFlightCommandDescriptor*
gaflight_command_descriptor_new (
const gchar* command
)
Parameters
command
-
Type:
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
Type: GAFlightCommandDescriptor
The newly created GAFlightCommandDescriptor
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |