summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/table.c
diff options
context:
space:
mode:
authorKarel Zak2016-01-25 12:57:10 +0100
committerKarel Zak2016-01-25 12:57:14 +0100
commit982034c3d1ab4dd5bb376fb95e494885cea67bf5 (patch)
treef57f6c92c24eb1d83c14505a357c64efb09412d0 /libsmartcols/src/table.c
parentadd util-linux.doap (diff)
downloadkernel-qcow2-util-linux-982034c3d1ab4dd5bb376fb95e494885cea67bf5.tar.gz
kernel-qcow2-util-linux-982034c3d1ab4dd5bb376fb95e494885cea67bf5.tar.xz
kernel-qcow2-util-linux-982034c3d1ab4dd5bb376fb95e494885cea67bf5.zip
libsmartcols: document v2.27 symbols
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/table.c')
-rw-r--r--libsmartcols/src/table.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c
index a2b8fbe25..d5b5e3e3a 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -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)
{