comparison src/privacy.h @ 6379:31c0a9adc1a4

[gaim-migrate @ 6884] Just a little whitespace reformatting. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 05 Aug 2003 19:19:14 +0000
parents 01289157fc37
children 41120df7ed94
comparison
equal deleted inserted replaced
6378:01289157fc37 6379:31c0a9adc1a4
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 */
67 gboolean gaim_privacy_permit_remove(GaimAccount *account, const char *name, 67 gboolean gaim_privacy_permit_remove(GaimAccount *account, const char *name,
68 gboolean local_only); 68 gboolean local_only);
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.
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 */
80 gboolean gaim_privacy_deny_add(GaimAccount *account, const char *name, 80 gboolean gaim_privacy_deny_add(GaimAccount *account, const char *name,
81 gboolean local_only); 81 gboolean local_only);
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.
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 */
93 gboolean gaim_privacy_deny_remove(GaimAccount *account, const char *name, 93 gboolean gaim_privacy_deny_remove(GaimAccount *account, const char *name,
94 gboolean local_only); 94 gboolean local_only);
95 95
96 /** 96 /**
97 * Sets the UI operations structure for the privacy subsystem. 97 * Sets the UI operations structure for the privacy subsystem.
98 * 98 *
99 * @param ops The UI operations structure. 99 * @param ops The UI operations structure.