]> www.fi.muni.cz Git - evince.git/commit
A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug #569117.
authorChristian Persch <chpe@src.gnome.org>
Fri, 30 Jan 2009 18:40:17 +0000 (18:40 +0000)
committerChristian Persch <chpe@src.gnome.org>
Fri, 30 Jan 2009 18:40:17 +0000 (18:40 +0000)
commit2d8aad40e1916911b773f1cfdd93c961feabf807
treef87dabab6d4ba15446fd5cbe2625e0f18357cf3d
parent1f9a1db557a629d68bba06d7b4b4379127c34f4d
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
14 files changed:
ChangeLog
evince-document.h
libdocument/Makefile.am
libdocument/ev-backends-manager.c
libdocument/ev-backends-manager.h
libdocument/ev-debug.c
libdocument/ev-debug.h
libdocument/ev-file-helpers.c
libdocument/ev-file-helpers.h
libdocument/ev-init.c [new file with mode: 0644]
libdocument/ev-init.h [new file with mode: 0644]
properties/ev-properties-main.c
shell/main.c
thumbnailer/evince-thumbnailer.c