mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Add a Since: tag
This commit is contained in:
parent
2ae69f5124
commit
05c2aeaf33
@ -1163,6 +1163,8 @@ g_file_set_contents (const gchar *filename,
|
|||||||
* Return value: A file handle (as from open()) to the file
|
* Return value: A file handle (as from open()) to the file
|
||||||
* opened for reading and writing. The file handle should be
|
* opened for reading and writing. The file handle should be
|
||||||
* closed with close(). In case of errors, -1 is returned.
|
* closed with close(). In case of errors, -1 is returned.
|
||||||
|
*
|
||||||
|
* Since: 2.22
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* g_mkstemp_full based on the mkstemp implementation from the GNU C library.
|
* g_mkstemp_full based on the mkstemp implementation from the GNU C library.
|
||||||
|
Loading…
Reference in New Issue
Block a user