Constructor

ArrowFlightTicketnew

Declaration [src]

GAFlightTicket*
gaflight_ticket_new (
  GBytes* data
)

Description

No description available.
Available since:5.0.0

Parameters

data GBytes
 

A GBytes.

 The data is owned by the caller of the function.

Return value

Returns: GAFlightTicket
 

The newly created GAFlightTicket, NULL on error.

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