diff --git a/ChangeLog b/ChangeLog index 8a709c0ea..f2e351e3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-08 Matthias Clasen + + * glib/gmain.c (g_main_context_release): Fix the doc + wording. (#491957, Areg Beketovski) + 2007-11-08 Matthias Clasen * glib/gutils.c (g_set_application_name): Add a missing diff --git a/glib/gutils.c b/glib/gutils.c index 508f53aeb..1e3b4fbbd 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -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)