From 0206d542ba7ed1cf9d543e811c6ed3c66b1a6cc3 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Mon, 9 Jun 2014 22:54:54 +0200 Subject: [PATCH] [glib] Deprecate PopplerOrientation This should have been removed long time ago with 1aad886c6c19a964a3fc9e18f31acc8e115478e0 https://bugs.freedesktop.org/show_bug.cgi?id=93229 --- glib/poppler.h | 11 +++++++++++ glib/reference/poppler-docs.sgml | 2 +- glib/reference/poppler-sections.txt | 3 ++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/glib/poppler.h b/glib/poppler.h index 4df9c0e..605977d 100644 --- a/glib/poppler.h +++ b/glib/poppler.h @@ -46,6 +46,17 @@ typedef enum POPPLER_ERROR_DAMAGED } PopplerError; +/** + * PopplerOrientation: + * @POPPLER_ORIENTATION_PORTRAIT: Portrait + * @POPPLER_ORIENTATION_LANDSCAPE: Landscape + * @POPPLER_ORIENTATION_UPSIDEDOWN: Upside down + * @POPPLER_ORIENTATION_SEASCAPE: Seascape + * + * Page orientation + * + * Deprecated:0.39: There are no functions using values from the PopplerOrientation enumeration. + */ typedef enum { POPPLER_ORIENTATION_PORTRAIT, diff --git a/glib/reference/poppler-docs.sgml b/glib/reference/poppler-docs.sgml index d847f52..5d16e3e 100644 --- a/glib/reference/poppler-docs.sgml +++ b/glib/reference/poppler-docs.sgml @@ -13,7 +13,6 @@ Poppler - @@ -27,6 +26,7 @@ + diff --git a/glib/reference/poppler-sections.txt b/glib/reference/poppler-sections.txt index bd02c41..9969868 100644 --- a/glib/reference/poppler-sections.txt +++ b/glib/reference/poppler-sections.txt @@ -341,7 +341,8 @@ poppler_form_text_type_get_type
-poppler +poppler-deprecated-api +Deprecated API PopplerOrientation -- 2.1.4