summaryrefslogtreecommitdiffstats
path: root/libsmartcols/docs
diff options
context:
space:
mode:
authorKarel Zak2014-04-03 16:09:57 +0200
committerKarel Zak2014-04-03 16:09:57 +0200
commit0925a9dd6cd65feb8cb2d4d66551363f4af161e9 (patch)
tree9981e45aee1274f959a9b32f3cbdffabc8a45d8c /libsmartcols/docs
parentfdisk: print table header as bold (diff)
downloadkernel-qcow2-util-linux-0925a9dd6cd65feb8cb2d4d66551363f4af161e9.tar.gz
kernel-qcow2-util-linux-0925a9dd6cd65feb8cb2d4d66551363f4af161e9.tar.xz
kernel-qcow2-util-linux-0925a9dd6cd65feb8cb2d4d66551363f4af161e9.zip
libsmartcols: clean up flags usage
* rename flags functions to scols_table_enable_* * rename *_no_foo() functions to _nofoo() * output formats are mutually exclusive, so don't use flags there * don't assume symbols in scols_new_table(), use scols_table_set_symbols() Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/docs')
-rw-r--r--libsmartcols/docs/libsmartcols-sections.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/libsmartcols/docs/libsmartcols-sections.txt b/libsmartcols/docs/libsmartcols-sections.txt
index 85a9feb14..dc2203702 100644
--- a/libsmartcols/docs/libsmartcols-sections.txt
+++ b/libsmartcols/docs/libsmartcols-sections.txt
@@ -17,7 +17,7 @@ scols_column_get_color
scols_column_get_flags
scols_column_get_header
scols_column_get_whint
-scols_column_is_no_extremes
+scols_column_is_noextremes
scols_column_is_right
scols_column_is_strict_width
scols_column_is_tree
@@ -86,6 +86,10 @@ scols_table_add_column
scols_table_add_line
scols_table_colors_wanted
scols_table_enable_colors
+scols_table_enable_export
+scols_table_enable_maxout
+scols_table_enable_noheadings
+scols_table_enable_raw
scols_table_get_column
scols_table_get_line
scols_table_get_ncols
@@ -94,8 +98,8 @@ scols_table_get_stream
scols_table_is_ascii
scols_table_is_empty
scols_table_is_export
-scols_table_is_max
-scols_table_is_no_headings
+scols_table_is_maxout
+scols_table_is_noheadings
scols_table_is_raw
scols_table_is_tree
scols_table_new_column
@@ -108,13 +112,8 @@ 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_table
</SECTION>