Method

ArrowFlightCallOptionsadd_header

Declaration [src]

void
gaflight_call_options_add_header (
  GAFlightCallOptions* options,
  const gchar* name,
  const gchar* value
)

Description [src]

Add a header.

Available since:9.0.0

Parameters

name const gchar*
 

A header name.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
value const gchar*
 

A header value.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.