mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
More docs fixes
svn path=/trunk/; revision=5842
This commit is contained in:
parent
0a7dc4c7ad
commit
e8900bc3b7
@ -1,8 +1,9 @@
|
|||||||
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gmain.c (g_main_context_release):
|
* glib/gmain.c (g_main_context_release):
|
||||||
|
(g_main_context_acquire):
|
||||||
(g_main_context_new): Fix the doc wording. (#491957,
|
(g_main_context_new): Fix the doc wording. (#491957,
|
||||||
#491965, Areg Beketovski)
|
#491965, #491966, Areg Beketovski)
|
||||||
|
|
||||||
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
2007-11-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
@ -2125,7 +2125,7 @@ next_valid_source (GMainContext *context,
|
|||||||
* @context: a #GMainContext
|
* @context: a #GMainContext
|
||||||
*
|
*
|
||||||
* Tries to become the owner of the specified context.
|
* Tries to become the owner of the specified context.
|
||||||
* If some other context is the owner of the context,
|
* If some other thread is the owner of the context,
|
||||||
* returns %FALSE immediately. Ownership is properly
|
* returns %FALSE immediately. Ownership is properly
|
||||||
* recursive: the owner can require ownership again
|
* recursive: the owner can require ownership again
|
||||||
* and will release ownership when g_main_context_release()
|
* and will release ownership when g_main_context_release()
|
||||||
|
Loading…
Reference in New Issue
Block a user