方法

ArrowFlightEndpointget_locations

始于:5.0.0

声明 [src]

GList*
gaflight_endpoint_get_locations (
  GAFlightEndpoint* endpoint
)

描述

无可用描述。

可用版本:5.0.0

返回值

类型: GAFlightLocation* 的列表

此端点中的位置。

不再需要时,必须使用 g_list_free()g_object_unref() 释放。 你可以使用 g_list_free_full(locations, g_object_unref)

该方法的调用者拥有数据的所有权,并负责释放它。
返回值可以为 NULL