xkbcommon 1.14.0-beta2
Reference library implementing the XKB specification for parsing keyboard descriptions and handling keyboard state
Loading...
Searching...
No Matches
Data Fields
xkb_machine_builder_config Struct Reference

#include <xkbcommon.h>

Data Fields

uint32_t size
 
uint32_t builder_flags
 
uint32_t machine_flags
 

Detailed Description

Configuration for xkb_machine_builder::xkb_machine_builder_new().

Note
This struct uses a size-based versioning; see Extensible structure ABI contract for further details.
See also
struct xkb_machine_builder
Since
1.14.0

Field Documentation

◆ size

uint32_t xkb_machine_builder_config::size

Size of this structure in bytes.

See also
Extensible structure ABI contract
Since
1.14.0

◆ builder_flags

uint32_t xkb_machine_builder_config::builder_flags

Flags to control the behavior of state machine builders, or 0 (XKB_MACHINE_BUILDER_NO_FLAGS) for the default.

See also
enum xkb_machine_builder_flags
Since
1.14.0

◆ machine_flags

uint32_t xkb_machine_builder_config::machine_flags

Flags to control the behavior of state machines, or 0 (XKB_MACHINE_NO_FLAGS) for the default.

See also
enum xkb_machine_flags
Since
1.14.0

The documentation for this struct was generated from the following file: