summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
diff options
context:
space:
mode:
authorOndrej Oprala2014-03-21 12:37:52 +0100
committerKarel Zak2014-04-03 12:29:17 +0200
commit8a38a8d31edc23db15eb031193df14da66dcdaff (patch)
treef724e219f7e0d94ef8c832d8f27d68012c4de385 /libsmartcols/src/libsmartcols.sym
parentlibsmartcols: add missing copyright notifications (diff)
downloadkernel-qcow2-util-linux-8a38a8d31edc23db15eb031193df14da66dcdaff.tar.gz
kernel-qcow2-util-linux-8a38a8d31edc23db15eb031193df14da66dcdaff.tar.xz
kernel-qcow2-util-linux-8a38a8d31edc23db15eb031193df14da66dcdaff.zip
libsmartcols: separate flags, add getters/setters
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.sym')
-rw-r--r--libsmartcols/src/libsmartcols.sym27
1 files changed, 24 insertions, 3 deletions
diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym
index a02f36403..b6538a5bc 100644
--- a/libsmartcols/src/libsmartcols.sym
+++ b/libsmartcols/src/libsmartcols.sym
@@ -10,11 +10,19 @@ global:
scols_cell_set_color;
scols_cell_set_data;
scols_column_get_color;
- scols_column_get_flags;
scols_column_get_header;
scols_column_get_whint;
+ scols_column_is_no_extremes;
+ scols_column_is_right;
+ scols_column_is_strict_width;
+ scols_column_is_tree;
+ scols_column_is_trunc;
scols_column_set_color;
- scols_column_set_flags;
+ scols_column_set_no_extremes;
+ scols_column_set_right;
+ scols_column_set_strict_width;
+ scols_column_set_tree;
+ scols_column_set_trunc;
scols_column_set_whint;
scols_copy_column;
scols_copy_line;
@@ -55,12 +63,19 @@ global:
scols_symbols_set_vertical;
scols_table_add_column;
scols_table_add_line;
+ scols_table_colors_wanted;
+ scols_table_enable_colors;
scols_table_get_column;
- scols_table_get_flags;
scols_table_get_line;
scols_table_get_ncols;
scols_table_get_nlines;
scols_table_get_stream;
+ scols_table_is_ascii;
+ scols_table_is_export;
+ scols_table_is_max;
+ scols_table_is_no_headings;
+ scols_table_is_raw;
+ scols_table_is_tree;
scols_table_new_column;
scols_table_new_line;
scols_table_next_column;
@@ -70,8 +85,14 @@ global:
scols_table_remove_columns;
scols_table_remove_line;
scols_table_remove_lines;
+ scols_table_set_ascii;
+ scols_table_set_export;
+ scols_table_set_max;
+ scols_table_set_no_headings;
+ scols_table_set_raw;
scols_table_set_stream;
scols_table_set_symbols;
+ scols_table_set_tree;
scols_unref_column;
scols_unref_line;
scols_unref_symbols;