changeset 29763:57a482217ee1

Add @since tags.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 20 Apr 2010 00:10:20 +0000
parents b0bc67f42027
children f06142075dca
files libpurple/account.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);