comparison libpurple/account.h @ 29763:57a482217ee1

Add @since tags.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 20 Apr 2010 00:10:20 +0000
parents b983db2b01f5
children 2a436e0ce977
comparison
equal deleted inserted replaced
29762:b0bc67f42027 29763:57a482217ee1
416 /** 416 /**
417 * Sets the account's privacy type. 417 * Sets the account's privacy type.
418 * 418 *
419 * @param account The account. 419 * @param account The account.
420 * @param privacy_type The privacy type. 420 * @param privacy_type The privacy type.
421 *
422 * @since 2.7.0
421 */ 423 */
422 void purple_account_set_privacy_type(PurpleAccount *account, PurplePrivacyType privacy_type); 424 void purple_account_set_privacy_type(PurpleAccount *account, PurplePrivacyType privacy_type);
423 425
424 /** 426 /**
425 * Sets the account's status types. 427 * Sets the account's status types.
694 * Returns the account's privacy type. 696 * Returns the account's privacy type.
695 * 697 *
696 * @param account The account. 698 * @param account The account.
697 * 699 *
698 * @return The privacy type. 700 * @return The privacy type.
701 *
702 * @since 2.7.0
699 */ 703 */
700 PurplePrivacyType purple_account_get_privacy_type(const PurpleAccount *account); 704 PurplePrivacyType purple_account_get_privacy_type(const PurpleAccount *account);
701 705
702 /** 706 /**
703 * Returns the active status for this account. This looks through 707 * Returns the active status for this account. This looks through