| 373 * @alias: The local alias for the buddy |
373 * @alias: The local alias for the buddy |
| 374 */ |
374 */ |
| 375 void purple_buddy_set_local_alias(PurpleBuddy *buddy, const char *alias); |
375 void purple_buddy_set_local_alias(PurpleBuddy *buddy, const char *alias); |
| 376 |
376 |
| 377 /** |
377 /** |
| 378 * Returns the local alias for the buddy, or @c NULL if none exists. |
378 * Returns the local alias for the buddy, or %NULL if none exists. |
| 379 * |
379 * |
| 380 * @buddy: The buddy |
380 * @buddy: The buddy |
| 381 * Returns: The local alias for the buddy |
381 * Returns: The local alias for the buddy |
| 382 */ |
382 */ |
| 383 const char *purple_buddy_get_local_alias(PurpleBuddy *buddy); |
383 const char *purple_buddy_get_local_alias(PurpleBuddy *buddy); |
| 520 /** |
520 /** |
| 521 * Returns the group of which the chat is a member. |
521 * Returns the group of which the chat is a member. |
| 522 * |
522 * |
| 523 * @chat: The chat. |
523 * @chat: The chat. |
| 524 * |
524 * |
| 525 * Returns: The parent group, or @c NULL if the chat is not in a group. |
525 * Returns: The parent group, or %NULL if the chat is not in a group. |
| 526 */ |
526 */ |
| 527 PurpleGroup *purple_chat_get_group(PurpleChat *chat); |
527 PurpleGroup *purple_chat_get_group(PurpleChat *chat); |
| 528 |
528 |
| 529 /** |
529 /** |
| 530 * Returns the account the chat belongs to. |
530 * Returns the account the chat belongs to. |