Sat, 19 Aug 2006 13:44:47 +0000
[gaim-migrate @ 16883]
g_hash_table_remove_all is introduced in glib-2.12
#include "gnt.h" typedef enum { GNT_STYLE_SHADOW = 0, GNT_STYLES } GntStyle; void gnt_style_read_configure_file(const char *filename); /* Returned strings are all lowercase */ const char *gnt_style_get(GntStyle style); gboolean gnt_style_get_bool(GntStyle style, gboolean def); void gnt_init_styles(); void gnt_uninit_styles();