From 6ecfab5b130296b9637417580c49b4291221b7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Poo-Caama=C3=B1o?= Date: Thu, 31 Jan 2013 17:19:39 -0800 Subject: [PATCH 8/8] glib: Add references in poppler-sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Germán Poo-Caamaño --- glib/reference/poppler-sections.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/glib/reference/poppler-sections.txt b/glib/reference/poppler-sections.txt index 6fb14bc..977dcf6 100644 --- a/glib/reference/poppler-sections.txt +++ b/glib/reference/poppler-sections.txt @@ -94,6 +94,7 @@ poppler_link_mapping_get_type poppler_image_mapping_get_type poppler_form_field_mapping_get_type poppler_annot_mapping_get_type +poppler_annot_text_markup_get_type poppler_page_transition_alignment_get_type poppler_page_transition_direction_get_type poppler_page_transition_type_get_type @@ -381,6 +382,12 @@ PopplerAnnotMarkupReplyType PopplerAnnotTextState PopplerAnnotCalloutLine PopplerAnnotFreeTextQuadding +PopplerAnnotQuadrilateral +PopplerAnnotTextMarkup +PopplerAnnotTextHighlight +PopplerAnnotTextUnderline +PopplerAnnotTextSquiggly +PopplerAnnotTextStrikeOut poppler_annot_get_annot_type poppler_annot_get_flags poppler_annot_get_name @@ -428,6 +435,11 @@ poppler_annot_movie_get_title poppler_annot_callout_line_new poppler_annot_callout_line_copy poppler_annot_callout_line_free +poppler_annot_quadrilateral_new +poppler_annot_quadrilateral_copy +poppler_annot_quadrilateral_free +poppler_annot_text_markup_get_quadrilaterals +poppler_annot_text_markup_set_quadrilaterals POPPLER_ANNOT @@ -458,6 +470,23 @@ POPPLER_TYPE_ANNOT_MARKUP_REPLY_TYPE POPPLER_TYPE_ANNOT_TEXT_STATE POPPLER_TYPE_ANNOT_FREE_TEXT_QUADDING POPPLER_TYPE_ANNOT_TYPE +POPPLER_TYPE_ANNOT_QUADRILATERAL +POPPLER_ANNOT_TEXT_MARKUP +POPPLER_TYPE_ANNOT_TEXT_MARKUP +POPPLER_IS_ANNOT_TEXT_MARKUP +POPPLER_ANNOT_TEXT_HIGHLIGHT +POPPLER_IS_ANNOT_TEXT_HIGHLIGHT +POPPLER_TYPE_ANNOT_TEXT_HIGHLIGHT +POPPLER_ANNOT_TEXT_SQUIGGLY +POPPLER_IS_ANNOT_TEXT_SQUIGGLY +POPPLER_TYPE_ANNOT_TEXT_SQUIGGLY +POPPLER_ANNOT_TEXT_STRIKE_OUT +POPPLER_IS_ANNOT_TEXT_STRIKE_OUT +POPPLER_TYPE_ANNOT_TEXT_STRIKE_OUT +POPPLER_ANNOT_TEXT_UNDERLINE +POPPLER_TYPE_ANNOT_TEXT_UNDERLINE +POPPLER_IS_ANNOT_TEXT_UNDERLINE + poppler_annot_get_type @@ -474,6 +503,12 @@ poppler_annot_markup_reply_type_get_type poppler_annot_callout_line_get_type poppler_annot_text_state_get_type poppler_annot_free_text_quadding_get_type +poppler_annot_quadrilateral_get_type +poppler_annot_text_markup_set_annot_type +poppler_annot_text_highlight_get_type +poppler_annot_text_squiggly_get_type +poppler_annot_text_strike_out_get_type +poppler_annot_text_underline_get_type
-- 1.7.9.5