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:
Benjamin Otte
2009-09-03 15:36:37 +02:00
parent 16ddefea15
commit 24bec5c5bd
5 changed files with 50 additions and 10 deletions

View File

@@ -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

View File

@@ -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>