libkeymap 2.4.0
Library to manage the Linux keymaps
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
15void lk_list_charsets(FILE *fp);
16
22const char *lk_get_charset(struct lk_ctx *ctx);
23
30int lk_set_charset(struct lk_ctx *ctx, const char *name);
31
32#endif /* LK_CHARSET_H */
int lk_set_charset(struct lk_ctx *ctx, const char *name)
void lk_list_charsets(FILE *fp)
const char * lk_get_charset(struct lk_ctx *ctx)
Header contains flags, keywords and context structure.