Constructor
ArrowFlightEndpointnew
Declaration [src]
GAFlightEndpoint*
gaflight_endpoint_new (
GAFlightTicket* ticket,
GList* locations
)
Parameters
ticket |
GAFlightTicket |
A |
|
The data is owned by the caller of the function. | |
locations |
A list of GAFlightLocation* |
A list of |
|
The data is owned by the caller of the function. |
Return value
Returns: | GAFlightEndpoint |
The newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |