| 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. |