diff libpurple/util.h @ 18363:700b642631bc

Remove static meify from yahoochat.c and replace use of it with purple_message_meify, to which it was identical. Clarify the documentation of the latter slightly.
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 29 Jun 2007 19:36:31 +0000
parents c5c265dff90c
children cc36a5aac908 7589b218f89a
line wrap: on
line diff
--- a/libpurple/util.h	Fri Jun 29 15:30:22 2007 +0000
+++ b/libpurple/util.h	Fri Jun 29 19:36:31 2007 +0000
@@ -1105,12 +1105,13 @@
 void purple_print_utf8_to_console(FILE *filestream, char *message);
 
 /**
- * Checks for messages starting with "/me "
+ * Checks for messages starting (post-HTML) with "/me ", including the space.
  *
  * @param message The message to check
  * @param len     The message length, or -1
  *
- * @return TRUE if it starts with /me, and it has been removed, otherwise FALSE
+ * @return TRUE if it starts with "/me ", and it has been removed, otherwise
+ *         FALSE
  */
 gboolean purple_message_meify(char *message, size_t len);