Constructor
ArrowFlightServerOptionsnew
since: 5.0.0
Declaration [src]
GAFlightServerOptions*
gaflight_server_options_new (
GAFlightLocation* location
)
Parameters
location
-
Type:
GAFlightLocation
A
GAFlightLocation
to be listened.The data is owned by the caller of the function.
Return value
Type: GAFlightServerOptions
The newly created options for a server.
The caller of the function takes ownership of the data, and is responsible for freeing it. |