--- a/libpurple/conversation.h Thu Feb 06 03:17:59 2014 +0530 +++ b/libpurple/conversation.h Thu Feb 06 16:53:42 2014 +0530 @@ -205,10 +205,10 @@ * @destroy_conversation: Called just before @conv is freed. * @write_chat: Write a message to a chat. If this field is %NULL, libpurple * will fall back to using @write_conv. - * See purple_chat_conversation_write(). + * See purple_conversation_write(). * @write_im: Write a message to an IM conversation. If this field is %NULL, * libpurple will fall back to using @write_conv. - * See purple_im_conversation_write(). + * See purple_conversation_write(). * @write_conv: Write a message to a conversation. This is used rather than the * chat- or im-specific ops for errors, system messages (such as "x * is now know as y"), and as the fallback if @write_im and