From 47fb87e520d1abe31a1965d500602e0e80e899b2 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 08 Oct 2006 12:35:42 +0000 Subject: Reduce relocations. Bug #360616. 2006-10-08 Christian Persch * backend/ev-async-renderer.c: (ev_async_renderer_get_type): * backend/ev-document-find.c: (ev_document_find_get_type): * backend/ev-document-fonts.c: (ev_document_fonts_get_type): * backend/ev-document-links.c: (ev_document_links_get_type): * backend/ev-document-security.c: (ev_document_security_get_type): * backend/ev-document-thumbnails.c: (ev_document_thumbnails_get_type): * backend/ev-document.c: (ev_document_get_type): * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type): * backend/ev-selection.c: (ev_selection_get_type): * cut-n-paste/recent-files/egg-recent-model.c: (egg_recent_model_get_type): * cut-n-paste/recent-files/egg-recent-view-uimanager.c: (egg_recent_view_uimanager_get_type): * cut-n-paste/recent-files/egg-recent-view.c: (egg_recent_view_get_type): * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (egg_editable_toolbar_get_type): * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (egg_toolbar_editor_get_type): * cut-n-paste/toolbar-editor/egg-toolbars-model.c: (egg_toolbars_model_get_type): * cut-n-paste/toolbar-editor/eggtreemultidnd.c: (egg_tree_multi_drag_source_get_type): * cut-n-paste/zoom-control/ephy-zoom-action.c: (ephy_zoom_action_get_type): * cut-n-paste/zoom-control/ephy-zoom-control.c: (ephy_zoom_control_get_type): * impress/r_back.c: (_imp_fill_back): * properties/ev-properties-main.c: (ev_properties_plugin_register_type): * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type): * shell/ev-view-accessible.c: (ev_view_accessible_get_type), (ev_view_accessible_factory_get_type): Reduce relocations. Bug #360616. --- (limited to 'backend') diff --git a/backend/ev-async-renderer.c b/backend/ev-async-renderer.c index 022c0b6..f0ffce4 100644 --- a/backend/ev-async-renderer.c +++ b/backend/ev-async-renderer.c @@ -39,7 +39,7 @@ ev_async_renderer_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EvAsyncRendererIface), NULL, diff --git a/backend/ev-document-find.c b/backend/ev-document-find.c index 1be43b9..02fbae2 100644 --- a/backend/ev-document-find.c +++ b/backend/ev-document-find.c @@ -32,7 +32,7 @@ ev_document_find_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EvDocumentFindIface), ev_document_find_base_init, diff --git a/backend/ev-document-fonts.c b/backend/ev-document-fonts.c index 854383d..929c21d 100644 --- a/backend/ev-document-fonts.c +++ b/backend/ev-document-fonts.c @@ -32,7 +32,7 @@ ev_document_fonts_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EvDocumentFontsIface), NULL, diff --git a/backend/ev-document-links.c b/backend/ev-document-links.c index daec3ea..d077003 100644 --- a/backend/ev-document-links.c +++ b/backend/ev-document-links.c @@ -31,7 +31,7 @@ ev_document_links_get_type (void) static GType type = 0; if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = { + const GTypeInfo our_info = { sizeof (EvDocumentLinksIface), NULL, NULL, diff --git a/backend/ev-document-security.c b/backend/ev-document-security.c index 5458ccc..49ded87 100644 --- a/backend/ev-document-security.c +++ b/backend/ev-document-security.c @@ -32,7 +32,7 @@ ev_document_security_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EvDocumentSecurityIface), NULL, diff --git a/backend/ev-document-thumbnails.c b/backend/ev-document-thumbnails.c index f537afd..c560cec 100644 --- a/backend/ev-document-thumbnails.c +++ b/backend/ev-document-thumbnails.c @@ -29,7 +29,7 @@ ev_document_thumbnails_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EvDocumentThumbnailsIface), NULL, diff --git a/backend/ev-document.c b/backend/ev-document.c index 8598c11..94647c6 100644 --- a/backend/ev-document.c +++ b/backend/ev-document.c @@ -37,7 +37,7 @@ ev_document_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EvDocumentIface), NULL, diff --git a/backend/ev-ps-exporter.c b/backend/ev-ps-exporter.c index 56944a6..18c3536 100644 --- a/backend/ev-ps-exporter.c +++ b/backend/ev-ps-exporter.c @@ -31,7 +31,7 @@ ev_ps_exporter_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EvPSExporterIface), NULL, diff --git a/backend/ev-selection.c b/backend/ev-selection.c index 36c32e3..2aa45a7 100644 --- a/backend/ev-selection.c +++ b/backend/ev-selection.c @@ -31,7 +31,7 @@ ev_selection_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EvSelectionIface), ev_selection_base_init, -- cgit v0.9.1