API Version: 3.0
Library Version: 43.0
gchar* ev_mkdtemp ( const char* tmpl, GError** error )
Creates a temp directory in the evince temp directory.
tmpl
const char*
A template string; must end in ‘XXXXXX’
error
GError **
GError*
NULL
gchar*
A newly allocated string with the temp directory name, or NULL on error with error filled in.