Mercurial > pidgin
changeset 17537:52c0ca2e78e4
Add a "deprecated" note about pidgin_dialogs_alias_contact() which
doesn't seem to be used anymore
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 07 Jun 2007 08:03:55 +0000 |
parents | 9c9184b61564 |
children | 68d034c6e65d |
files | pidgin/gtkdialogs.h |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkdialogs.h Thu Jun 07 08:03:25 2007 +0000 +++ b/pidgin/gtkdialogs.h Thu Jun 07 08:03:55 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 *);