Constructor

ArrowFlightLocationnew

Declaration [src]

GAFlightLocation*
gaflight_location_new (
  const gchar* uri,
  GError** error
)

Description

No description available.
Available since:5.0.0

Parameters

uri const gchar*
 

An URI to specify location.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GAFlightLocation
 

The newly created location, NULL on error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.