comparison src/gtkdialogs.h @ 9753:60705fd4f411

[gaim-migrate @ 10620] Move show_about to gtkdialogs.c and namespace it Remove about.c A few other minor touchups in gtkdialogs.c Make serv_warn pass a gboolean instead of an int committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 15 Aug 2004 17:05:51 +0000
parents c9ac1976ef01
children 4a15962c344a
comparison
equal deleted inserted replaced
9752:8793c7127c80 9753:60705fd4f411
30 #include "account.h" 30 #include "account.h"
31 #include "conversation.h" 31 #include "conversation.h"
32 32
33 /* Functions in gtkdialogs.c (these should actually stay in this file) */ 33 /* Functions in gtkdialogs.c (these should actually stay in this file) */
34 void gaim_gtkdialogs_destroy_all(); 34 void gaim_gtkdialogs_destroy_all();
35 void gaim_gtkdialogs_about();
35 void gaim_gtkdialogs_im(); 36 void gaim_gtkdialogs_im();
36 void gaim_gtkdialogs_im_with_user(GaimAccount *, const char *); 37 void gaim_gtkdialogs_im_with_user(GaimAccount *, const char *);
37 void gaim_gtkdialogs_info(); 38 void gaim_gtkdialogs_info();
38 void gaim_gtkdialogs_log(); 39 void gaim_gtkdialogs_log();
39 void gaim_gtkdialogs_warn(GaimConnection *, const char *); 40 void gaim_gtkdialogs_warn(GaimConnection *, const char *);
43 44
44 void gaim_gtkdialogs_remove_buddy(GaimBuddy *); 45 void gaim_gtkdialogs_remove_buddy(GaimBuddy *);
45 void gaim_gtkdialogs_remove_group(GaimGroup *); 46 void gaim_gtkdialogs_remove_group(GaimGroup *);
46 void gaim_gtkdialogs_remove_chat(GaimChat *); 47 void gaim_gtkdialogs_remove_chat(GaimChat *);
47 void gaim_gtkdialogs_remove_contact(GaimContact *); 48 void gaim_gtkdialogs_remove_contact(GaimContact *);
48
49 /* Functions in about.c */
50 extern void show_about(GtkWidget *, void *);
51 49
52 /* Everything after this should probably be moved elsewhere */ 50 /* Everything after this should probably be moved elsewhere */
53 51
54 /** 52 /**
55 * Our UI's identifier. 53 * Our UI's identifier.