comparison src/gtkutils.h @ 7102:c4faffdc0862

[gaim-migrate @ 7667] Move show_usage() to main.c. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 04:29:44 +0000
parents acd2a66e59ed
children c47633e9e2a4
comparison
equal deleted inserted replaced
7101:6ca56650d11a 7102:c4faffdc0862
282 * 282 *
283 * @todo Move this to a UI-specific file. 283 * @todo Move this to a UI-specific file.
284 */ 284 */
285 char *stylize(const gchar *text, int len); 285 char *stylize(const gchar *text, int len);
286 286
287 /**
288 * Shows the usage options for the gaim binary.
289 *
290 * @param mode @c 0 for full options, or @c 1 for a short summary.
291 * @param name The name of the binary.
292 *
293 * @todo Move this to the binary, when a library is formed.
294 */
295 void show_usage(int mode, const char *name);
296
297 #endif /* _GAIM_GTK_UTILS_H_ */ 287 #endif /* _GAIM_GTK_UTILS_H_ */