]> Dogcows Code - chaz/openbox/blobdiff - openbox/translate.h
proper constness
[chaz/openbox] / openbox / translate.h
index 14efe73da6a64688a8904338b25f7e4b6695e916..6d9e23bcb26f332305ab64734e380539371e98e7 100644 (file)
@@ -25,5 +25,9 @@ gboolean translate_button(const gchar *str, guint *state, guint *keycode);
 gboolean translate_key(const gchar *str, guint *state, guint *keycode);
 
 /*! Give the string form of a keycode */
-const gchar *translate_keycode(guint keycode);
+gchar *translate_keycode(guint keycode);
+
+/*! Translate a keycode to the unicode character it represents */
+gunichar translate_unichar(guint keycode);
+
 #endif
This page took 0.019839 seconds and 4 git commands to generate.