EvinceDocument.mkstempFile

Creates a temp #GFile in the evince temp directory. See ev_mkstemp() for more information.

struct EvinceDocument
static
FileIF
mkstempFile
(
string tmpl
)

Parameters

tmpl string

a template string; must contain 'XXXXXX', but not necessarily as a suffix

Return Value

Type: FileIF

a newly allocated #GFile for the newly created temp file name, or %NULL on error with @error filled in

Throws

GException on failure.

Meta