mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 23:43:39 +02:00
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:
committed by
Dan Winship
parent
e50d8a11b2
commit
721667399a
@@ -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
|
||||
|
Reference in New Issue
Block a user