# HG changeset patch # User Richard Laager # Date 1121701752 0 # Node ID 59a4bc5c24e5dd32ee1d10a489b021de0ae223c7 # Parent d637153c982caea408ccd9033365db15dd68c7d8 [gaim-migrate @ 13178] Etan pointed out the documentation for gaim_privacy_check could be improved. committer: Tailor Script diff -r d637153c982c -r 59a4bc5c24e5 src/privacy.h --- a/src/privacy.h Mon Jul 18 15:38:17 2005 +0000 +++ b/src/privacy.h Mon Jul 18 15:49:12 2005 +0000 @@ -114,7 +114,7 @@ * @param account The account. * @param who The name of the user. * - * @return TRUE if the user is allowed to send messages, or @c FALSE otherwise. + * @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. */ gboolean gaim_privacy_check(GaimAccount *account, const char *who);