libpurple/server.h

branch
gtkdoc-conversion
changeset 35473
b5427137c6d0
parent 35442
84e906df98dd
child 35487
494f09f7f331
child 37075
cf3f735b09b7
--- a/libpurple/server.h	Thu Feb 06 18:23:44 2014 +0530
+++ b/libpurple/server.h	Thu Feb 06 18:30:37 2014 +0530
@@ -42,8 +42,6 @@
  *
  * Send a typing message to a given user over a given connection.
  *
- * @todo Could probably move this into the conversation API.
- *
  * Returns: A quiet-period, specified in seconds, where Purple will not
  *         send any additional typing notification messages.  Most
  *         protocols should return 0, which means that no additional
@@ -52,6 +50,7 @@
  *         user is still typing then Purple will send another PURPLE_IM_TYPING
  *         message.
  */
+/* TODO Could probably move this into the conversation API. */
 unsigned int serv_send_typing(PurpleConnection *gc, const char *name, PurpleIMTypingState state);
 
 void serv_move_buddy(PurpleBuddy *, PurpleGroup *, PurpleGroup *);

mercurial