More doc fixes

svn path=/trunk/; revision=5840
This commit is contained in:
Matthias Clasen 2007-11-09 03:29:51 +00:00
parent 43a6a226b2
commit 58178261fd
2 changed files with 5 additions and 4 deletions

View File

@ -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>

View File

@ -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