Add a since
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 1 Aug 2008 18:30:37 +0000 (18:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 1 Aug 2008 18:30:37 +0000 (18:30 +0000)
svn path=/trunk/; revision=7279

ChangeLog
glib/gerror.c

index 4ac3529..ec98b5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-08-01  Matthias Clasen  <mclasen@redhat.com>
+
+       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  <tml@novell.com>
 
        Bug 545485 - Implicit declaration of utime()
index dfb52fe..9408560 100644 (file)
@@ -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,