libsmartcols: (docs) add new functions

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2017-06-13 11:17:06 +02:00
parent d9eddf72a3
commit f12e437436
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,7 @@ scols_table_colors_wanted
scols_table_enable_ascii
scols_table_enable_colors
scols_table_enable_export
scols_table_enable_header_repeat
scols_table_enable_json
scols_table_enable_maxout
scols_table_enable_noheadings
@ -129,11 +130,13 @@ scols_table_get_nlines
scols_table_get_stream
scols_table_get_symbols
scols_table_get_termforce
scols_table_get_termheight
scols_table_get_termwidth
scols_table_get_title
scols_table_is_ascii
scols_table_is_empty
scols_table_is_export
scols_table_is_header_repeat
scols_table_is_json
scols_table_is_maxout
scols_table_is_noheadings
@ -158,6 +161,7 @@ scols_table_set_name
scols_table_set_stream
scols_table_set_symbols
scols_table_set_termforce
scols_table_set_termheight
scols_table_set_termwidth
scols_unref_table
</SECTION>