GFile: add g_file_new_temp
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 8 Dec 2011 22:17:07 +0000 (23:17 +0100)
committerDan Winship <danw@gnome.org>
Fri, 9 Dec 2011 13:58:05 +0000 (08:58 -0500)
commit721667399a2ebc198292ecb5bfedc8f296aef04d
tree8f3c52cb347131953f289b1a049f891eef0c52df
parente50d8a11b273498407cd360330533bda80e1f38d
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
docs/reference/gio/gio-sections.txt
gio/gfile.c
gio/gfile.h
gio/gio.symbols
gio/glocalfileoutputstream.c
gio/glocalfileoutputstream.h