mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
More doc fixes
svn path=/trunk/; revision=5840
This commit is contained in:
parent
43a6a226b2
commit
58178261fd
@ -1,7 +1,8 @@
|
|||||||
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gmain.c (g_main_context_release): Fix the doc
|
* glib/gmain.c (g_main_context_release):
|
||||||
wording. (#491957, Areg Beketovski)
|
(g_main_context_new): Fix the doc wording. (#491957,
|
||||||
|
Areg Beketovski)
|
||||||
|
|
||||||
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
@ -719,7 +719,7 @@ _g_main_thread_init (void)
|
|||||||
/**
|
/**
|
||||||
* g_main_context_new:
|
* g_main_context_new:
|
||||||
*
|
*
|
||||||
* Creates a new #GMainContext strcuture
|
* Creates a new #GMainContext structure.
|
||||||
*
|
*
|
||||||
* Return value: the new #GMainContext
|
* Return value: the new #GMainContext
|
||||||
**/
|
**/
|
||||||
@ -2176,7 +2176,7 @@ g_main_context_acquire (GMainContext *context)
|
|||||||
*
|
*
|
||||||
* Releases ownership of a context previously acquired by this thread
|
* Releases ownership of a context previously acquired by this thread
|
||||||
* with g_main_context_acquire(). If the context was acquired multiple
|
* with g_main_context_acquire(). If the context was acquired multiple
|
||||||
* times, the only release ownership when g_main_context_release()
|
* times, the ownership will be released only when g_main_context_release()
|
||||||
* is called as many times as it was acquired.
|
* is called as many times as it was acquired.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user