Searched defs:xkb_context (Results 1 - 1 of 1) sorted by relevance

/external/libxkbcommon/xkbcommon/src/
H A Dcontext.h31 struct xkb_context { struct
34 ATTR_PRINTF(3, 0) void (*log_fn)(struct xkb_context *ctx,
56 xkb_context_num_failed_include_paths(struct xkb_context *ctx);
59 xkb_context_failed_include_path_get(struct xkb_context *ctx,
67 xkb_atom_lookup(struct xkb_context *ctx, const char *string);
70 xkb_atom_intern(struct xkb_context *ctx, const char *string, size_t len);
82 xkb_atom_steal(struct xkb_context *ctx, char *string);
85 xkb_atom_text(struct xkb_context *ctx, xkb_atom_t atom);
88 xkb_context_get_buffer(struct xkb_context *ctx, size_t size);
91 xkb_log(struct xkb_context *ct
[all...]

Completed in 99 milliseconds