From 6ee6a56490821f09bffbe17f3dde19da3a119dd8 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 03 Mar 2008 15:01:19 +0000 Subject: Allow making backend modules resident. This is needed only for some 2008-03-03 Carlos Garcia Campos * backend/pdf/pdfdocument.evince-backend.in: * libdocument/ev-backends-manager.c: (ev_backends_manager_load_backend), (ev_backends_manager_get_document): * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new): Allow making backend modules resident. This is needed only for some backends like pdf to avoid registering glib types more than once. svn path=/trunk/; revision=2943 --- (limited to 'backend') diff --git a/backend/pdf/pdfdocument.evince-backend.in b/backend/pdf/pdfdocument.evince-backend.in index 476afe3..0457334 100644 --- a/backend/pdf/pdfdocument.evince-backend.in +++ b/backend/pdf/pdfdocument.evince-backend.in @@ -1,5 +1,6 @@ [Evince Backend] Module=pdfdocument +Resident=true _TypeDescription=PDF Documents MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf -- cgit v0.9.1