Constructor

ArrowFlightPathDescriptornew

Declaration [src]

GAFlightPathDescriptor*
gaflight_path_descriptor_new (
  const gchar** paths,
  gsize n_paths
)

Description

No description available.
Available since:5.0.0

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 paths.

Return value

Returns: GAFlightPathDescriptor
 

The newly created GAFlightPathDescriptor.

 The caller of the function takes ownership of the data, and is responsible for freeing it.