<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
+ <index role="2.28">
+ <title>Index of new symbols in 2.28</title>
+ <xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
+ </index>
</book>
* The same as scols_line_set_data() but cell is referenced by column object.
*
* Returns: 0, a negative value in case of an error.
+ *
+ * Since: 2.28
*/
int scols_line_set_column_data(struct libscols_line *ln,
struct libscols_column *cl,
* The same as scols_line_refer_data() but cell is referenced by column object.
*
* Returns: 0, a negative value in case of an error.
+ *
+ * Since: 2.28
*/
int scols_line_refer_column_data(struct libscols_line *ln,
struct libscols_column *cl,
scols_unref_line(ret);
return NULL;
}
-
-
* A multibyte chars are not supported yet.
*
* Returns: 0, a negative value in case of an error.
+ *
+ * Since: 2.28
*/
int scols_symbols_set_title_padding(struct libscols_symbols *sb, const char *str)
{
* The table title is used to print header of table.
*
* Returns: 0, a negative number in case of an error.
+ *
+ * Since: 2.28
*/
int scols_table_set_title(struct libscols_table *tb, const char *title, unsigned int position, const char *color)
{
* Never continue on next line, remove last column(s) when too large, truncate last column.
*
* Returns: 0 on success, negative number in case of an error.
+ *
+ * Since: 2.28
*/
int scols_table_enable_nowrap(struct libscols_table *tb, int enable)
{