Template for the file name, as in g_file_open_tmp(), or null for a default template
the I/O priority of the request
Optionalcancellable: Gio.Cancellableoptional Gio.Cancellable object, null to ignore
Asynchronously opens a file in the preferred directory for temporary files
(as returned by g_get_tmp_dir()) as g_file_new_tmp().
tmpl should be a string in the GLib file name encoding
containing a sequence of six 'X' characters, and containing no
directory components. If it is null, a default template is used.
Template for the file name, as in g_file_open_tmp(), or null for a default template
the I/O priority of the request
optional Gio.Cancellable object, null to ignore
a Gio.AsyncReadyCallback to call when the request is done
Asynchronously opens a file in the preferred directory for temporary files
(as returned by g_get_tmp_dir()) as g_file_new_tmp().
tmpl should be a string in the GLib file name encoding
containing a sequence of six 'X' characters, and containing no
directory components. If it is null, a default template is used.
Template for the file name, as in g_file_open_tmp(), or null for a default template
the I/O priority of the request
Optionalcancellable: Gio.Cancellableoptional Gio.Cancellable object, null to ignore
Optionalcallback: AsyncReadyCallback<string>a Gio.AsyncReadyCallback to call when the request is done
Asynchronously opens a file in the preferred directory for temporary files (as returned by
g_get_tmp_dir()) asg_file_new_tmp().tmplshould be a string in the GLib file name encoding containing a sequence of six 'X' characters, and containing no directory components. If it isnull, a default template is used.