libkeymap
2.2.0
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
15
void
lk_list_charsets
(FILE *fp);
16
22
const
char
*
lk_get_charset
(
struct
lk_ctx *ctx);
23
30
int
lk_set_charset
(
struct
lk_ctx *ctx,
const
char
*name);
31
32
#endif
/* LK_CHARSET_H */
Generated on Sat Sep 21 2019 17:26:33 for libkeymap by
1.8.3.1