comparison pidgin/gtkdialogs.h @ 21300:abbf74f4732b

propagate from branch 'im.pidgin.pidgin' (head e3fd21e6dabb99e5604e8337380353fcbe1a7279) to branch 'im.pidgin.elb.make' (head 7422b9a549f752c05cc75f0c8e56fdd2bced034a)
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 10 Nov 2007 16:17:54 +0000
parents aabe638f56d9
children 998cf5d0b401 dccfd999ffe7
comparison
equal deleted inserted replaced
21132:f2dcad9572b2 21300:abbf74f4732b
29 29
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
34 void pidgin_dialogs_destroy_all(void); 35 void pidgin_dialogs_destroy_all(void);
36
37 #ifndef PURPLE_DISABLE_DEPRECATED
38 /**
39 * @deprecated Use pidgin_dialogs_about_with_parent() instead.
40 */
35 void pidgin_dialogs_about(void); 41 void pidgin_dialogs_about(void);
42 #endif
43
44 /**
45 * @since 2.3.0
46 */
47 void pidgin_dialogs_about_with_parent(GtkWindow *parent);
48
36 void pidgin_dialogs_im(void); 49 void pidgin_dialogs_im(void);
37 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *); 50 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *);
38 void pidgin_dialogs_info(void); 51 void pidgin_dialogs_info(void);
39 void pidgin_dialogs_log(void); 52 void pidgin_dialogs_log(void);
40 53
54 #ifndef PURPLE_DISABLE_DEPRECATED
41 /** 55 /**
42 * @deprecated This function is no longer used and will be removed in 56 * @deprecated This function is no longer used and will be removed in
43 * Pidgin 3.0.0 unless there is sufficient demand to keep it. 57 * Pidgin 3.0.0 unless there is sufficient demand to keep it.
44 */ 58 */
45 void pidgin_dialogs_alias_contact(PurpleContact *); 59 void pidgin_dialogs_alias_contact(PurpleContact *);
60 #endif
46 61
47 void pidgin_dialogs_alias_buddy(PurpleBuddy *); 62 void pidgin_dialogs_alias_buddy(PurpleBuddy *);
48 void pidgin_dialogs_alias_chat(PurpleChat *); 63 void pidgin_dialogs_alias_chat(PurpleChat *);
49 void pidgin_dialogs_remove_buddy(PurpleBuddy *); 64 void pidgin_dialogs_remove_buddy(PurpleBuddy *);
50 void pidgin_dialogs_remove_group(PurpleGroup *); 65 void pidgin_dialogs_remove_group(PurpleGroup *);