GFile: add g_file_new_temp

A convenience function that creates a temporary file and returns
a GFile and GFileIOStream for it.

The file is created using g_file_open_tmp.

https://bugzilla.gnome.org/show_bug.cgi?id=657085
This commit is contained in:
Thomas Hindoe Paaboel Andersen
2011-12-08 23:17:07 +01:00
committed by Dan Winship
parent e50d8a11b2
commit 721667399a
6 changed files with 69 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ GFileReadMoreCallback
g_file_new_for_path
g_file_new_for_uri
g_file_new_for_commandline_arg
g_file_new_tmp
g_file_parse_name
g_file_dup
g_file_hash