glib/poppler.h | 8 -------- glib/reference/poppler-docs.sgml | 1 - glib/reference/poppler-sections.txt | 11 ----------- 3 files changed, 20 deletions(-)
New commits: commit 38796894f8ab19c2cd0b996e6b1aa0be98326eac Author: Hib Eris <[email protected]> Date: Mon Jun 9 22:54:54 2014 +0200 Remove enum PopplerOrientation from API This should have been removed long time ago with 1aad886c6c19a964a3fc9e18f31acc8e115478e0 https://bugs.freedesktop.org/show_bug.cgi?id=93229 diff --git a/glib/poppler.h b/glib/poppler.h index 4df9c0e..1e78050 100644 --- a/glib/poppler.h +++ b/glib/poppler.h @@ -46,14 +46,6 @@ typedef enum POPPLER_ERROR_DAMAGED } PopplerError; -typedef enum -{ - POPPLER_ORIENTATION_PORTRAIT, - POPPLER_ORIENTATION_LANDSCAPE, - POPPLER_ORIENTATION_UPSIDEDOWN, - POPPLER_ORIENTATION_SEASCAPE -} PopplerOrientation; - /** * PopplerPageTransitionType: * @POPPLER_PAGE_TRANSITION_REPLACE: the new page replace the old one diff --git a/glib/reference/poppler-docs.sgml b/glib/reference/poppler-docs.sgml index d847f52..ec8a3eb 100644 --- a/glib/reference/poppler-docs.sgml +++ b/glib/reference/poppler-docs.sgml @@ -13,7 +13,6 @@ <chapter> <title>Poppler</title> - <xi:include href="xml/poppler.xml"/> <xi:include href="xml/poppler-document.xml"/> <xi:include href="xml/poppler-page.xml"/> <xi:include href="xml/poppler-action.xml"/> diff --git a/glib/reference/poppler-sections.txt b/glib/reference/poppler-sections.txt index bd02c41..92bf432 100644 --- a/glib/reference/poppler-sections.txt +++ b/glib/reference/poppler-sections.txt @@ -341,17 +341,6 @@ poppler_form_text_type_get_type </SECTION> <SECTION> -<FILE>poppler</FILE> -PopplerOrientation - -<SUBSECTION Standard> -POPPLER_TYPE_ORIENTATION - -<SUBSECTION Private> -poppler_orientation_get_type -</SECTION> - -<SECTION> <FILE>poppler-annot</FILE> <TITLE>PopplerAnnot</TITLE> PopplerAnnot _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
