Mercurial > pidgin
changeset 20928:ed40911613a0
Try my hardest to get rid of some Doxygen warnings. One is left and I don't know why.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 14 Oct 2007 19:52:38 +0000 |
parents | 3d704e6bd08a |
children | 76df08dd7d7b 6402252be3c8 |
files | libpurple/prpl.h |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/prpl.h Sun Oct 14 19:52:12 2007 +0000 +++ b/libpurple/prpl.h Sun Oct 14 19:52:38 2007 +0000 @@ -297,12 +297,13 @@ /** new user registration */ void (*register_user)(PurpleAccount *); - /** Deprecated and vestigal; use #get_cb_real_name and #get_info - * instead. + /** + * @deprecated Use #PurplePluginProtocolInfo.get_info instead. */ void (*get_cb_info)(PurpleConnection *, int, const char *who); - /** Also deprecated and vestigal; use #get_cb_real_name and - * #status_text instead. + /** + * @deprecated Use #PurplePluginProtocolInfo.get_cb_real_name and + * #PurplePluginProtocolInfo.status_text instead. */ void (*get_cb_away)(PurpleConnection *, int, const char *who);