arrowflight.types

Undocumented in source.

Members

Aliases

HeaderFunc
alias HeaderFunc = void delegate(string name, string value)

It is called with each header name/value pair, together with the user_data parameter which is passed to arrowflight.call_options.CallOptions.foreachHeader and so on.

Manifest constants

VERSION_MAJOR
enum VERSION_MAJOR;

The major version.

VERSION_MICRO
enum VERSION_MICRO;

The micro version.

VERSION_MINOR
enum VERSION_MINOR;

The minor version.

VERSION_TAG
enum VERSION_TAG;

The version tag. Normally, it's an empty string. It's "SNAPSHOT" for snapshot version.