Mercurial > pidgin.yaz
view console/libgnt/gntstyle.h @ 14253:dc0afefc19d8
[gaim-migrate @ 16935]
If gstreamer fails, show an error message and continue to load.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Mon, 21 Aug 2006 03:04:12 +0000 |
parents | a0b1ab181316 |
children | ea5193c23171 |
line wrap: on
line source
#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); /* 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();