Mercurial > pidgin
diff libpurple/util.h @ 18375:fafb3af5aa12
propagate from branch 'im.pidgin.pidgin' (head ede31f4a584caeaede8c7c46cbece5a420b41050)
to branch 'org.maemo.garage.pidgin.smiley-install' (head 5270b8d15c2c493dd6582ce904fd6072a53d469b)
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 30 Jun 2007 22:12:44 +0000 |
parents | 700b642631bc |
children | cc36a5aac908 7589b218f89a |
line wrap: on
line diff
--- a/libpurple/util.h Thu Jun 28 17:07:48 2007 +0000 +++ b/libpurple/util.h Sat Jun 30 22:12:44 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);