comparison src/conversation.h @ 7256:c93493c59ac3

[gaim-migrate @ 7833] Added gaim_conversation_set_name(). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 14 Oct 2003 03:28:26 +0000
parents b90c94620d1c
children 643cbc9a6035
comparison
equal deleted inserted replaced
7255:e78c6f6e759c 7256:c93493c59ac3
597 * @return The conversation's unseen state. 597 * @return The conversation's unseen state.
598 */ 598 */
599 GaimUnseenState gaim_conversation_get_unseen(const GaimConversation *conv); 599 GaimUnseenState gaim_conversation_get_unseen(const GaimConversation *conv);
600 600
601 /** 601 /**
602 * Sets the specified conversation's name.
603 *
604 * @param conv The conversation.
605 * @param name The conversation's name.
606 */
607 void gaim_conversation_set_name(GaimConversation *conv, const char *name);
608
609 /**
602 * Returns the specified conversation's name. 610 * Returns the specified conversation's name.
603 * 611 *
604 * @param conv The conversation. 612 * @param conv The conversation.
605 * 613 *
606 * @return The conversation's name. 614 * @return The conversation's name.