mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +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
@@ -251,6 +251,7 @@ g_file_get_type
|
||||
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