Method

ArrowFlightCallOptionsadd_header

since: 9.0.0

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

Type: 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

Type: const gchar*

A header value.

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