im.pidgin.pidgin: 63b3c8a5920ec43cbe46da7255354a36af7ab464
sadrul at pidgin.im
sadrul at pidgin.im
Sat Dec 29 12:45:38 EST 2007
-----------------------------------------------------------------
Revision: 63b3c8a5920ec43cbe46da7255354a36af7ab464
Ancestor: fb375dc299f22214e1d15477b0df15409d5362e1
Author: sadrul at pidgin.im
Date: 2007-12-29T17:43:44
Branch: im.pidgin.pidgin
Modified files:
COPYRIGHT libpurple/conversation.h
ChangeLog:
Docu patch from Simon Wenner. Closes #4497.
-------------- next part --------------
============================================================
--- COPYRIGHT cdd70e7a7cb4b1a7cc4db5d7c5a635d6da3300bb
+++ COPYRIGHT abdecbd42b5e0afbd73a6dc452192be5c787e035
@@ -414,6 +414,7 @@ Adam Wendt
Zsombor Welker
Andrew Wellington
Adam Wendt
+Simon Wenner
Dave West
Zac West
Daniel Westermann-Clark
============================================================
--- libpurple/conversation.h fb7f44be2e80e03bfe25b5788d57b0306eb6a20b
+++ libpurple/conversation.h 676cd2418a1d67ed678756b79655e510ba9c208d
@@ -490,7 +490,8 @@ void purple_conversation_set_name(Purple
*
* @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 @@ const char *purple_conversation_message_
*
* @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 @@ PurpleMessageFlags purple_conversation_m
*
* @param msg A PurpleConvMessage
*
- * @return The name of the sender of the message
+ * @return The timestamp of the message
*
* @since 2.2.0
*/
More information about the Commits
mailing list