Mercurial > pidgin
comparison finch/libgnt/gntstyle.h @ 18045:08e93462f189
Update the irssi WM to allow tiling the conversation windows.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 06 Jun 2007 14:34:58 +0000 |
parents | 0e3a8505ebbe |
children | 1cedd520cd18 |
comparison
equal
deleted
inserted
replaced
18044:37469ac119b6 | 18045:08e93462f189 |
---|---|
12 | 12 |
13 void gnt_style_read_configure_file(const char *filename); | 13 void gnt_style_read_configure_file(const char *filename); |
14 | 14 |
15 const char *gnt_style_get(GntStyle style); | 15 const char *gnt_style_get(GntStyle style); |
16 | 16 |
17 const char *gnt_style_get_from_name(const char *key); | |
18 | |
17 gboolean gnt_style_get_bool(GntStyle style, gboolean def); | 19 gboolean gnt_style_get_bool(GntStyle style, gboolean def); |
18 | 20 |
19 /* This should be called only once for the each type */ | 21 /* This should be called only once for the each type */ |
20 void gnt_styles_get_keyremaps(GType type, GHashTable *hash); | 22 void gnt_styles_get_keyremaps(GType type, GHashTable *hash); |
21 | 23 |