libkeymap
2.0.1
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
#ifndef LK_CHARSET_H
2
#define LK_CHARSET_H
3
4
#include <
keymap/context.h
>
5
6
void
lk_list_charsets
(FILE *f);
7
const
char
*
lk_get_charset
(
struct
lk_ctx *ctx);
8
int
lk_set_charset
(
struct
lk_ctx *ctx,
const
char
*name);
9
10
#endif
/* LK_CHARSET_H */
context.h
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 Sun Nov 3 2013 20:26:11 for libkeymap by
1.8.5