Mercurial > pidgin
changeset 21954:8eb1846b5c40
Docu patch from Simon Wenner. Closes #4497.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 29 Dec 2007 17:43:44 +0000 |
parents | 93e2caaa37ac |
children | feb92c44db87 |
files | COPYRIGHT libpurple/conversation.h |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/COPYRIGHT Sat Dec 29 04:46:49 2007 +0000 +++ b/COPYRIGHT Sat Dec 29 17:43:44 2007 +0000 @@ -414,6 +414,7 @@ Zsombor Welker Andrew Wellington Adam Wendt +Simon Wenner Dave West Zac West Daniel Westermann-Clark
--- a/libpurple/conversation.h Sat Dec 29 04:46:49 2007 +0000 +++ b/libpurple/conversation.h Sat Dec 29 17:43:44 2007 +0000 @@ -490,7 +490,8 @@ * * @param conv The conversation. * - * @return The conversation's name. + * @return The conversation's name. If the conversation is an IM with a PurpleBuddy, + * then it's the name of the PurpleBuddy. */ const char *purple_conversation_get_name(const PurpleConversation *conv); @@ -718,7 +719,7 @@ * * @param msg A PurpleConvMessage * - * @return The name of the sender of the message + * @return The message flags * * @since 2.2.0 */ @@ -729,7 +730,7 @@ * * @param msg A PurpleConvMessage * - * @return The name of the sender of the message + * @return The timestamp of the message * * @since 2.2.0 */