libpurple/conversation.h

branch
soc.2013.gobjectification
changeset 34868
faa5b053f310
parent 34835
704ff889e9f6
child 34904
dee62fd8249d
equal deleted inserted replaced
34867:47b5d67e923f 34868:faa5b053f310
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 */

mercurial