From d8e6d66b3f47b32fac5ee690aad8089c0ab293b9 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 20 Aug 2010 12:29:18 -0400 Subject: Various doc cleanups Signed-off-by: David Zeuthen --- src/polkit/polkitsubject.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/polkit/polkitsubject.c') diff --git a/src/polkit/polkitsubject.c b/src/polkit/polkitsubject.c index 51e60e0..d193eb2 100644 --- a/src/polkit/polkitsubject.c +++ b/src/polkit/polkitsubject.c @@ -140,9 +140,11 @@ polkit_subject_to_string (PolkitSubject *subject) * * Asynchronously checks if @subject exists. * - * When the operation is finished, @callback will be invoked. You can - * then call polkit_subject_exists_finish() to get the result of the - * operation. + * When the operation is finished, @callback will be invoked in the + * thread-default + * main loop of the thread you are calling this method + * from. You can then call polkit_subject_exists_finish() to get the + * result of the operation. **/ void polkit_subject_exists (PolkitSubject *subject, @@ -189,8 +191,9 @@ polkit_subject_exists_finish (PolkitSubject *subject, * * Checks if @subject exists. * - * This is a synchronous blocking call, see polkit_subject_exists() - * for the asynchronous version. + * This is a synchronous blocking call - the calling thread is blocked + * until a reply is received. See polkit_subject_exists() for the + * asynchronous version. * * Returns: %TRUE if the subject exists, %FALSE if not or @error is set. */ -- cgit v1.2.1