/pidgin/main: ac1dd3b6f6c0: Fixed some documentation for 'accoun...

Ankit Vani a at nevitus.org
Fri Dec 6 10:19:54 EST 2013


Changeset: ac1dd3b6f6c0bb4fc3544120723af75f05b3bd19
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2013-12-06 20:49 +0530
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/ac1dd3b6f6c0

Description:

Fixed some documentation for 'account' parameters in conversations.h

diffstat:

 libpurple/conversations.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff --git a/libpurple/conversations.h b/libpurple/conversations.h
--- a/libpurple/conversations.h
+++ b/libpurple/conversations.h
@@ -90,7 +90,7 @@ GList *purple_conversations_get_chats(vo
  * Finds a conversation of any type with the specified name and Purple account.
  *
  * @param name The name of the conversation.
- * @param account The purple_account associated with the conversation.
+ * @param account The account associated with the conversation.
  *
  * @return The conversation if found, or @c NULL otherwise.
  */
@@ -101,7 +101,7 @@ PurpleConversation *purple_conversations
  * Finds an IM with the specified name and Purple account.
  *
  * @param name The name of the conversation.
- * @param account The purple_account associated with the conversation.
+ * @param account The account associated with the conversation.
  *
  * @return The conversation if found, or @c NULL otherwise.
  */
@@ -112,7 +112,7 @@ PurpleIMConversation *purple_conversatio
  * Finds a chat with the specified name and Purple account.
  *
  * @param name The name of the conversation.
- * @param account The purple_account associated with the conversation.
+ * @param account The account associated with the conversation.
  *
  * @return The conversation if found, or @c NULL otherwise.
  */



More information about the Commits mailing list