Method
ArrowFlightPathDescriptorget_paths
since: 5.0.0
Declaration [src]
gchar**
gaflight_path_descriptor_get_paths (
GAFlightPathDescriptor* descriptor
)
Return value
Type: 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. |