# HG changeset patch # User Elliott Sales de Andrade # Date 1271722220 0 # Node ID 57a482217ee188d6ef12f6ef10bac7f084752848 # Parent b0bc67f42027703670c8bd39d01e4f7baf612f59 Add @since tags. diff -r b0bc67f42027 -r 57a482217ee1 libpurple/account.h --- a/libpurple/account.h Tue Apr 20 00:05:34 2010 +0000 +++ b/libpurple/account.h Tue Apr 20 00:10:20 2010 +0000 @@ -418,6 +418,8 @@ * * @param account The account. * @param privacy_type The privacy type. + * + * @since 2.7.0 */ void purple_account_set_privacy_type(PurpleAccount *account, PurplePrivacyType privacy_type); @@ -696,6 +698,8 @@ * @param account The account. * * @return The privacy type. + * + * @since 2.7.0 */ PurplePrivacyType purple_account_get_privacy_type(const PurpleAccount *account);