libpurple/blistnodetypes.h

branch
soc.2013.gobjectification.plugins
changeset 37021
04c99b24db84
parent 37017
8e2b68c79fa1
child 37022
d891503c8aa6
equal deleted inserted replaced
37020:03730619fbac 37021:04c99b24db84
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.

mercurial