comparison finch/libgnt/gntcolors.h @ 21895:39b078ac8a81

Update the changelogs, and the @since doxy-tags for new functions.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 18 Dec 2007 21:43:03 +0000
parents 3ed9b027479d
children ea341703b1d3
comparison
equal deleted inserted replaced
21894:65e23b7a4398 21895:39b078ac8a81
91 * 91 *
92 * @param kfile The string value 92 * @param kfile The string value
93 * 93 *
94 * @return A color 94 * @return A color
95 * 95 *
96 * @since 2.3.1 (gnt), 2.3.1 (pidgin) 96 * @since 2.4.0
97 */ 97 */
98 int gnt_colors_get_color(char *key); 98 int gnt_colors_get_color(char *key);
99 #endif 99 #endif
100 100
101 /** 101 /**
117 * @param fg Foreground 117 * @param fg Foreground
118 * @param bg Background 118 * @param bg Background
119 * 119 *
120 * @return A color pair 120 * @return A color pair
121 * 121 *
122 * @since 2.3.1 122 * @since 2.4.0
123 */ 123 */
124 int gnt_color_add_pair(int fg, int bg); 124 int gnt_color_add_pair(int fg, int bg);
125 #endif 125 #endif