comparison src/util.h @ 7889:7e1bb4deca24

[gaim-migrate @ 8547] if we're gonna have mnemonics, let's use 'em! (there was going to be a clever play on words there, but it's 4:30, so it's not gonna happen) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 17 Dec 2003 09:33:05 +0000
parents ea8a104c053d
children fa6395637e2c
comparison
equal deleted inserted replaced
7888:d12b234959d5 7889:7e1bb4deca24
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