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