blob: 5afab50f60ef9fd4dce10ed278aeddf25b34fc70 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef ob__translate_h
#define ob__translate_h
#include <glib.h>
gboolean translate_button(gchar *str, guint *state, guint *keycode);
gboolean translate_key(gchar *str, guint *state, guint *keycode);
#endif
|