libpurple/internal.h

branch
soc.2013.gobjectification.plugins
changeset 37101
8ba9a23354ff
parent 37094
84873ce721dc
parent 35499
c4c5e0a670b1
child 37111
efe4b7c5218a
--- a/libpurple/internal.h	Mon Feb 10 00:16:53 2014 +0530
+++ b/libpurple/internal.h	Mon Feb 10 01:09:47 2014 +0530
@@ -244,7 +244,7 @@
  *
  * Adds a chat to the active chats list of a connection
  *
- * Note: This function should only be called by serv_got_joined_chat()
+ * Note: This function should only be called by purple_serv_got_joined_chat()
  *       in server.c.
  */
 void _purple_connection_add_active_chat(PurpleConnection *gc,
@@ -256,7 +256,7 @@
  *
  * Removes a chat from the active chats list of a connection
  *
- * Note: This function should only be called by serv_got_chat_left()
+ * Note: This function should only be called by purple_serv_got_chat_left()
  *       in server.c.
  */
 void _purple_connection_remove_active_chat(PurpleConnection *gc,

mercurial