pidgin/gtkdialogs.h

changeset 18545
5af898e91ec2
parent 17648
5e5e1c1e1570
child 19242
bcda19563dfe
child 19859
71d37b57eff2
--- a/pidgin/gtkdialogs.h	Sat May 26 13:48:41 2007 +0000
+++ b/pidgin/gtkdialogs.h	Sun Jul 01 00:55:03 2007 +0000
@@ -36,10 +36,15 @@
 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *);
 void pidgin_dialogs_info(void);
 void pidgin_dialogs_log(void);
+
+/**
+ * @deprecated This function is no longer used and will be removed in
+ *             Pidgin 3.0.0 unless there is sufficient demand to keep it.
+ */
 void pidgin_dialogs_alias_contact(PurpleContact *);
+
 void pidgin_dialogs_alias_buddy(PurpleBuddy *);
 void pidgin_dialogs_alias_chat(PurpleChat *);
-
 void pidgin_dialogs_remove_buddy(PurpleBuddy *);
 void pidgin_dialogs_remove_group(PurpleGroup *);
 void pidgin_dialogs_remove_chat(PurpleChat *);

mercurial