src/util.h

changeset 7889
34cc5467bf55
parent 7821
d15fc781c318
child 8046
c581b20a47d6
equal deleted inserted replaced
7888:3390286d7bae 7889:34cc5467bf55
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

mercurial