libxkbcommon 1.13.0
Library implementing the XKB specification for parsing keyboard descriptions and handling keyboard state
Loading...
Searching...
No Matches
Data Fields | Private Attributes
xkb_keymap_serialize_config Struct Reference

#include <xkbcommon.h>

Data Fields

size_t size
 
uint32_t flags
 
uint32_t format
 
xkb_layout_mask_t layouts
 

Private Attributes

uint32_t reserved
 

Detailed Description

Serialization configuration for xkb_keymap::xkb_keymap_serialize().

See also
xkb_keymap_serialize_result
Since
1.14.0

Field Documentation

◆ size

size_t xkb_keymap_serialize_config::size

Size of this structure, for forward-compatibility.

See also
XKB_ERROR_ABI_INVALID_STRUCT_SIZE
XKB_ERROR_ABI_BACKWARD_COMPAT
XKB_ERROR_ABI_FORWARD_COMPAT
Since
1.14.0

◆ flags

uint32_t xkb_keymap_serialize_config::flags

Mask of serialization flags.

See also
xkb_keymap_serialize_flags
Since
1.14.0

◆ format

uint32_t xkb_keymap_serialize_config::format

Target keymap format.

See also
xkb_keymap_format
Since
1.14.0

◆ layouts

xkb_layout_mask_t xkb_keymap_serialize_config::layouts

Mask of layouts to serialize.

If 0, then all the keymap layouts are serialized.

Since
1.14.0

◆ reserved

uint32_t xkb_keymap_serialize_config::reserved
private

Reserved for future extensions.

Precondition
Must be set to 0 by the caller.

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