Added binds for functions from libpurple which return structure attributes.
[python-purple] / conversation.pyx
index f743e41..6b44c63 100644 (file)
@@ -81,4 +81,5 @@ cdef class Conversation:
         conversation.c_purple_conversations_get_handle()
 
     def destroy(self):
         conversation.c_purple_conversations_get_handle()
 
     def destroy(self):
+        print "[DEBUG]: Destroy conversation: %s" % self.name
         conversation.c_purple_conversation_destroy(self.__conv)
         conversation.c_purple_conversation_destroy(self.__conv)