comparison console/libgnt/gntstyle.h @ 15814:1c8f1dc50685

Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings and errors this showed up
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 18 Mar 2007 17:28:21 +0000
parents d08d7b7375c7
children
comparison
equal deleted inserted replaced
15811:71b017348c39 15814:1c8f1dc50685
19 /* This should be called only once for the each type */ 19 /* This should be called only once for the each type */
20 void gnt_styles_get_keyremaps(GType type, GHashTable *hash); 20 void gnt_styles_get_keyremaps(GType type, GHashTable *hash);
21 21
22 void gnt_style_read_actions(GType type, GntBindableClass *klass); 22 void gnt_style_read_actions(GType type, GntBindableClass *klass);
23 23
24 void gnt_init_styles(); 24 void gnt_init_styles(void);
25 25
26 void gnt_uninit_styles(); 26 void gnt_uninit_styles(void);
27 27