]> git.ipfire.org Git - thirdparty/util-linux.git/blame - libsmartcols/docs/libsmartcols-sections.txt
Merge branch 'unused' of https://github.com/t-8ch/util-linux
[thirdparty/util-linux.git] / libsmartcols / docs / libsmartcols-sections.txt
CommitLineData
1d90bcb1
OO
1<SECTION>
2<FILE>cell</FILE>
3libscols_cell
4scols_cell_copy_content
6ffbd283 5scols_cell_get_alignment
1d90bcb1
OO
6scols_cell_get_color
7scols_cell_get_data
fa4e6939 8scols_cell_get_datasiz
e865838d 9scols_cell_get_flags
57a86f9b 10scols_cell_get_userdata
1d90bcb1 11scols_cell_refer_data
fa4e6939 12scols_cell_refer_memory
1d90bcb1
OO
13scols_cell_set_color
14scols_cell_set_data
e865838d 15scols_cell_set_flags
57a86f9b
KZ
16scols_cell_set_userdata
17scols_cmpstr_cells
1d90bcb1
OO
18scols_reset_cell
19</SECTION>
20
21<SECTION>
22<FILE>column</FILE>
23libscols_column
24scols_column_get_color
25scols_column_get_flags
26scols_column_get_header
b2c871f9 27scols_column_get_json_type
3b5db50f
KZ
28scols_column_get_name
29scols_column_get_name_as_shellvar
81b176c4
KZ
30scols_column_get_safechars
31scols_column_get_table
1d90bcb1 32scols_column_get_whint
82053f5e 33scols_column_get_width
fa4e6939 34scols_column_get_wrap_data
81b176c4 35scols_column_is_customwrap
6d6b6d18 36scols_column_is_hidden
0925a9dd 37scols_column_is_noextremes
1d90bcb1
OO
38scols_column_is_right
39scols_column_is_strict_width
40scols_column_is_tree
41scols_column_is_trunc
ad13ab8d 42scols_column_is_wrap
57a86f9b 43scols_column_set_cmpfunc
1d90bcb1
OO
44scols_column_set_color
45scols_column_set_flags
b2c871f9 46scols_column_set_json_type
3b5db50f 47scols_column_set_name
576f626b 48scols_column_set_properties
81b176c4 49scols_column_set_safechars
1d90bcb1 50scols_column_set_whint
81b176c4 51scols_column_set_wrapfunc
1d90bcb1
OO
52scols_copy_column
53scols_new_column
54scols_ref_column
55scols_unref_column
81b176c4
KZ
56scols_wrapnl_chunksize
57scols_wrapnl_nextchunk
fa4e6939 58scols_wrapzero_nextchunk
1d90bcb1
OO
59</SECTION>
60
61<SECTION>
62<FILE>iter</FILE>
63libscols_iter
64scols_free_iter
65scols_iter_get_direction
66scols_new_iter
67scols_reset_iter
68</SECTION>
69
70<SECTION>
71<FILE>line</FILE>
72libscols_line
73scols_copy_line
74scols_line_add_child
75scols_line_alloc_cells
76scols_line_free_cells
77scols_line_get_cell
78scols_line_get_color
57a86f9b 79scols_line_get_column_cell
9c06edb0 80scols_line_get_column_data
1d90bcb1
OO
81scols_line_get_ncells
82scols_line_get_parent
83scols_line_get_userdata
84scols_line_has_children
eebf2dd8 85scols_line_is_ancestor
1d90bcb1 86scols_line_next_child
78371865 87scols_line_refer_column_data
1d90bcb1
OO
88scols_line_refer_data
89scols_line_remove_child
90scols_line_set_color
78371865 91scols_line_set_column_data
1d90bcb1
OO
92scols_line_set_data
93scols_line_set_userdata
94scols_new_line
95scols_ref_line
96scols_unref_line
97</SECTION>
98
4f4c2b3c
KZ
99<SECTION>
100<FILE>grouping</FILE>
101scols_line_link_group
102scols_table_group_lines
103</SECTION>
104
1d90bcb1
OO
105<SECTION>
106<FILE>symbols</FILE>
107libscols_symbols
108scols_copy_symbols
109scols_new_symbols
110scols_ref_symbols
111scols_symbols_set_branch
112scols_symbols_set_right
113scols_symbols_set_vertical
57867795 114scols_symbols_set_title_padding
64ce7cbb 115scols_symbols_set_cell_padding
4f4c2b3c
KZ
116scols_symbols_set_group_vertical
117scols_symbols_set_group_horizontal
118scols_symbols_set_group_first_member
119scols_symbols_set_group_last_member
120scols_symbols_set_group_middle_member
121scols_symbols_set_group_last_child
122scols_symbols_set_group_middle_child
1d90bcb1
OO
123scols_unref_symbols
124</SECTION>
125
126<SECTION>
127<FILE>table</FILE>
128libscols_table
129scols_copy_table
130scols_new_table
131scols_ref_table
19055a25 132scols_sort_table
066f46e0 133scols_sort_table_by_tree
1d90bcb1
OO
134scols_table_add_column
135scols_table_add_line
136scols_table_colors_wanted
4418714f 137scols_table_enable_ascii
1d90bcb1 138scols_table_enable_colors
0925a9dd 139scols_table_enable_export
f12e4374 140scols_table_enable_header_repeat
2a6cfc13 141scols_table_enable_json
0925a9dd 142scols_table_enable_maxout
94dbb322 143scols_table_enable_minout
3b5db50f 144scols_table_enable_noencoding
0925a9dd 145scols_table_enable_noheadings
2981e0fd 146scols_table_enable_nolinesep
df73852b 147scols_table_enable_nowrap
0925a9dd 148scols_table_enable_raw
3b5db50f 149scols_table_enable_shellvar
1d90bcb1 150scols_table_get_column
e7a473b1 151scols_table_get_column_by_name
d1b4d14f 152scols_table_get_column_separator
fa4e6939 153scols_table_get_cursor
1d90bcb1 154scols_table_get_line
d1b4d14f 155scols_table_get_line_separator
0d71eb9c 156scols_table_get_name
1d90bcb1
OO
157scols_table_get_ncols
158scols_table_get_nlines
159scols_table_get_stream
63168cf9 160scols_table_get_symbols
19055a25 161scols_table_get_termforce
f12e4374 162scols_table_get_termheight
19055a25
KZ
163scols_table_get_termwidth
164scols_table_get_title
1d90bcb1 165scols_table_is_ascii
c0070f81 166scols_table_is_empty
1d90bcb1 167scols_table_is_export
f12e4374 168scols_table_is_header_repeat
2a6cfc13 169scols_table_is_json
0925a9dd 170scols_table_is_maxout
94dbb322 171scols_table_is_minout
28a3cc83 172scols_table_is_noencoding
3b5db50f 173scols_table_is_noheadings
0d71eb9c
KZ
174scols_table_is_nolinesep
175scols_table_is_nowrap
1d90bcb1 176scols_table_is_raw
3b5db50f 177scols_table_is_shellvar
1d90bcb1 178scols_table_is_tree
7bdefc7f 179scols_table_move_column
1d90bcb1
OO
180scols_table_new_column
181scols_table_new_line
182scols_table_next_column
183scols_table_next_line
184scols_table_reduce_termwidth
185scols_table_remove_column
186scols_table_remove_columns
187scols_table_remove_line
188scols_table_remove_lines
d1b4d14f 189scols_table_set_column_separator
3b5db50f 190scols_table_set_columns_iter
63168cf9 191scols_table_set_default_symbols
d1b4d14f 192scols_table_set_line_separator
2a6cfc13 193scols_table_set_name
1d90bcb1
OO
194scols_table_set_stream
195scols_table_set_symbols
19055a25 196scols_table_set_termforce
f12e4374 197scols_table_set_termheight
19055a25 198scols_table_set_termwidth
1d90bcb1
OO
199scols_unref_table
200</SECTION>
201
202<SECTION>
203<FILE>table_print</FILE>
204scols_print_table
205scols_print_table_to_string
2a750b4c 206scols_table_print_range
cfa18572 207scols_table_print_range_to_string
1d90bcb1 208</SECTION>
4418714f
KZ
209
210<SECTION>
7a1c36ab 211<FILE>version-utils</FILE>
4418714f 212scols_get_library_version
c60329b3 213scols_parse_version_string
4418714f
KZ
214LIBSMARTCOLS_VERSION
215</SECTION>
216
217<SECTION>
218<FILE>init</FILE>
219scols_init_debug
220</SECTION>