Method
ArrowFlightPathDescriptorget_paths
Declaration [src]
gchar**
gaflight_path_descriptor_get_paths (
GAFlightPathDescriptor* descriptor
)
Return value
Returns: | An array of utf8 |
The paths in this descriptor. It must be freed with |
|
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. |