Constructor
ArrowFlightPathDescriptornew
Declaration [src]
GAFlightPathDescriptor*
gaflight_path_descriptor_new (
const gchar** paths,
gsize n_paths
)
Parameters
paths |
An array of gchar* |
List of paths identifying a particular dataset. |
|
The length of the array is specified in the n_paths argument. | |
The data is owned by the caller of the function. | |
Each element is a NUL terminated UTF-8 string. | |
n_paths |
gsize |
The number of |
Return value
Returns: | GAFlightPathDescriptor |
The newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |