]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: document v2.27 symbols
authorKarel Zak <kzak@redhat.com>
Mon, 25 Jan 2016 11:57:10 +0000 (12:57 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 25 Jan 2016 11:57:14 +0000 (12:57 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/docs/libsmartcols-docs.xml
libsmartcols/src/column.c
libsmartcols/src/table.c

index e4b6a13534d468d2d3e2bae5ef9e24b3dccec8a0..b8e02242afd524170741f8d832a0fb3b5873cda6 100644 (file)
@@ -49,6 +49,10 @@ available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
     <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>
index b31b39063fed0221edc7c1d50adad70a31f96f95..a01c0b5999da933224dfa0bd89a6c97dbcc81943 100644 (file)
@@ -272,6 +272,8 @@ int scols_column_set_cmpfunc(struct libscols_column *cl,
  * 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)
 {
index a2b8fbe251e954bdad6fe39de3a291c065e6d689..d5b5e3e3a809caa6a10939aea3320f8f327ddc8a 100644 (file)
@@ -104,6 +104,8 @@ void scols_unref_table(struct libscols_table *tb)
  * 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)
 {
@@ -834,6 +836,8 @@ int scols_table_enable_raw(struct libscols_table *tb, int enable)
  * (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)
 {
@@ -1024,6 +1028,8 @@ int scols_table_is_raw(struct libscols_table *tb)
  * @tb: table
  *
  * Returns: 1 if JSON output format is enabled.
+ *
+ * Since: 2.27
  */
 int scols_table_is_json(struct libscols_table *tb)
 {