diff console/libgnt/gntstyle.h @ 14239:a0b1ab181316

[gaim-migrate @ 16921] Allow remapping keys for widgets. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 20 Aug 2006 22:46:20 +0000
parents 7573bd40a190
children ea5193c23171
line wrap: on
line diff
--- a/console/libgnt/gntstyle.h	Sun Aug 20 22:24:13 2006 +0000
+++ b/console/libgnt/gntstyle.h	Sun Aug 20 22:46:20 2006 +0000
@@ -13,6 +13,9 @@
 
 gboolean gnt_style_get_bool(GntStyle style, gboolean def);
 
+/* This should be called only once for the each type */
+void gnt_styles_get_keyremaps(GType type, GHashTable *hash);
+
 void gnt_init_styles();
 
 void gnt_uninit_styles();