Add a since

svn path=/trunk/; revision=7279
This commit is contained in:
Matthias Clasen 2008-08-01 18:30:37 +00:00
parent 13e12c8aa3
commit a1c45bd9ae
2 changed files with 10 additions and 0 deletions

View File

@ -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()

View 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,