diff --git a/ChangeLog b/ChangeLog index 4ac352982..ec98b5de5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-08-01 Matthias Clasen + + Bug 545798 – "Since: 2.18" mark is missing in g_set_error_literal + documentation + + * glib/gerror.c (g_set_error_literal): Add a Since: marker. + Pointed out by Kouhei Sutou + 2008-07-30 Tor Lillqvist Bug 545485 - Implicit declaration of utime() diff --git a/glib/gerror.c b/glib/gerror.c index dfb52fe57..940856003 100644 --- a/glib/gerror.c +++ b/glib/gerror.c @@ -223,6 +223,8 @@ g_set_error (GError **err, * Unlike g_set_error(), @message is not a printf()-style format string. * Use this function if @message contains text you don't have control over, * that could include printf() escape sequences. + * + * Since: 2.18 **/ void g_set_error_literal (GError **err,