comparison console/libgnt/gntcombobox.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 5ac8f22e7b08
children
comparison
equal deleted inserted replaced
15811:71b017348c39 15814:1c8f1dc50685
42 42
43 G_BEGIN_DECLS 43 G_BEGIN_DECLS
44 44
45 GType gnt_combo_box_get_gtype(void); 45 GType gnt_combo_box_get_gtype(void);
46 46
47 GntWidget *gnt_combo_box_new(); 47 GntWidget *gnt_combo_box_new(void);
48 48
49 void gnt_combo_box_add_data(GntComboBox *box, gpointer key, const char *text); 49 void gnt_combo_box_add_data(GntComboBox *box, gpointer key, const char *text);
50 50
51 void gnt_combo_box_remove(GntComboBox *box, gpointer key); 51 void gnt_combo_box_remove(GntComboBox *box, gpointer key);
52 52