comparison src/ui.h @ 5162:b8eafeb874a1

[gaim-migrate @ 5526] After my last commit, Nathan promptly asked me if I remembered to move the declarations for gaim_new_item and gaim_new_item_stock from one .h file to the next, and I promptly cracked on his mom. Robot101, or anyone else cool, if you want to fix the comments in gtkutils.h for these 2 functions, that'd be terrif. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 18 Apr 2003 03:40:54 +0000
parents 4cfc49e31c2e
children 0241d6b6702d
comparison
equal deleted inserted replaced
5161:777f56b95a92 5162:b8eafeb874a1
338 extern void smiley_themeize(GtkWidget *); 338 extern void smiley_themeize(GtkWidget *);
339 extern void smiley_theme_probe(); 339 extern void smiley_theme_probe();
340 extern void load_smiley_theme(const char *file, gboolean load); 340 extern void load_smiley_theme(const char *file, gboolean load);
341 extern GSList *get_proto_smileys(int protocol); 341 extern GSList *get_proto_smileys(int protocol);
342 342
343 /* Fucnctions in util.c */
344 extern GtkWidget *gaim_new_item(GtkWidget *menu, const char *str);
345 extern GtkWidget *gaim_new_item_from_stock(GtkWidget *, const char *, const char *, GtkSignalFunc, gpointer, guint, guint, char *);
346
347 #endif /* _UI_H_ */ 343 #endif /* _UI_H_ */