mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
Add a Since: tag
This commit is contained in:
@@ -1161,8 +1161,10 @@ g_file_set_contents (const gchar *filename,
|
||||
* on Windows it should be in UTF-8.
|
||||
*
|
||||
* Return value: A file handle (as from open()) to the file
|
||||
* opened for reading and writing. The file handle should be
|
||||
* closed with close(). In case of errors, -1 is returned.
|
||||
* opened for reading and writing. The file handle should be
|
||||
* 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.
|
||||
|
Reference in New Issue
Block a user