summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.sym
blob: e318c9054ed48863e3319ddd3148d9224f8e8eab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
/*
 * symbols since util-linux 2.25
 *
 * Copyright (C) 2014-2016 Karel Zak <kzak@redhat.com>
 */
SMARTCOLS_2.25 {
global:
	scols_cell_copy_content;
	scols_cell_get_color;
	scols_cell_get_data;
	scols_cell_get_userdata;
	scols_cell_refer_data;
	scols_cell_set_color;
	scols_cell_set_data;
	scols_cell_set_userdata;
	scols_cmpstr_cells;
	scols_column_get_color;
	scols_column_get_flags;
	scols_column_get_header;
	scols_column_get_whint;
	scols_column_is_noextremes;
	scols_column_is_right;
	scols_column_is_strict_width;
	scols_column_is_tree;
	scols_column_is_trunc;
	scols_column_set_cmpfunc;
	scols_column_set_color;
	scols_column_set_flags;
	scols_column_set_whint;
	scols_copy_column;
	scols_copy_line;
	scols_copy_symbols;
	scols_copy_table;
	scols_free_iter;
	scols_get_library_version;
	scols_init_debug;
	scols_iter_get_direction;
	scols_line_add_child;
	scols_line_alloc_cells;
	scols_line_free_cells;
	scols_line_get_cell;
	scols_line_get_color;
	scols_line_get_column_cell;
	scols_line_get_ncells;
	scols_line_get_parent;
	scols_line_get_userdata;
	scols_line_has_children;
	scols_line_next_child;
	scols_line_refer_data;
	scols_line_remove_child;
	scols_line_set_color;
	scols_line_set_data;
	scols_line_set_userdata;
	scols_new_column;
	scols_new_iter;
	scols_new_line;
	scols_new_symbols;
	scols_new_table;
	scols_parse_version_string;
	scols_print_table;
	scols_print_table_to_string;
	scols_ref_column;
	scols_ref_line;
	scols_ref_symbols;
	scols_ref_table;
	scols_reset_cell;
	scols_reset_iter;
	scols_sort_table;
	scols_symbols_set_branch;
	scols_symbols_set_right;
	scols_symbols_set_vertical;
	scols_table_add_column;
	scols_table_add_line;
	scols_table_colors_wanted;
	scols_table_enable_ascii;
	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_column_separator;
	scols_table_get_line;
	scols_table_get_line_separator;
	scols_table_get_ncols;
	scols_table_get_nlines;
	scols_table_get_stream;
	scols_table_is_ascii;
	scols_table_is_empty;
	scols_table_is_export;
	scols_table_is_maxout;
	scols_table_is_noheadings;
	scols_table_is_raw;
	scols_table_is_tree;
	scols_table_new_column;
	scols_table_new_line;
	scols_table_next_column;
	scols_table_next_line;
	scols_table_reduce_termwidth;
	scols_table_remove_column;
	scols_table_remove_columns;
	scols_table_remove_line;
	scols_table_remove_lines;
	scols_table_set_column_separator;
	scols_table_set_line_separator;
	scols_table_set_stream;
	scols_table_set_symbols;
	scols_unref_column;
	scols_unref_line;
	scols_unref_symbols;
	scols_unref_table;
local:
	*;
};

SMARTCOLS_2.27 {
global:
	scols_column_is_hidden;
	scols_table_enable_json;
	scols_table_is_json;
	scols_table_set_name;
} SMARTCOLS_2.25;

SMARTCOLS_2.28 {
global:
	scols_column_is_wrap;
	scols_line_refer_column_data;
	scols_line_set_column_data;
	scols_symbols_set_title_padding;
	scols_table_enable_nowrap;
	scols_table_get_title;
	scols_cell_get_flags;
	scols_cell_set_flags;
	scols_table_print_range;
	scols_table_print_range_to_string;
	scols_table_enable_nolinesep;
} SMARTCOLS_2.27;

SMARTCOLS_2.29 {
global:
	scols_column_get_safechars;
	scols_column_get_table;
	scols_column_get_width;
	scols_column_is_customwrap;
	scols_column_set_safechars;
	scols_column_set_wrapfunc;
	scols_symbols_set_cell_padding;
	scols_table_get_name;
	scols_table_get_symbols;
	scols_table_get_termforce;
	scols_table_get_termwidth;
	scols_table_is_nolinesep;
	scols_table_is_nowrap;
	scols_table_set_default_symbols;
	scols_table_set_termforce;
	scols_table_set_termwidth;
	scols_wrapnl_chunksize;
	scols_wrapnl_nextchunk;
} SMARTCOLS_2.28;


SMARTCOLS_2.30 {
global:
	scols_cell_get_alignment;
	scols_table_move_column;
	scols_sort_table_by_tree;
	scols_line_is_ancestor;
} SMARTCOLS_2.29;


SMARTCOLS_2.31 {
	scols_table_set_termheight;
	scols_table_get_termheight;
	scols_table_is_header_repeat;
	scols_table_enable_header_repeat;
	scols_table_enable_noencoding;
	scols_table_is_noencoding;
} SMARTCOLS_2.30;


SMARTCOLS_2.33 {
	scols_column_set_json_type;
	scols_column_get_json_type;
} SMARTCOLS_2.31;

SMARTCOLS_2.34 {
	scols_table_group_lines;
	scols_line_link_group;
	scols_symbols_set_group_vertical;
	scols_symbols_set_group_horizontal;
	scols_symbols_set_group_first_member;
	scols_symbols_set_group_last_member;
	scols_symbols_set_group_middle_member;
	scols_symbols_set_group_last_child;
	scols_symbols_set_group_middle_child;
} SMARTCOLS_2.33;