Constructor
ArrowFlightClientnew
Declaration [src]
GAFlightClient*
gaflight_client_new (
GAFlightLocation* location,
GAFlightClientOptions* options,
GError** error
)
Parameters
location |
GAFlightLocation |
A |
|
The data is owned by the caller of the function. | |
options |
GAFlightClientOptions |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GAFlightClient |
The newly created client, |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |