comparison src/privacy.h @ 11122:59a4bc5c24e5

[gaim-migrate @ 13178] Etan pointed out the documentation for gaim_privacy_check could be improved. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 18 Jul 2005 15:49:12 +0000
parents f03dce7ea408
children
comparison
equal deleted inserted replaced
11121:d637153c982c 11122:59a4bc5c24e5
112 * Check the privacy-setting for a user. 112 * Check the privacy-setting for a user.
113 * 113 *
114 * @param account The account. 114 * @param account The account.
115 * @param who The name of the user. 115 * @param who The name of the user.
116 * 116 *
117 * @return TRUE if the user is allowed to send messages, or @c FALSE otherwise. 117 * @return @c FALSE if the specified account's privacy settings block the user or @c TRUE otherwise. The meaning of "block" is protocol-dependent and generally relates to status and/or sending of messages.
118 */ 118 */
119 gboolean gaim_privacy_check(GaimAccount *account, const char *who); 119 gboolean gaim_privacy_check(GaimAccount *account, const char *who);
120 120
121 /** 121 /**
122 * Sets the UI operations structure for the privacy subsystem. 122 * Sets the UI operations structure for the privacy subsystem.