libkeymap
2.0.4
Library to manage the Linux keymaps
Main Page
Data Structures
Files
File List
Globals
src
libkeymap
keymap
charset.h
Go to the documentation of this file.
1
5
#ifndef LK_CHARSET_H
6
#define LK_CHARSET_H
7
8
#include <
keymap/context.h
>
9
10
void
lk_list_charsets
(FILE *f);
11
const
char
*
lk_get_charset
(
struct
lk_ctx *ctx);
12
int
lk_set_charset
(
struct
lk_ctx *ctx,
const
char
*name);
13
14
#endif
/* LK_CHARSET_H */
context.h
Header contains flags, keywords and context structure.
lk_set_charset
int lk_set_charset(struct lk_ctx *ctx, const char *name)
lk_list_charsets
void lk_list_charsets(FILE *f)
lk_get_charset
const char * lk_get_charset(struct lk_ctx *ctx)
Generated on Wed Apr 18 2018 19:55:06 for libkeymap by
1.8.8