comparison src/privacy.h @ 6720:41120df7ed94

[gaim-migrate @ 7247] Fixed documentation errors so Doxygen no longer complains. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 03 Sep 2003 05:21:04 +0000
parents 31c0a9adc1a4
children feb3d21a7794
comparison
equal deleted inserted replaced
6719:3cc4d5e55a69 6720:41120df7ed94
43 43
44 /** 44 /**
45 * Adds a user to the account's permit list. 45 * Adds a user to the account's permit list.
46 * 46 *
47 * @param account The account. 47 * @param account The account.
48 * @Param name The name of the user to add to the list. 48 * @param name The name of the user to add to the list.
49 * @param local_only If TRUE, only the local list is updated, and not 49 * @param local_only If TRUE, only the local list is updated, and not
50 * the server. 50 * the server.
51 * 51 *
52 * @return TRUE if the user was added successfully, or @c FALSE otherwise. 52 * @return TRUE if the user was added successfully, or @c FALSE otherwise.
53 */ 53 */
56 56
57 /** 57 /**
58 * Removes a user from the account's permit list. 58 * Removes a user from the account's permit list.
59 * 59 *
60 * @param account The account. 60 * @param account The account.
61 * @Param name The name of the user to add to the list. 61 * @param name The name of the user to add to the list.
62 * @param local_only If TRUE, only the local list is updated, and not 62 * @param local_only If TRUE, only the local list is updated, and not
63 * the server. 63 * the server.
64 * 64 *
65 * @return TRUE if the user was removed successfully, or @c FALSE otherwise. 65 * @return TRUE if the user was removed successfully, or @c FALSE otherwise.
66 */ 66 */
69 69
70 /** 70 /**
71 * Adds a user to the account's deny list. 71 * Adds a user to the account's deny list.
72 * 72 *
73 * @param account The account. 73 * @param account The account.
74 * @Param name The name of the user to add to the list. 74 * @param name The name of the user to add to the list.
75 * @param local_only If TRUE, only the local list is updated, and not 75 * @param local_only If TRUE, only the local list is updated, and not
76 * the server. 76 * the server.
77 * 77 *
78 * @return TRUE if the user was added successfully, or @c FALSE otherwise. 78 * @return TRUE if the user was added successfully, or @c FALSE otherwise.
79 */ 79 */
82 82
83 /** 83 /**
84 * Removes a user from the account's deny list. 84 * Removes a user from the account's deny list.
85 * 85 *
86 * @param account The account. 86 * @param account The account.
87 * @Param name The name of the user to add to the list. 87 * @param name The name of the user to add to the list.
88 * @param local_only If TRUE, only the local list is updated, and not 88 * @param local_only If TRUE, only the local list is updated, and not
89 * the server. 89 * the server.
90 * 90 *
91 * @return TRUE if the user was removed successfully, or @c FALSE otherwise. 91 * @return TRUE if the user was removed successfully, or @c FALSE otherwise.
92 */ 92 */