EvinceDocument.mkdtemp

Creates a temp directory in the evince temp directory.

struct EvinceDocument
static
string
mkdtemp
(
string tmpl
)

Parameters

tmpl string

a template string; must end in 'XXXXXX'

Return Value

Type: string

a newly allocated string with the temp directory name, or %NULL on error with @error filled in

Throws

GException on failure.

Meta