Added a note about destruction of a conversation in PurpleConversation's documentation soc.2013.gobjectification

Sun, 14 Jul 2013 19:16:01 +0530

author
Ankit Vani <a@nevitus.org>
date
Sun, 14 Jul 2013 19:16:01 +0530
branch
soc.2013.gobjectification
changeset 34772
618830ebcdcb
parent 34771
7bd15fb08b69
child 34773
b0ccef093327

Added a note about destruction of a conversation in PurpleConversation's documentation

libpurple/conversation.h file | annotate | diff | comparison | revisions
--- a/libpurple/conversation.h	Sun Jul 14 16:51:01 2013 +0530
+++ b/libpurple/conversation.h	Sun Jul 14 19:16:01 2013 +0530
@@ -119,6 +119,11 @@
  * A core representation of a conversation between two or more people.
  *
  * The conversation can be an IM or a chat.
+ *
+ * @note When a conversation is destroyed with g_object_unref(), the specified
+ *       conversation is removed from the parent window. If this conversation is
+ *       the only one contained in the parent window, that window is also
+ *       destroyed.
  */
 struct _PurpleConversation
 {

mercurial