Fix up some doc comments that referred to threads not being enabled

(and a few other unrelated comment fixes)
This commit is contained in:
Dan Winship
2011-10-05 11:45:51 -04:00
parent af55ff5a2b
commit 7ca83c6c9f
9 changed files with 13 additions and 28 deletions

View File

@@ -194,7 +194,7 @@ io_job_thread (gpointer data,
* of the request.
* @cancellable: optional #GCancellable object, %NULL to ignore.
*
* Schedules the I/O job to run.
* Schedules the I/O job to run in another thread.
*
* @notify will be called on @user_data after @job_func has returned,
* regardless whether the job was cancelled or has run to completion.