Method

ArrowFlightEndpointget_locations

Declaration [src]

GList*
gaflight_endpoint_get_locations (
  GAFlightEndpoint* endpoint
)

Description

No description available.
Available since:5.0.0

Return value

Returns: 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.