diff options
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, |