X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-backends-manager.h;h=f939076cfa93072b905a09b0a6c5b87794e8bf4e;hb=18d2af9bce80392407fae997c8dfa029f5a54123;hp=4fb165643dedd858ae497ef3edc3db3ed55273ae;hpb=4912987303aefef0d02a45726b75e5fdae043982;p=evince.git diff --git a/libdocument/ev-backends-manager.h b/libdocument/ev-backends-manager.h index 4fb16564..f939076c 100644 --- a/libdocument/ev-backends-manager.h +++ b/libdocument/ev-backends-manager.h @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #if !defined (__EV_EVINCE_DOCUMENT_H_INSIDE__) && !defined (EVINCE_COMPILATION) @@ -35,8 +35,8 @@ typedef struct _EvTypeInfo { const gchar **mime_types; } EvTypeInfo; -gboolean ev_backends_manager_init (void); -void ev_backends_manager_shutdown (void); +gboolean _ev_backends_manager_init (void); +void _ev_backends_manager_shutdown (void); EvDocument *ev_backends_manager_get_document (const gchar *mime_type); const gchar *ev_backends_manager_get_document_module_name (EvDocument *document);