summaryrefslogtreecommitdiff
path: root/glib/reference
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2014-06-08 14:03:17 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2015-12-03 10:57:59 +0100
commit50ba37c7b1aff14c73f158ff7f33d31953af512b (patch)
tree7c25535b27cda6be22c138a3b58d4f1ca9ad99c6 /glib/reference
parentef518d601836fcedb8b558447f10c846e4038318 (diff)
doc: Move PopplerError to it's own section
https://bugs.freedesktop.org/show_bug.cgi?id=79837
Diffstat (limited to 'glib/reference')
-rw-r--r--glib/reference/poppler-docs.sgml1
-rw-r--r--glib/reference/poppler-sections.txt18
2 files changed, 14 insertions, 5 deletions
diff --git a/glib/reference/poppler-docs.sgml b/glib/reference/poppler-docs.sgml
index 1bbcb5d5..d847f52b 100644
--- a/glib/reference/poppler-docs.sgml
+++ b/glib/reference/poppler-docs.sgml
@@ -25,6 +25,7 @@
<xi:include href="xml/poppler-movie.xml"/>
<xi:include href="xml/poppler-structure-element.xml"/>
<xi:include href="xml/poppler-color.xml"/>
+ <xi:include href="xml/poppler-errors.xml"/>
<xi:include href="xml/poppler-pdf-utility-functions.xml"/>
<xi:include href="xml/poppler-features.xml"/>
</chapter>
diff --git a/glib/reference/poppler-sections.txt b/glib/reference/poppler-sections.txt
index e0f06d52..bd02c418 100644
--- a/glib/reference/poppler-sections.txt
+++ b/glib/reference/poppler-sections.txt
@@ -342,17 +342,12 @@ poppler_form_text_type_get_type
<SECTION>
<FILE>poppler</FILE>
-POPPLER_ERROR
-PopplerError
PopplerOrientation
<SUBSECTION Standard>
-POPPLER_TYPE_ERROR
POPPLER_TYPE_ORIENTATION
<SUBSECTION Private>
-poppler_error_get_type
-poppler_error_quark
poppler_orientation_get_type
</SECTION>
@@ -752,3 +747,16 @@ POPPLER_TYPE_BACKEND
<SUBSECTION Private>
poppler_backend_get_type
</SECTION>
+
+<SECTION>
+<FILE>poppler-errors</FILE>
+POPPLER_ERROR
+PopplerError
+
+<SUBSECTION Standard>
+POPPLER_TYPE_ERROR
+
+<SUBSECTION Private>
+poppler_error_get_type
+poppler_error_quark
+</SECTION>