mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
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:
parent
8ca2647c74
commit
8558ae9ad4
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user