Mercurial > pidgin
changeset 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 | d637153c982c |
children | 4315bb5f427b |
files | src/privacy.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);