Signed-off-by: Karel Zak <kzak@redhat.com>
scols_cell_get_alignment
scols_cell_get_color
scols_cell_get_data
+scols_cell_get_datasiz
scols_cell_get_flags
scols_cell_get_userdata
scols_cell_refer_data
+scols_cell_refer_memory
scols_cell_set_color
scols_cell_set_data
scols_cell_set_flags
scols_column_get_table
scols_column_get_whint
scols_column_get_width
+scols_column_get_wrap_data
scols_column_is_customwrap
scols_column_is_hidden
scols_column_is_noextremes
scols_unref_column
scols_wrapnl_chunksize
scols_wrapnl_nextchunk
+scols_wrapzero_nextchunk
</SECTION>
<SECTION>
scols_table_get_column
scols_table_get_column_by_name
scols_table_get_column_separator
+scols_table_get_cursor
scols_table_get_line
scols_table_get_line_separator
scols_table_get_name
* with string!
*
* Returns: 0, a negative value in case of an error.
+ *
+ * Since: 2.40
*/
int scols_cell_refer_memory(struct libscols_cell *ce, char *data, size_t datasiz)
{
* @ce: a pointer to a struct libscols_cell instance
*
* Returns: the current set data size.
+ *
+ * Since: 2.40
*/
size_t scols_cell_get_datasiz(struct libscols_cell *ce)
{
* This function returns the current status of wrapping cell data (for multi-line cells).
*
* Returns: 0, a negative value in case of an error.
+ *
+ * Since: 2.40
*/
int scols_column_get_wrap_data(const struct libscols_column *cl,
char **data, size_t *datasiz, char **cur, char **next)