/soc/2013/ankitkv/gobjectification: 2d77da77b594: Fixed document...
Ankit Vani
a at nevitus.org
Wed Jul 10 14:43:02 EDT 2013
Changeset: 2d77da77b594474f5069e40a0d210b2516edb1fa
Author: Ankit Vani <a at nevitus.org>
Date: 2013-07-11 00:12 +0530
Branch: soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/2d77da77b594
Description:
Fixed documentation for PurpleConversation and PurpleConversationPrivate structs
diffstat:
libpurple/conversation.c | 6 +-----
libpurple/conversation.h | 6 +++++-
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (32 lines):
diff --git a/libpurple/conversation.c b/libpurple/conversation.c
--- a/libpurple/conversation.c
+++ b/libpurple/conversation.c
@@ -40,11 +40,7 @@
/** @copydoc _PurpleConversationPrivate */
typedef struct _PurpleConversationPrivate PurpleConversationPrivate;
-/**
- * A core representation of a conversation between two or more people.
- *
- * The conversation can be an IM or a chat.
- */
+/** General private data for a conversation */
struct _PurpleConversationPrivate
{
PurpleAccount *account; /**< The user using this conversation. */
diff --git a/libpurple/conversation.h b/libpurple/conversation.h
--- a/libpurple/conversation.h
+++ b/libpurple/conversation.h
@@ -115,7 +115,11 @@ typedef enum /*< flags >*/
/**************************************************************************/
/** PurpleConversation */
/**************************************************************************/
-/** Structure representing a conversation instance. */
+/**
+ * A core representation of a conversation between two or more people.
+ *
+ * The conversation can be an IM or a chat.
+ */
struct _PurpleConversation
{
/*< private >*/
More information about the Commits
mailing list