src/conversation.h

changeset 7256
311c8febfc92
parent 7122
5f40c16a4ae4
child 7431
f3eaace13491
equal deleted inserted replaced
7255:1d0abff6ca11 7256:311c8febfc92
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.

mercurial