Fix the doc wording. (#491957, Areg Beketovski)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 Nov 2007 03:01:01 +0000 (03:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Nov 2007 03:01:01 +0000 (03:01 +0000)
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

ChangeLog
glib/gutils.c

index 8a709c0ea331f13f4cdb5298b79fefe92cfcd6e5..f2e351e3f413451bfad0c288011b71cb828d67ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 508f53aeb52d536a10e0b16178345ab442791b47..1e3b4fbbdb329b34e79c1fe2701bfe9f220db560 100644 (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)