<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
+ <index role="2.27">
+ <title>Index of new symbols in 2.27</title>
+ <xi:include href="xml/api-index-2.27.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>
* Gets the value of @cl's flag hidden.
*
* Returns: hidden flag value, negative value in case of an error.
+ *
+ * Since: 2.27
*/
int scols_column_is_hidden(struct libscols_column *cl)
{
* The table name is used for example for JSON top level object name.
*
* Returns: 0, a negative number in case of an error.
+ *
+ * Since: 2.27
*/
int scols_table_set_name(struct libscols_table *tb, const char *name)
{
* (export, raw, JSON, ...) are mutually exclusive.
*
* Returns: 0 on success, negative number in case of an error.
+ *
+ * Since: 2.27
*/
int scols_table_enable_json(struct libscols_table *tb, int enable)
{
* @tb: table
*
* Returns: 1 if JSON output format is enabled.
+ *
+ * Since: 2.27
*/
int scols_table_is_json(struct libscols_table *tb)
{