mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 22:03:29 +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:
@@ -1105,6 +1105,7 @@ g_file_get_contents
|
||||
g_file_set_contents
|
||||
g_file_test
|
||||
g_mkstemp
|
||||
g_mkstemp_full
|
||||
g_file_open_tmp
|
||||
g_file_read_link
|
||||
g_mkdir_with_parents
|
||||
|
@@ -202,6 +202,17 @@ A test to perform on a file using g_file_test().
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_mkstemp_full ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tmpl:
|
||||
@flags:
|
||||
@mode:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_file_open_tmp ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user