Correct some Since tags

As pointed out in bug 666951, g_mkdtemp and g_mkdtemp_full
were only added in 2.30.
This commit is contained in:
Matthias Clasen 2011-12-29 11:57:42 -05:00
parent 8ca2647c74
commit 8558ae9ad4

View File

@ -1410,7 +1410,7 @@ wrap_mkdir (gchar *tmpl,
* to hold the directory name. In case of errors, %NULL is * to hold the directory name. In case of errors, %NULL is
* returned, and %errno will be set. * returned, and %errno will be set.
* *
* Since: 2.26 * Since: 2.30
*/ */
gchar * gchar *
g_mkdtemp_full (gchar *tmpl, 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 * to hold the directory name. In case of errors, %NULL is
* returned and %errno will be set. * returned and %errno will be set.
* *
* Since: 2.26 * Since: 2.30
*/ */
gchar * gchar *
g_mkdtemp (gchar *tmpl) g_mkdtemp (gchar *tmpl)