comparison finch/libgnt/gntutils.h @ 18873:7066896f6628

disapproval of revision 'a4ce7b8adf2db74d531c35278fe83247d90ce4b1'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 11 Aug 2007 04:19:32 +0000
parents 85b155a574a3
children c8f9584e3221
comparison
equal deleted inserted replaced
18872:85b155a574a3 18873:7066896f6628
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