Small fixes

This commit is contained in:
Matthias Clasen
2006-01-03 12:01:05 +00:00
parent d2555b65ee
commit 796aa7e06e
7 changed files with 21 additions and 1 deletions

View File

@@ -3165,7 +3165,9 @@ g_main_context_wakeup (GMainContext *context)
* know before waiting on another thread that may be
* blocking to get ownership of @context.
*
* Returns: TRUE if current thread is owner of @context.
* Returns: %TRUE if current thread is owner of @context.
*
* Since: 2.10
**/
gboolean
g_main_context_is_owner (GMainContext *context)