comparison finch/libgnt/gntutils.h @ 18872:85b155a574a3

libgnt.localize Start working towards non-utf8 locale support.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 11 Aug 2007 04:18:14 +0000
parents 7ee0e0597a26
children 7066896f6628
comparison
equal deleted inserted replaced
18871:2e41a68009ba 18872:85b155a574a3
137 * @param key The key to trigger the button 137 * @param key The key to trigger the button
138 * @param button The button to trigger 138 * @param button The button to trigger
139 */ 139 */
140 void gnt_util_set_trigger_widget(GntWidget *wid, const char *text, GntWidget *button); 140 void gnt_util_set_trigger_widget(GntWidget *wid, const char *text, GntWidget *button);
141 141
142 /**
143 * Return a string safe to print.
144 *
145 * @param string The UTF-8 string.
146 */
147 const char *gnt_util_localize_string(const char *string);
148