| Top |
| #define | GAFLIGHT_TYPE_CALL_OPTIONS |
| struct | GAFlightCallOptionsClass |
| #define | GAFLIGHT_TYPE_CLIENT_OPTIONS |
| struct | GAFlightClientOptionsClass |
| #define | GAFLIGHT_TYPE_CLIENT |
| struct | GAFlightClientClass |
| GAFlightCallOptions | |
| GAFlightClient | |
| GAFlightClientOptions |
GAFlightCallOptions is a class for options of each call.
GAFlightClientOptions is a class for options of each client.
GAFlightClient is a class for Apache Arrow Flight client.
GAFlightClientOptions *
gaflight_client_options_new (void);
Since: 5.0.0
GAFlightClient * gaflight_client_new (GAFlightLocation *location,GAFlightClientOptions *options,GError **error);
location |
A GAFlightLocation to be connected. |
|
options |
[nullable] | |
error |
Return location for a GError or |
[nullable] |
Since: 5.0.0
GList * gaflight_client_list_flights (GAFlightClient *client,GAFlightCallOptions *options,GAFlightCriteria *criteria,GError **error);
client |
||
options |
[nullable] | |
criteria |
[nullable] | |
error |
Return location for a GError or |
[nullable] |
The returned list of GAFlightInfo, NULL on error.
[nullable][element-type GAFlightInfo][transfer full]
Since: 5.0.0