glib/poppler-structure-element.h |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit cfe47a655ec5e280168e000da85bbf13f5f5f8b8
Author: Adrian Perez de Castro <[email protected]>
Date:   Fri Feb 28 19:17:45 2014 +0200

    glib: Remove poppler_text_span_is_link() in header
    
    The method poppler_text_span_is_link() does not exist, and must
    be removed from the API header.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=75613

diff --git a/glib/poppler-structure-element.h b/glib/poppler-structure-element.h
index 249db58..4b20c36 100644
--- a/glib/poppler-structure-element.h
+++ b/glib/poppler-structure-element.h
@@ -120,7 +120,6 @@ void                         poppler_text_span_free
 gboolean                     poppler_text_span_is_fixed_width_font             
   (PopplerTextSpan *poppler_text_span);
 gboolean                     poppler_text_span_is_serif_font                   
   (PopplerTextSpan *poppler_text_span);
 gboolean                     poppler_text_span_is_bold_font                    
   (PopplerTextSpan *poppler_text_span);
-gboolean                     poppler_text_span_is_link                         
   (PopplerTextSpan *poppler_text_span);
 void                         poppler_text_span_get_color                       
   (PopplerTextSpan *poppler_text_span,
                                                                                
    PopplerColor    *color);
 const gchar                 *poppler_text_span_get_text                        
   (PopplerTextSpan *poppler_text_span);
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to