console/libgnt/gntstyle.h

Sat, 19 Aug 2006 13:44:47 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Sat, 19 Aug 2006 13:44:47 +0000
changeset 14270
710ef4096bac
parent 14072
4e64a4f18686
child 14301
b47bf28806d1
permissions
-rw-r--r--

[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();

mercurial