| 588 * |
588 * |
| 589 * @return TRUE if it starts with /me, and it has been removed, otherwise FALSE |
589 * @return TRUE if it starts with /me, and it has been removed, otherwise FALSE |
| 590 */ |
590 */ |
| 591 gboolean gaim_message_meify(char *message, size_t len); |
591 gboolean gaim_message_meify(char *message, size_t len); |
| 592 |
592 |
| |
593 /** |
| |
594 * Removes the underscore characters from a string used identify the mnemonic |
| |
595 * character. |
| |
596 * |
| |
597 * @param in The string to strip |
| |
598 * |
| |
599 * @return The stripped string |
| |
600 */ |
| |
601 char * gaim_text_strip_mnemonic(const char *in); |
| |
602 |
| 593 /*@}*/ |
603 /*@}*/ |
| 594 |
604 |
| 595 #ifdef __cplusplus |
605 #ifdef __cplusplus |
| 596 } |
606 } |
| 597 #endif |
607 #endif |