Mercurial > pidgin
changeset 9635:8ad07c6f6522
[gaim-migrate @ 10479]
Keep the API docs in sync with my changes from last night.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 01 Aug 2004 18:32:03 +0000 |
parents | 10f1d729c415 |
children | 53e3c74b3628 |
files | src/blist.h |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/blist.h Sun Aug 01 18:31:28 2004 +0000 +++ b/src/blist.h Sun Aug 01 18:32:03 2004 +0000 @@ -527,7 +527,8 @@ * Returns the alias of a buddy. * * @param buddy The buddy whose name will be returned. - * @return The alias (if set), server alias (if option is set), or NULL. + * @return The alias (if set), server alias (if set and preference + * is to display server aliases), or NULL. */ const char *gaim_buddy_get_alias_only(GaimBuddy *buddy); @@ -538,7 +539,7 @@ * contact alias; the buddy's server alias; the buddy's user name. * * @param buddy The buddy whose name will be returned - * @return The appropriate name or alias, or "Unknown" + * @return The appropriate name or alias, or NULL. * */ const char *gaim_buddy_get_contact_alias(GaimBuddy *buddy); @@ -550,7 +551,7 @@ * the buddy's user name. * * @param buddy The buddy whose name will be returned. - * @return The appropriate name or alias, or "Unknown" + * @return The appropriate name or alias, or NULL */ const char *gaim_buddy_get_alias(GaimBuddy *buddy);