diff console/libgnt/gntcolors.h @ 14004:06f75fb84a78

[gaim-migrate @ 16589] Add a configure file (~/.gntrc) for gnt to configure its looks. This is available only for GLib 2.6 and above. Currently, it only allows changing the colors (r;g;b -- each in [0, 1000]) and color-groups. I have added gntrc.sample as an example. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 28 Jul 2006 04:47:19 +0000
parents 0a0d2a1fd2bc
children bb38f32ab6aa
line wrap: on
line diff
--- a/console/libgnt/gntcolors.h	Thu Jul 27 20:11:55 2006 +0000
+++ b/console/libgnt/gntcolors.h	Fri Jul 28 04:47:19 2006 +0000
@@ -1,6 +1,8 @@
 #ifndef GNT_COLORS_H
 #define GNT_COLORS_H
 
+#include <glib.h>
+
 typedef enum
 {
 	GNT_COLOR_NORMAL = 1,
@@ -34,4 +36,8 @@
 
 void gnt_uninit_colors();
 
+void gnt_colors_parse(GKeyFile *kfile);
+
+void gnt_color_pairs_parse(GKeyFile *kfile);
+
 #endif