<title>Index of new symbols in 2.34</title>
<xi:include href="xml/api-index-2.34.xml"><xi:fallback /></xi:include>
</index>
+ <index role="2.35">
+ <title>Index of new symbols in 2.35</title>
+ <xi:include href="xml/api-index-2.35.xml"><xi:fallback /></xi:include>
+ </index>
</book>
* Sets @iter to the position of @cl in the file @tb.
*
* Returns: 0 on success, negative number in case of error.
+ *
+ * Since: 2.35
*/
int scols_table_set_columns_iter(
struct libscols_table *tb,
* The extra space after last column is ignored by default. The output
* maximization add padding for all columns.
*
- * This setting is mutually exclusive to cols_table_enable_minout().
+ * This setting is mutually exclusive to scols_table_enable_minout().
*
* Returns: 0 on success, negative number in case of an error.
*/
* This setting is mutually exclusive to cols_table_enable_maxout().
*
* Returns: 0 on success, negative number in case of an error.
+ *
+ * Since: 2.35
*/
int scols_table_enable_minout(struct libscols_table *tb, int enable)
{
* @tb: table
*
* Returns: 1 if output minimization is enabled or 0
+ *
+ * Since: 2.35
*/
int scols_table_is_minout(const struct libscols_table *tb)
{