From 20825b08acb0fffd365b8f2318f57343d5140fde Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 9 May 2013 14:19:40 +0200 Subject: Fixes for make dist --- help/reference/libview/libatrilview-docs.xml | 145 ++++++++++ help/reference/libview/libatrilview-overrides.txt | 0 help/reference/libview/libatrilview-sections.txt | 338 ++++++++++++++++++++++ help/reference/libview/libatrilview.types | 29 ++ help/reference/libview/libevview-docs.xml | 145 ---------- help/reference/libview/libevview-overrides.txt | 0 help/reference/libview/libevview-sections.txt | 338 ---------------------- help/reference/libview/libevview.types | 29 -- 8 files changed, 512 insertions(+), 512 deletions(-) create mode 100644 help/reference/libview/libatrilview-docs.xml create mode 100644 help/reference/libview/libatrilview-overrides.txt create mode 100644 help/reference/libview/libatrilview-sections.txt create mode 100644 help/reference/libview/libatrilview.types delete mode 100644 help/reference/libview/libevview-docs.xml delete mode 100644 help/reference/libview/libevview-overrides.txt delete mode 100644 help/reference/libview/libevview-sections.txt delete mode 100644 help/reference/libview/libevview.types (limited to 'help/reference/libview') diff --git a/help/reference/libview/libatrilview-docs.xml b/help/reference/libview/libatrilview-docs.xml new file mode 100644 index 00000000..9935217d --- /dev/null +++ b/help/reference/libview/libatrilview-docs.xml @@ -0,0 +1,145 @@ + + + +]> + + + + Atril View Library Reference Manual + + For Atril version &version;. + The latest version of this documentation can be found on-line at the + MATE Library. + + + + 2007 + 2008 + 2009 + Nickolay V. Shmyrev + + + + 2008 + 2009 + 2010 + Carlos Garcia Campos + + + + 2009 + 2010 + Christian Persch + + + + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public Licence + published by the Free Software Foundation; either version 2 of the License, + or (at your option) any later version. + + You may obtain a copy of the GNU General Public Licence + from the Free Software Foundation at + GNU Licences web site + or by writing to: + +
+ The Free Software Foundation, Inc., + 51 Franklin St – Fifth Floor, + Boston, MA 02110-1301, + USA +
+
+
+
+ + + Atril View + + + + + + + + + + + + + + + + + + + + Object Hierarchy + + + + API Index + + + + + + + + + Licence + + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public + Licence as published by the Free Software Foundation; either + version 2 of the Licence, or (at your option) any later version. + + + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public Licence for + more details. + + + + You may obtain a copy of the GNU General Public Licence + from the Free Software Foundation at + GNU Licences web site + or by writing to: + +
+ The Free Software Foundation, Inc., + 51 Franklin St – Fifth Floor, + Boston, MA 02110-1301, + USA +
+
+
+ +
diff --git a/help/reference/libview/libatrilview-overrides.txt b/help/reference/libview/libatrilview-overrides.txt new file mode 100644 index 00000000..e69de29b diff --git a/help/reference/libview/libatrilview-sections.txt b/help/reference/libview/libatrilview-sections.txt new file mode 100644 index 00000000..fe50b2eb --- /dev/null +++ b/help/reference/libview/libatrilview-sections.txt @@ -0,0 +1,338 @@ +
+ev-annotation-window +EvAnnotationWindow +EvAnnotationWindowClass +ev_annotation_window_new +ev_annotation_window_get_annotation +ev_annotation_window_set_annotation +ev_annotation_window_is_open +ev_annotation_window_get_rectangle +ev_annotation_window_set_rectangle +ev_annotation_window_grab_focus +ev_annotation_window_ungrab_focus + +EV_ANNOTATION_WINDOW +EV_IS_ANNOTATION_WINDOW +EV_TYPE_ANNOTATION_WINDOW +ev_annotation_window_get_type +EV_ANNOTATION_WINDOW_CLASS +EV_IS_ANNOTATION_WINDOW_CLASS +EV_ANNOTATION_WINDOW_GET_CLASS +
+ +
+ev-view +EvView +EvViewClass +EvViewSelectionMode +ev_view_new +ev_view_set_model +ev_view_set_loading +ev_view_reload +ev_view_copy +ev_view_copy_link_address +ev_view_select_all +ev_view_get_has_selection +ev_view_set_presentation +ev_view_get_presentation +ev_view_can_zoom_in +ev_view_zoom_in +ev_view_can_zoom_out +ev_view_zoom_out +ev_view_find_next +ev_view_find_previous +ev_view_find_search_changed +ev_view_find_set_highlight_search +ev_view_find_changed +ev_view_find_cancel +ev_view_hide_cursor +ev_view_show_cursor +ev_view_scroll +ev_view_handle_link +ev_view_next_page +ev_view_previous_page +ev_view_autoscroll_start +ev_view_autoscroll_stop + +EV_VIEW +EV_IS_VIEW +EV_TYPE_VIEW +ev_view_get_type +
+ +
+ev-page-cache +EvPageCache +EvPageCacheClass +ev_page_cache_new +ev_page_cache_set_page_range +ev_page_cache_get_flags +ev_page_cache_set_flags +ev_page_cache_get_link_mapping +ev_page_cache_get_image_mapping +ev_page_cache_get_form_field_mapping +ev_page_cache_get_annot_mapping +ev_page_cache_get_text_mapping + +EV_PAGE_CACHE +EV_IS_PAGE_CACHE +EV_TYPE_PAGE_CACHE +ev_page_cache_get_type +
+ +
+ev-print-operation +EvPrintOperation +EvPrintOperationClass +ev_print_operation_exists_for_document +ev_print_operation_new +ev_print_operation_set_current_page +ev_print_operation_set_print_settings +ev_print_operation_get_print_settings +ev_print_operation_set_default_page_setup +ev_print_operation_get_default_page_setup +ev_print_operation_set_job_name +ev_print_operation_get_job_name +ev_print_operation_run +ev_print_operation_cancel +ev_print_operation_get_error +ev_print_operation_set_embed_page_setup +ev_print_operation_get_embed_page_setup +ev_print_operation_get_status +ev_print_operation_get_progress + +EV_PRINT_OPERATION +EV_IS_PRINT_OPERATION +EV_TYPE_PRINT_OPERATION +ev_print_operation_get_type +EV_PRINT_OPERATION_CLASS +EV_PRINT_OPERATION_GET_CLASS +
+ +
+ev-view-presentation +EvViewPresentation +EvViewPresentationClass +ev_view_presentation_new +ev_view_presentation_get_current_page + +EV_VIEW_PRESENTATION +EV_IS_VIEW_PRESENTATION +EV_TYPE_VIEW_PRESENTATION +ev_view_presentation_get_type +
+ +
+ev-jobs +EvJob +EvJob +EvJobClass +EvJobRender +EvJobRenderClass +EvJobPageData +EvJobPageDataClass +EvJobThumbnail +EvJobThumbnailClass +EvJobLinks +EvJobLinksClass +EvJobAttachments +EvJobAttachmentsClass +EvJobFonts +EvJobFontsClass +EvJobLoad +EvJobLoadClass +EvJobSave +EvJobSaveClass +EvJobFind +EvJobFindClass +EvJobLayers +EvJobLayersClass +EvJobExport +EvJobExportClass +EvJobPrint +EvJobPrintClass +EvJobRunMode +EvJobPageDataFlags +ev_job_run +ev_job_cancel +ev_job_failed +ev_job_failed_from_error +ev_job_succeeded +ev_job_is_finished +ev_job_is_failed +ev_job_get_run_mode +ev_job_set_run_mode +ev_job_links_new +ev_job_attachments_new +ev_job_export_new +ev_job_export_set_page +ev_job_render_new +ev_job_render_set_selection_info +ev_job_page_data_new +ev_job_thumbnail_new +ev_job_fonts_new +ev_job_load_new +ev_job_load_set_uri +ev_job_load_set_password +ev_job_save_new +ev_job_find_new +ev_job_find_get_n_results +ev_job_find_get_progress +ev_job_find_has_results +ev_job_find_get_results +ev_job_layers_new +ev_job_print_new +ev_job_print_set_page +ev_job_print_set_cairo + +ev_job_run_mode_get_type +EV_TYPE_JOB_RUN_MODE +ev_job_page_data_flags_get_type +EV_TYPE_JOB_PAGE_DATA_FLAGS +ev_job_priority_get_type +EV_TYPE_JOB_PRIORITY +EV_JOB +EV_IS_JOB +EV_TYPE_JOB +ev_job_get_type +EV_JOB_CLASS +EV_JOB_GET_CLASS +EV_TYPE_JOB_LINKS +ev_job_links_get_type +EV_JOB_LINKS +EV_JOB_LINKS_CLASS +EV_IS_JOB_LINKS +EV_TYPE_JOB_ATTACHMENTS +ev_job_attachments_get_type +EV_JOB_ATTACHMENTS +EV_JOB_ATTACHMENTS_CLASS +EV_IS_JOB_ATTACHMENTS +EV_TYPE_JOB_RENDER +ev_job_render_get_type +EV_JOB_RENDER +EV_JOB_RENDER_CLASS +EV_IS_JOB_RENDER +EV_TYPE_JOB_PAGE_DATA +ev_job_page_data_get_type +EV_JOB_PAGE_DATA +EV_JOB_PAGE_DATA_CLASS +EV_IS_JOB_PAGE_DATA +EV_TYPE_JOB_THUMBNAIL +ev_job_thumbnail_get_type +EV_JOB_THUMBNAIL +EV_JOB_THUMBNAIL_CLASS +EV_IS_JOB_THUMBNAIL +EV_TYPE_JOB_FONTS +ev_job_fonts_get_type +EV_JOB_FONTS +EV_JOB_FONTS_CLASS +EV_IS_JOB_FONTS +EV_TYPE_JOB_LOAD +ev_job_load_get_type +EV_JOB_LOAD +EV_JOB_LOAD_CLASS +EV_IS_JOB_LOAD +EV_TYPE_JOB_SAVE +ev_job_save_get_type +EV_JOB_SAVE +EV_JOB_SAVE_CLASS +EV_IS_JOB_SAVE +EV_TYPE_JOB_FIND +ev_job_find_get_type +EV_JOB_FIND +EV_JOB_FIND_CLASS +EV_IS_JOB_FIND +EV_TYPE_JOB_LAYERS +ev_job_layers_get_type +EV_JOB_LAYERS +EV_JOB_LAYERS_CLASS +EV_IS_JOB_LAYERS +EV_TYPE_JOB_EXPORT +ev_job_export_get_type +EV_JOB_EXPORT +EV_JOB_EXPORT_CLASS +EV_IS_JOB_EXPORT +EV_TYPE_JOB_PRINT +ev_job_print_get_type +EV_JOB_PRINT +EV_JOB_PRINT_CLASS +EV_IS_JOB_PRINT +
+ +
+ev-document-model +EvSizingMode +EvDocumentModel +EvDocumentModelClass +ev_document_model_new +ev_document_model_new_with_document +ev_document_model_set_document +ev_document_model_get_document +ev_document_model_set_page +ev_document_model_set_page_by_label +ev_document_model_get_page +ev_document_model_set_scale +ev_document_model_get_scale +ev_document_model_set_max_scale +ev_document_model_get_max_scale +ev_document_model_set_min_scale +ev_document_model_get_min_scale +ev_document_model_set_sizing_mode +ev_document_model_get_sizing_mode +ev_document_model_set_rotation +ev_document_model_get_rotation +ev_document_model_set_inverted_colors +ev_document_model_get_inverted_colors +ev_document_model_set_continuous +ev_document_model_get_continuous +ev_document_model_set_dual_page +ev_document_model_get_dual_page +ev_document_model_set_fullscreen +ev_document_model_get_fullscreen + +ev_sizing_mode_get_type +EV_TYPE_SIZING_MODE +EV_DOCUMENT_MODEL +EV_IS_DOCUMENT_MODEL +EV_TYPE_DOCUMENT_MODEL +ev_document_model_get_type +
+ +
+ev-stock-icons +EV_STOCK_ZOOM +EV_STOCK_ZOOM_PAGE +EV_STOCK_ZOOM_WIDTH +EV_STOCK_VIEW_DUAL +EV_STOCK_VIEW_CONTINUOUS +EV_STOCK_ROTATE_LEFT +EV_STOCK_ROTATE_RIGHT +EV_STOCK_RUN_PRESENTATION +EV_STOCK_VISIBLE +EV_STOCK_RESIZE_SE +EV_STOCK_RESIZE_SW +EV_STOCK_CLOSE +EV_STOCK_INVERTED_COLORS +ev_stock_icons_init +ev_stock_icons_shutdown +ev_stock_icons_set_screen +
+ +
+ev-view-type-builtins +ev_view_selection_mode_get_type +EV_TYPE_VIEW_SELECTION_MODE +
+ +
+ev-job-scheduler +EvJobPriority +ev_job_scheduler_push_job +ev_job_scheduler_update_job +
+ +
+ev-view-cursor +EvViewCursor +ev_view_cursor_new +
diff --git a/help/reference/libview/libatrilview.types b/help/reference/libview/libatrilview.types new file mode 100644 index 00000000..1df4432f --- /dev/null +++ b/help/reference/libview/libatrilview.types @@ -0,0 +1,29 @@ +#include +#include "ev-annotation-window.h" +#include "ev-page-cache.h" +#include "ev-view-presentation.h" + +ev_annotation_window_get_type +ev_document_model_get_type +ev_job_attachments_get_type +ev_job_export_get_type +ev_job_find_get_type +ev_job_fonts_get_type +ev_job_get_type +ev_job_layers_get_type +ev_job_links_get_type +ev_job_load_get_type +ev_job_page_data_flags_get_type +ev_job_page_data_get_type +ev_job_print_get_type +ev_job_priority_get_type +ev_job_render_get_type +ev_job_run_mode_get_type +ev_job_save_get_type +ev_job_thumbnail_get_type +ev_page_cache_get_type +ev_print_operation_get_type +ev_sizing_mode_get_type +ev_view_get_type +ev_view_presentation_get_type +ev_view_selection_mode_get_type diff --git a/help/reference/libview/libevview-docs.xml b/help/reference/libview/libevview-docs.xml deleted file mode 100644 index 9935217d..00000000 --- a/help/reference/libview/libevview-docs.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - -]> - - - - Atril View Library Reference Manual - - For Atril version &version;. - The latest version of this documentation can be found on-line at the - MATE Library. - - - - 2007 - 2008 - 2009 - Nickolay V. Shmyrev - - - - 2008 - 2009 - 2010 - Carlos Garcia Campos - - - - 2009 - 2010 - Christian Persch - - - - - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU General Public Licence - published by the Free Software Foundation; either version 2 of the License, - or (at your option) any later version. - - You may obtain a copy of the GNU General Public Licence - from the Free Software Foundation at - GNU Licences web site - or by writing to: - -
- The Free Software Foundation, Inc., - 51 Franklin St – Fifth Floor, - Boston, MA 02110-1301, - USA -
-
-
-
- - - Atril View - - - - - - - - - - - - - - - - - - - - Object Hierarchy - - - - API Index - - - - - - - - - Licence - - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public - Licence as published by the Free Software Foundation; either - version 2 of the Licence, or (at your option) any later version. - - - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public Licence for - more details. - - - - You may obtain a copy of the GNU General Public Licence - from the Free Software Foundation at - GNU Licences web site - or by writing to: - -
- The Free Software Foundation, Inc., - 51 Franklin St – Fifth Floor, - Boston, MA 02110-1301, - USA -
-
-
- -
diff --git a/help/reference/libview/libevview-overrides.txt b/help/reference/libview/libevview-overrides.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/help/reference/libview/libevview-sections.txt b/help/reference/libview/libevview-sections.txt deleted file mode 100644 index fe50b2eb..00000000 --- a/help/reference/libview/libevview-sections.txt +++ /dev/null @@ -1,338 +0,0 @@ -
-ev-annotation-window -EvAnnotationWindow -EvAnnotationWindowClass -ev_annotation_window_new -ev_annotation_window_get_annotation -ev_annotation_window_set_annotation -ev_annotation_window_is_open -ev_annotation_window_get_rectangle -ev_annotation_window_set_rectangle -ev_annotation_window_grab_focus -ev_annotation_window_ungrab_focus - -EV_ANNOTATION_WINDOW -EV_IS_ANNOTATION_WINDOW -EV_TYPE_ANNOTATION_WINDOW -ev_annotation_window_get_type -EV_ANNOTATION_WINDOW_CLASS -EV_IS_ANNOTATION_WINDOW_CLASS -EV_ANNOTATION_WINDOW_GET_CLASS -
- -
-ev-view -EvView -EvViewClass -EvViewSelectionMode -ev_view_new -ev_view_set_model -ev_view_set_loading -ev_view_reload -ev_view_copy -ev_view_copy_link_address -ev_view_select_all -ev_view_get_has_selection -ev_view_set_presentation -ev_view_get_presentation -ev_view_can_zoom_in -ev_view_zoom_in -ev_view_can_zoom_out -ev_view_zoom_out -ev_view_find_next -ev_view_find_previous -ev_view_find_search_changed -ev_view_find_set_highlight_search -ev_view_find_changed -ev_view_find_cancel -ev_view_hide_cursor -ev_view_show_cursor -ev_view_scroll -ev_view_handle_link -ev_view_next_page -ev_view_previous_page -ev_view_autoscroll_start -ev_view_autoscroll_stop - -EV_VIEW -EV_IS_VIEW -EV_TYPE_VIEW -ev_view_get_type -
- -
-ev-page-cache -EvPageCache -EvPageCacheClass -ev_page_cache_new -ev_page_cache_set_page_range -ev_page_cache_get_flags -ev_page_cache_set_flags -ev_page_cache_get_link_mapping -ev_page_cache_get_image_mapping -ev_page_cache_get_form_field_mapping -ev_page_cache_get_annot_mapping -ev_page_cache_get_text_mapping - -EV_PAGE_CACHE -EV_IS_PAGE_CACHE -EV_TYPE_PAGE_CACHE -ev_page_cache_get_type -
- -
-ev-print-operation -EvPrintOperation -EvPrintOperationClass -ev_print_operation_exists_for_document -ev_print_operation_new -ev_print_operation_set_current_page -ev_print_operation_set_print_settings -ev_print_operation_get_print_settings -ev_print_operation_set_default_page_setup -ev_print_operation_get_default_page_setup -ev_print_operation_set_job_name -ev_print_operation_get_job_name -ev_print_operation_run -ev_print_operation_cancel -ev_print_operation_get_error -ev_print_operation_set_embed_page_setup -ev_print_operation_get_embed_page_setup -ev_print_operation_get_status -ev_print_operation_get_progress - -EV_PRINT_OPERATION -EV_IS_PRINT_OPERATION -EV_TYPE_PRINT_OPERATION -ev_print_operation_get_type -EV_PRINT_OPERATION_CLASS -EV_PRINT_OPERATION_GET_CLASS -
- -
-ev-view-presentation -EvViewPresentation -EvViewPresentationClass -ev_view_presentation_new -ev_view_presentation_get_current_page - -EV_VIEW_PRESENTATION -EV_IS_VIEW_PRESENTATION -EV_TYPE_VIEW_PRESENTATION -ev_view_presentation_get_type -
- -
-ev-jobs -EvJob -EvJob -EvJobClass -EvJobRender -EvJobRenderClass -EvJobPageData -EvJobPageDataClass -EvJobThumbnail -EvJobThumbnailClass -EvJobLinks -EvJobLinksClass -EvJobAttachments -EvJobAttachmentsClass -EvJobFonts -EvJobFontsClass -EvJobLoad -EvJobLoadClass -EvJobSave -EvJobSaveClass -EvJobFind -EvJobFindClass -EvJobLayers -EvJobLayersClass -EvJobExport -EvJobExportClass -EvJobPrint -EvJobPrintClass -EvJobRunMode -EvJobPageDataFlags -ev_job_run -ev_job_cancel -ev_job_failed -ev_job_failed_from_error -ev_job_succeeded -ev_job_is_finished -ev_job_is_failed -ev_job_get_run_mode -ev_job_set_run_mode -ev_job_links_new -ev_job_attachments_new -ev_job_export_new -ev_job_export_set_page -ev_job_render_new -ev_job_render_set_selection_info -ev_job_page_data_new -ev_job_thumbnail_new -ev_job_fonts_new -ev_job_load_new -ev_job_load_set_uri -ev_job_load_set_password -ev_job_save_new -ev_job_find_new -ev_job_find_get_n_results -ev_job_find_get_progress -ev_job_find_has_results -ev_job_find_get_results -ev_job_layers_new -ev_job_print_new -ev_job_print_set_page -ev_job_print_set_cairo - -ev_job_run_mode_get_type -EV_TYPE_JOB_RUN_MODE -ev_job_page_data_flags_get_type -EV_TYPE_JOB_PAGE_DATA_FLAGS -ev_job_priority_get_type -EV_TYPE_JOB_PRIORITY -EV_JOB -EV_IS_JOB -EV_TYPE_JOB -ev_job_get_type -EV_JOB_CLASS -EV_JOB_GET_CLASS -EV_TYPE_JOB_LINKS -ev_job_links_get_type -EV_JOB_LINKS -EV_JOB_LINKS_CLASS -EV_IS_JOB_LINKS -EV_TYPE_JOB_ATTACHMENTS -ev_job_attachments_get_type -EV_JOB_ATTACHMENTS -EV_JOB_ATTACHMENTS_CLASS -EV_IS_JOB_ATTACHMENTS -EV_TYPE_JOB_RENDER -ev_job_render_get_type -EV_JOB_RENDER -EV_JOB_RENDER_CLASS -EV_IS_JOB_RENDER -EV_TYPE_JOB_PAGE_DATA -ev_job_page_data_get_type -EV_JOB_PAGE_DATA -EV_JOB_PAGE_DATA_CLASS -EV_IS_JOB_PAGE_DATA -EV_TYPE_JOB_THUMBNAIL -ev_job_thumbnail_get_type -EV_JOB_THUMBNAIL -EV_JOB_THUMBNAIL_CLASS -EV_IS_JOB_THUMBNAIL -EV_TYPE_JOB_FONTS -ev_job_fonts_get_type -EV_JOB_FONTS -EV_JOB_FONTS_CLASS -EV_IS_JOB_FONTS -EV_TYPE_JOB_LOAD -ev_job_load_get_type -EV_JOB_LOAD -EV_JOB_LOAD_CLASS -EV_IS_JOB_LOAD -EV_TYPE_JOB_SAVE -ev_job_save_get_type -EV_JOB_SAVE -EV_JOB_SAVE_CLASS -EV_IS_JOB_SAVE -EV_TYPE_JOB_FIND -ev_job_find_get_type -EV_JOB_FIND -EV_JOB_FIND_CLASS -EV_IS_JOB_FIND -EV_TYPE_JOB_LAYERS -ev_job_layers_get_type -EV_JOB_LAYERS -EV_JOB_LAYERS_CLASS -EV_IS_JOB_LAYERS -EV_TYPE_JOB_EXPORT -ev_job_export_get_type -EV_JOB_EXPORT -EV_JOB_EXPORT_CLASS -EV_IS_JOB_EXPORT -EV_TYPE_JOB_PRINT -ev_job_print_get_type -EV_JOB_PRINT -EV_JOB_PRINT_CLASS -EV_IS_JOB_PRINT -
- -
-ev-document-model -EvSizingMode -EvDocumentModel -EvDocumentModelClass -ev_document_model_new -ev_document_model_new_with_document -ev_document_model_set_document -ev_document_model_get_document -ev_document_model_set_page -ev_document_model_set_page_by_label -ev_document_model_get_page -ev_document_model_set_scale -ev_document_model_get_scale -ev_document_model_set_max_scale -ev_document_model_get_max_scale -ev_document_model_set_min_scale -ev_document_model_get_min_scale -ev_document_model_set_sizing_mode -ev_document_model_get_sizing_mode -ev_document_model_set_rotation -ev_document_model_get_rotation -ev_document_model_set_inverted_colors -ev_document_model_get_inverted_colors -ev_document_model_set_continuous -ev_document_model_get_continuous -ev_document_model_set_dual_page -ev_document_model_get_dual_page -ev_document_model_set_fullscreen -ev_document_model_get_fullscreen - -ev_sizing_mode_get_type -EV_TYPE_SIZING_MODE -EV_DOCUMENT_MODEL -EV_IS_DOCUMENT_MODEL -EV_TYPE_DOCUMENT_MODEL -ev_document_model_get_type -
- -
-ev-stock-icons -EV_STOCK_ZOOM -EV_STOCK_ZOOM_PAGE -EV_STOCK_ZOOM_WIDTH -EV_STOCK_VIEW_DUAL -EV_STOCK_VIEW_CONTINUOUS -EV_STOCK_ROTATE_LEFT -EV_STOCK_ROTATE_RIGHT -EV_STOCK_RUN_PRESENTATION -EV_STOCK_VISIBLE -EV_STOCK_RESIZE_SE -EV_STOCK_RESIZE_SW -EV_STOCK_CLOSE -EV_STOCK_INVERTED_COLORS -ev_stock_icons_init -ev_stock_icons_shutdown -ev_stock_icons_set_screen -
- -
-ev-view-type-builtins -ev_view_selection_mode_get_type -EV_TYPE_VIEW_SELECTION_MODE -
- -
-ev-job-scheduler -EvJobPriority -ev_job_scheduler_push_job -ev_job_scheduler_update_job -
- -
-ev-view-cursor -EvViewCursor -ev_view_cursor_new -
diff --git a/help/reference/libview/libevview.types b/help/reference/libview/libevview.types deleted file mode 100644 index 1df4432f..00000000 --- a/help/reference/libview/libevview.types +++ /dev/null @@ -1,29 +0,0 @@ -#include -#include "ev-annotation-window.h" -#include "ev-page-cache.h" -#include "ev-view-presentation.h" - -ev_annotation_window_get_type -ev_document_model_get_type -ev_job_attachments_get_type -ev_job_export_get_type -ev_job_find_get_type -ev_job_fonts_get_type -ev_job_get_type -ev_job_layers_get_type -ev_job_links_get_type -ev_job_load_get_type -ev_job_page_data_flags_get_type -ev_job_page_data_get_type -ev_job_print_get_type -ev_job_priority_get_type -ev_job_render_get_type -ev_job_run_mode_get_type -ev_job_save_get_type -ev_job_thumbnail_get_type -ev_page_cache_get_type -ev_print_operation_get_type -ev_sizing_mode_get_type -ev_view_get_type -ev_view_presentation_get_type -ev_view_selection_mode_get_type -- cgit v1.2.1