| 637 * @param who The user this error is about |
637 * @param who The user this error is about |
| 638 * @param account The account this error is on |
638 * @param account The account this error is on |
| 639 * @param what The error |
639 * @param what The error |
| 640 * @return TRUE if the error was presented, else FALSE |
640 * @return TRUE if the error was presented, else FALSE |
| 641 */ |
641 */ |
| 642 gboolean purple_conversation_helper_present_error(const char *who, PurpleAccount *account, const char *what); |
642 gboolean purple_conversation_present_error(const char *who, PurpleAccount *account, const char *what); |
| 643 |
643 |
| 644 /*@}*/ |
644 /*@}*/ |
| 645 |
645 |
| 646 /**************************************************************************/ |
646 /**************************************************************************/ |
| 647 /** @name Conversation Message API */ |
647 /** @name Conversation Message API */ |