comparison finch/libgnt/gntcolors.h @ 23309:ea341703b1d3

msgcolor command to change colors of messages in conversations.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 07 Jun 2008 05:23:54 +0000
parents 39b078ac8a81
children
comparison
equal deleted inserted replaced
23308:f3b7a07a7607 23309:ea341703b1d3
89 /** 89 /**
90 * Parse a string color 90 * Parse a string color
91 * 91 *
92 * @param kfile The string value 92 * @param kfile The string value
93 * 93 *
94 * @return A color 94 * @return A color. For an unknown color name, returns -EINVAL.
95 * 95 *
96 * @since 2.4.0 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