Fix the doc wording. (#491957, Areg Beketovski)

2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * glib/gmain.c (g_main_context_release): Fix the doc
        wording.  (#491957, Areg Beketovski)



svn path=/trunk/; revision=5836
This commit is contained in:
Matthias Clasen 2007-11-09 03:01:01 +00:00 committed by Matthias Clasen
parent bd92e97e08
commit dbfdac8d22
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-11-08 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.c (g_main_context_release): Fix the doc
wording. (#491957, Areg Beketovski)
2007-11-08 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (g_set_application_name): Add a missing

View File

@ -1958,6 +1958,7 @@ g_get_application_name (void)
* The application name will be used in contexts such as error messages,
* or when displaying an application's name in the task list.
*
* Since: 2.2
**/
void
g_set_application_name (const gchar *application_name)