diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-01 18:30:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-01 18:30:37 +0000 |
commit | a1c45bd9ae7b3993672ace3a38f9ed5813bdb03c (patch) | |
tree | 2b3781fd89c04f492452ab32b42e7f8b219ae0e1 /glib/gerror.c | |
parent | 13e12c8aa34166e987081c910b4ef02509b28ffb (diff) | |
download | glib-a1c45bd9ae7b3993672ace3a38f9ed5813bdb03c.tar.gz |
Add a since
svn path=/trunk/; revision=7279
Diffstat (limited to 'glib/gerror.c')
-rw-r--r-- | glib/gerror.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, |