summaryrefslogtreecommitdiff
path: root/src/polkit/polkitsubject.c
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-08-20 12:29:18 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-08-20 12:29:18 -0400
commitd8e6d66b3f47b32fac5ee690aad8089c0ab293b9 (patch)
tree843646c8eed81a1ac2de3859d88953e206011ef4 /src/polkit/polkitsubject.c
parent536765bca87da90a38049882f86195933e927221 (diff)
downloadpolkit-d8e6d66b3f47b32fac5ee690aad8089c0ab293b9.tar.gz
Various doc cleanups
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'src/polkit/polkitsubject.c')
-rw-r--r--src/polkit/polkitsubject.c13
1 files changed, 8 insertions, 5 deletions
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
+ * <link linkend="g-main-context-push-thread-default">thread-default
+ * main loop</link> 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.
*/