EvinceDocument

Members

Static functions

backendsManagerGetAllTypesInfo
ListG backendsManagerGetAllTypesInfo()
backendsManagerGetDocument
Document backendsManagerGetDocument(string mimeType)
backendsManagerGetDocumentModuleName
string backendsManagerGetDocumentModuleName(Document document)
backendsManagerGetDocumentTypeInfo
EvTypeInfo* backendsManagerGetDocumentTypeInfo(Document document)
fileCompress
string fileCompress(string uri, EvCompressionType type)

Compresses the file at @uri.

fileCopyMetadata
bool fileCopyMetadata(string from, string to)

Performs a g_file_copy_attributes() with %G_FILE_COPY_ALL_METADATA from @from to @to.

fileGetMimeType
string fileGetMimeType(string uri, bool fast)
fileIsTemp
bool fileIsTemp(FileIF file)
fileUncompress
string fileUncompress(string uri, EvCompressionType type)

Uncompresses the file at @uri.

getLocaleDir
string getLocaleDir()
init
bool init()

Initializes the evince document library, and binds the evince gettext domain.

mkdtemp
string mkdtemp(string tmpl)

Creates a temp directory in the evince temp directory.

mkstemp
int mkstemp(string tmpl, string[] fileName)

Creates a temp file in the evince temp directory.

mkstempFile
FileIF mkstempFile(string tmpl)

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

rectCmp
int rectCmp(Rectangle a, Rectangle b)
shutdown
void shutdown()

Shuts the evince document library down.

tmpFileUnlink
void tmpFileUnlink(FileIF file)
tmpFilenameUnlink
void tmpFilenameUnlink(string filename)
tmpUriUnlink
void tmpUriUnlink(string uri)
xferUriSimple
bool xferUriSimple(string from, string to)

Performs a g_file_copy() from @from to @to.

Meta