Sun, 14 Jul 2013 19:16:01 +0530
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 {