diff -r a04c721bebf1 -r e7f4631e93f7 libpurple/conversation.h --- a/libpurple/conversation.h Mon Jun 24 13:42:34 2013 +0530 +++ b/libpurple/conversation.h Wed Jun 26 03:08:58 2013 +0530 @@ -267,22 +267,11 @@ /**************************************************************************/ /*@{*/ -/** TODO +/** * Returns the GType for the Conversation object. */ GType purple_conversation_get_type(void); -/** TODO dispose/fnalize - * Destroys the specified conversation and removes it from the parent - * window. - * - * If this conversation is the only one contained in the parent window, - * that window is also destroyed. - * - * @param conv The conversation to destroy. - */ -/*void purple_conversation_destroy(PurpleConversation *conv);*/ - /** * Present a conversation to the user. This allows core code to initiate a * conversation by displaying the IM dialog.