pidgin/gtkdialogs.h

branch
next.minor
changeset 21223
6517e0eda8bc
parent 21217
c5dfa570daff
child 21224
a3b64f274ab3
child 21653
621c47778132
equal deleted inserted replaced
21221:e28334aad05a 21223:6517e0eda8bc
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
35 void pidgin_dialogs_destroy_all(void); 35 void pidgin_dialogs_destroy_all(void);
36 36
37 #ifndef PURPLE_DISABLE_DEPRECATED
37 /** 38 /**
38 * @deprecated Use pidgin_dialogs_about_with_parent() instead. 39 * @deprecated Use pidgin_dialogs_about_with_parent() instead.
39 */ 40 */
40 void pidgin_dialogs_about(void); 41 void pidgin_dialogs_about(void);
42 #endif
41 43
42 /** 44 /**
43 * @since 2.3.0 45 * @since 2.3.0
44 */ 46 */
45 void pidgin_dialogs_about_with_parent(GtkWindow *parent); 47 void pidgin_dialogs_about_with_parent(GtkWindow *parent);
47 void pidgin_dialogs_im(void); 49 void pidgin_dialogs_im(void);
48 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *); 50 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *);
49 void pidgin_dialogs_info(void); 51 void pidgin_dialogs_info(void);
50 void pidgin_dialogs_log(void); 52 void pidgin_dialogs_log(void);
51 53
54 #ifndef PURPLE_DISABLE_DEPRECATED
52 /** 55 /**
53 * @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
54 * 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.
55 */ 58 */
56 void pidgin_dialogs_alias_contact(PurpleContact *); 59 void pidgin_dialogs_alias_contact(PurpleContact *);
60 #endif
57 61
58 void pidgin_dialogs_alias_buddy(PurpleBuddy *); 62 void pidgin_dialogs_alias_buddy(PurpleBuddy *);
59 void pidgin_dialogs_alias_chat(PurpleChat *); 63 void pidgin_dialogs_alias_chat(PurpleChat *);
60 void pidgin_dialogs_remove_buddy(PurpleBuddy *); 64 void pidgin_dialogs_remove_buddy(PurpleBuddy *);
61 void pidgin_dialogs_remove_group(PurpleGroup *); 65 void pidgin_dialogs_remove_group(PurpleGroup *);

mercurial