mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 10:57:53 +02:00
Bug 594034 - Add g_mkstemp_full()
This function exposes more variables than g_mkstemp() and therefor allows more flexibility when creating temporary files. The intended use is gio's code for g_file_replace() (see next patch)
This commit is contained in:
@@ -99,6 +99,9 @@ gchar *g_file_read_link (const gchar *filename,
|
||||
|
||||
/* Wrapper / workalike for mkstemp() */
|
||||
gint g_mkstemp (gchar *tmpl);
|
||||
gint g_mkstemp_full (gchar *tmpl,
|
||||
int flags,
|
||||
int mode);
|
||||
|
||||
/* Wrapper for g_mkstemp */
|
||||
gint g_file_open_tmp (const gchar *tmpl,
|
||||
|
Reference in New Issue
Block a user