summaryrefslogtreecommitdiff
path: root/libdocument/ev-backends-manager.h
AgeCommit message (Collapse)AuthorFilesLines
2017-08-14libdocument: Use the new deprecation macrosChristian Persch1-0/+6
taken from: https://git.gnome.org/browse/evince/commit/?id=4e762b4
2015-01-22fix careless hack: don't do double-free, avoid weird crashesMonsta1-1/+1
because backends manager frees that var already. actually, adding ev_backends_manager_get_backends_dir to the public API was still careless. backends manager and epub document jobs seem to be in the different threads, and there's no mutex seen anywhere around. luckily, what we have here is just a reading of a variable that has been assigned only once (in backends_dir function), so it's not as catastrophic as it would be if it was e.g. concurrent writing without a mutex. Closes https://github.com/mate-desktop/atril/pull/124
2014-08-19Mathjax Supportrootavish1-1/+1
The Mathjax files will be installed to $(backenddir)/epub/MathJax This was as small as the install got.
2011-11-09renaming evince to atrilPerberos1-5/+5
2011-11-09inicialPerberos1-0/+48