Constructor
ArrowFlightTicketnew
since: 5.0.0
Declaration [src]
GAFlightTicket*
gaflight_ticket_new (
GBytes* data
)
Parameters
data
-
Type:
GBytes
A
GBytes
.The data is owned by the caller of the function.
Return value
Type: GAFlightTicket
The newly created GAFlightTicket
, NULL
on error.
The caller of the function takes ownership of the data, and is responsible for freeing it. |