Method

ArrowFlightPathDescriptorget_paths

Declaration [src]

gchar**
gaflight_path_descriptor_get_paths (
  GAFlightPathDescriptor* descriptor
)

Description

No description available.
Available since:5.0.0

Return value

Returns: An array of utf8
 

The paths in this descriptor.

It must be freed with g_strfreev() when no longer needed.

 The array is NULL-terminated.
 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.
 Each element is a NUL terminated UTF-8 string.