From 2d8aad40e1916911b773f1cfdd93c961feabf807 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 30 Jan 2009 18:40:17 +0000 Subject: A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug #569117. * evince-document.h: * libdocument/Makefile.am: A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug #569117. * libdocument/ev-backends-manager.c: (_ev_backends_manager_init): * libdocument/ev-backends-manager.h: * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown): * libdocument/ev-debug.h: * libdocument/ev-file-helpers.c: (_ev_file_helpers_init), (_ev_file_helpers_shutdown): * libdocument/ev-file-helpers.h: Make these init/shutdown methods private. * properties/ev-properties-main.c: (nautilus_module_initialize), (nautilus_module_shutdown): * shell/main.c: (main): * thumbnailer/evince-thumbnailer.c: (main): Use the new single init/shutdown method. svn path=/trunk/; revision=3391 --- (limited to 'libdocument/ev-debug.h') diff --git a/libdocument/ev-debug.h b/libdocument/ev-debug.h index 7acb41f..e97cdf4 100644 --- a/libdocument/ev-debug.h +++ b/libdocument/ev-debug.h @@ -87,8 +87,8 @@ typedef enum { EV_PROFILE_JOBS = 1 << 0 } EvProfileSection; -void ev_debug_init (void); -void ev_debug_shutdown (void); +void _ev_debug_init (void); +void _ev_debug_shutdown (void); void ev_debug_message (EvDebugSection section, const gchar *file, -- cgit v0.9.1