libpurple/conversation.h

branch
soc.2013.gobjectification.plugins
changeset 37074
1e7b4b3741a0
parent 37070
774b0a0593f0
parent 35467
975ae62dd895
child 37075
cf3f735b09b7
--- 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

mercurial