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

@@ -723,7 +723,7 @@ g_main_context_pop_thread_default (GMainContext *context)
* add their #GSource<!-- -->s to. (Note that even in single-threaded
* programs applications may sometimes want to temporarily push a
* non-default context, so it is not safe to assume that this will
* always return %NULL if threads are not initialized.)
* always return %NULL if you are running in the default thread.)
*
* Returns: (transfer none): the thread-default #GMainContext, or
* %NULL if the thread-default context is the global default context.