Constructor

ArrowFlightServerOptionsnew

Declaration [src]

GAFlightServerOptions*
gaflight_server_options_new (
  GAFlightLocation* location
)

Description

No description available.
Available since:5.0.0

Parameters

location GAFlightLocation
 

A GAFlightLocation to be listened.

 The data is owned by the caller of the function.

Return value

Returns: GAFlightServerOptions
 

The newly created options for a server.

 The caller of the function takes ownership of the data, and is responsible for freeing it.