mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-04 20:59:21 +02:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user