summaryrefslogtreecommitdiff
path: root/glib/poppler-structure-element.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2014-03-05 17:37:38 +0100
committerCarlos Garcia Campos <carlosgc@gnome.org>2014-03-05 17:37:38 +0100
commit9282b5a26e9ce81d81d42c0cbe449543c8366b7c (patch)
tree15fd50312bc718871d48f805d256eeacee7fdc24 /glib/poppler-structure-element.h
parent9888eb65c6fad0eabcf525a7e88941dec2a27e92 (diff)
glib: Rename PopplerStructureScope as PopplerStructureTableScope
It's a table specific attribute
Diffstat (limited to 'glib/poppler-structure-element.h')
-rw-r--r--glib/poppler-structure-element.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/glib/poppler-structure-element.h b/glib/poppler-structure-element.h
index eae9459a..53bdca05 100644
--- a/glib/poppler-structure-element.h
+++ b/glib/poppler-structure-element.h
@@ -229,13 +229,13 @@ typedef enum {
} PopplerStructureFormState;
/**
- * PopplerStructureScope:
+ * PopplerStructureTableScope:
*/
typedef enum {
- POPPLER_STRUCTURE_SCOPE_ROW,
- POPPLER_STRUCTURE_SCOPE_COLUMN,
- POPPLER_STRUCTURE_SCOPE_BOTH,
-} PopplerStructureScope;
+ POPPLER_STRUCTURE_TABLE_SCOPE_ROW,
+ POPPLER_STRUCTURE_TABLE_SCOPE_COLUMN,
+ POPPLER_STRUCTURE_TABLE_SCOPE_BOTH,
+} PopplerStructureTableScope;
typedef struct _PopplerTextSpan PopplerTextSpan;
@@ -319,7 +319,7 @@ gchar *poppler_structure_element_get_form_description
guint poppler_structure_element_get_table_row_span (PopplerStructureElement *poppler_structure_element);
guint poppler_structure_element_get_table_column_span (PopplerStructureElement *poppler_structure_element);
gchar **poppler_structure_element_get_table_headers (PopplerStructureElement *poppler_structure_element);
-PopplerStructureScope poppler_structure_element_get_table_scope (PopplerStructureElement *poppler_structure_element);
+PopplerStructureTableScope poppler_structure_element_get_table_scope (PopplerStructureElement *poppler_structure_element);
gchar *poppler_structure_element_get_table_summary (PopplerStructureElement *poppler_structure_element);
#define POPPLER_TYPE_STRUCTURE_ELEMENT_ITER (poppler_structure_element_iter_get_type ())