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

@@ -88,7 +88,7 @@
* cause a leak if cancelled before being run).
*
* GSimpleAsyncResult can integrate into GLib's event loop, #GMainLoop,
* or it can use #GThread<!-- -->s if available.
* or it can use #GThread<!-- -->s.
* g_simple_async_result_complete() will finish an I/O task directly
* from the point where it is called. g_simple_async_result_complete_in_idle()
* will finish it from an idle handler in the <link