comparison libpurple/conversation.h @ 29712:d5fe33c3a765

propagate from branch 'im.pidgin.pidgin' (head 42a8485e73af5f2091d307b51c09dded94eceb24) to branch 'im.pidgin.pidgin.next.minor' (head 4edcf8da14be654127117da5af0cbdd7a0616439)
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 17 Nov 2009 07:33:47 +0000
parents 163f6c3cbdd9
children 356d1f40a56d
comparison
equal deleted inserted replaced
28963:546e870dc506 29712:d5fe33c3a765
643 */ 643 */
644 void purple_conversation_write(PurpleConversation *conv, const char *who, 644 void purple_conversation_write(PurpleConversation *conv, const char *who,
645 const char *message, PurpleMessageFlags flags, 645 const char *message, PurpleMessageFlags flags,
646 time_t mtime); 646 time_t mtime);
647 647
648
649 /** 648 /**
650 Set the features as supported for the given conversation. 649 Set the features as supported for the given conversation.
651 @param conv The conversation 650 @param conv The conversation
652 @param features Bitset defining supported features 651 @param features Bitset defining supported features
653 */ 652 */