mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +01:00
Add a since
svn path=/trunk/; revision=7279
This commit is contained in:
parent
13e12c8aa3
commit
a1c45bd9ae
@ -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>
|
2008-07-30 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
Bug 545485 - Implicit declaration of utime()
|
Bug 545485 - Implicit declaration of utime()
|
||||||
|
@ -223,6 +223,8 @@ g_set_error (GError **err,
|
|||||||
* Unlike g_set_error(), @message is not a printf()-style format string.
|
* 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,
|
* Use this function if @message contains text you don't have control over,
|
||||||
* that could include printf() escape sequences.
|
* that could include printf() escape sequences.
|
||||||
|
*
|
||||||
|
* Since: 2.18
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
g_set_error_literal (GError **err,
|
g_set_error_literal (GError **err,
|
||||||
|
Loading…
Reference in New Issue
Block a user