Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
18342:2aad33bb021d | 18375:fafb3af5aa12 |
---|---|
1103 * @param message The message to print. | 1103 * @param message The message to print. |
1104 */ | 1104 */ |
1105 void purple_print_utf8_to_console(FILE *filestream, char *message); | 1105 void purple_print_utf8_to_console(FILE *filestream, char *message); |
1106 | 1106 |
1107 /** | 1107 /** |
1108 * Checks for messages starting with "/me " | 1108 * Checks for messages starting (post-HTML) with "/me ", including the space. |
1109 * | 1109 * |
1110 * @param message The message to check | 1110 * @param message The message to check |
1111 * @param len The message length, or -1 | 1111 * @param len The message length, or -1 |
1112 * | 1112 * |
1113 * @return TRUE if it starts with /me, and it has been removed, otherwise FALSE | 1113 * @return TRUE if it starts with "/me ", and it has been removed, otherwise |
1114 * FALSE | |
1114 */ | 1115 */ |
1115 gboolean purple_message_meify(char *message, size_t len); | 1116 gboolean purple_message_meify(char *message, size_t len); |
1116 | 1117 |
1117 /** | 1118 /** |
1118 * Removes the underscore characters from a string used identify the mnemonic | 1119 * Removes the underscore characters from a string used identify the mnemonic |