From 0925a9dd6cd65feb8cb2d4d66551363f4af161e9 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 3 Apr 2014 16:09:57 +0200 Subject: 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 --- libsmartcols/docs/libsmartcols-sections.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'libsmartcols/docs') 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 -- cgit v1.2.3-55-g7522