Doc fixes.

Mon Sep 10 11:42:58 2001  Owen Taylor  <otaylor@redhat.com>

        * glib/gutf8.c glib/gstring.c glib/gfileutils.c glib/gmain.c:
        Doc fixes.
This commit is contained in:
Owen Taylor
2001-09-10 15:50:26 +00:00
committed by Owen Taylor
parent a5c41a993f
commit 16fc3b22c0
12 changed files with 62 additions and 20 deletions

View File

@@ -504,7 +504,7 @@ g_poll (GPollFD *fds,
/**
* g_main_context_ref:
* @loop: a #GMainContext
* @context: a #GMainContext
*
* Increases the reference count on a #GMainContext object by one.
**/
@@ -569,7 +569,7 @@ g_main_context_unref_and_unlock (GMainContext *context)
/**
* g_main_context_unref:
* @loop: a #GMainContext
* @context: a #GMainContext
*
* Decreases the reference count on a #GMainContext object by one. If
* the result is zero, free the context and free all associated memory.