uri_mkstemp

@accepts(utf8, utf8, Gio.OutputStream)
@returns(gboolean)
def uri_mkstemp(prefix, uri_ret, stream)

Creates a temporary file whose URI begins with @prefix, returning the file URI and an output stream for writing to it.

prefix :

URI prefix

uri_ret :

returns the temporary file URI

stream :

returns a @GOutputStream for the temporary file

Returns :

True if successful