Method
ArrowFlightEndpointget_locations
since: 5.0.0
Declaration [src]
GList*
gaflight_endpoint_get_locations (
  GAFlightEndpoint* endpoint
)
Return value
Type: A list of GAFlightLocation*
The locations in this endpoint.
It must be freed with g_list_free() and g_object_unref() when no
  longer needed. You can use g_list_free_full(locations,
  g_object_unref).
| The caller of the method takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |