]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: (docs) add missing references
authorKarel Zak <kzak@redhat.com>
Wed, 22 Jul 2020 08:34:14 +0000 (10:34 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 22 Jul 2020 08:34:14 +0000 (10:34 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/docs/libsmartcols-docs.xml
libsmartcols/src/table.c

index e396133ad98d1dea61858a0e22cfb912a3b6b46c..f963cbda4e78d956807d7908799462354299d417 100644 (file)
@@ -78,4 +78,8 @@ available from https://www.kernel.org/pub/linux/utils/util-linux/.
     <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>
index e14c82b1b8c3649b4ad01785fb93235bdb2dc7b9..0ca154a515c4eb84864ce645e84a3bed062c2eab 100644 (file)
@@ -483,6 +483,8 @@ int scols_table_next_column(struct libscols_table *tb,
  * 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,
@@ -1162,7 +1164,7 @@ int scols_table_enable_header_repeat(struct libscols_table *tb, int enable)
  * 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.
  */
@@ -1188,6 +1190,8 @@ int scols_table_enable_maxout(struct libscols_table *tb, int enable)
  * 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)
 {
@@ -1373,6 +1377,8 @@ int scols_table_is_maxout(const struct libscols_table *tb)
  * @tb: table
  *
  * Returns: 1 if output minimization is enabled or 0
+ *
+ * Since: 2.35
  */
 int scols_table_is_minout(const struct libscols_table *tb)
 {