From 8558ae9ad4411dfdcd76180aaa421b29fc587571 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 29 Dec 2011 11:57:42 -0500 Subject: [PATCH] Correct some Since tags As pointed out in bug 666951, g_mkdtemp and g_mkdtemp_full were only added in 2.30. --- glib/gfileutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/gfileutils.c b/glib/gfileutils.c index 9b603a5..cb306ef 100644 --- a/glib/gfileutils.c +++ b/glib/gfileutils.c @@ -1410,7 +1410,7 @@ wrap_mkdir (gchar *tmpl, * to hold the directory name. In case of errors, %NULL is * returned, and %errno will be set. * - * Since: 2.26 + * Since: 2.30 */ gchar * g_mkdtemp_full (gchar *tmpl, @@ -1442,7 +1442,7 @@ g_mkdtemp_full (gchar *tmpl, * to hold the directory name. In case of errors, %NULL is * returned and %errno will be set. * - * Since: 2.26 + * Since: 2.30 */ gchar * g_mkdtemp (gchar *tmpl) -- 2.7.4