summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/table.c
diff options
context:
space:
mode:
authorKarel Zak2016-09-27 11:35:43 +0200
committerKarel Zak2016-09-27 11:35:43 +0200
commit3f47320a17735fbb33f7d84767045863c8d4987a (patch)
treeddb6e0fe66e47d85cd25dd023604e33671d01f52 /libsmartcols/src/table.c
parentlibsmartcols: fixes in doc generation (diff)
downloadkernel-qcow2-util-linux-3f47320a17735fbb33f7d84767045863c8d4987a.tar.gz
kernel-qcow2-util-linux-3f47320a17735fbb33f7d84767045863c8d4987a.tar.xz
kernel-qcow2-util-linux-3f47320a17735fbb33f7d84767045863c8d4987a.zip
libsmartcols: (docs) add missing version notes
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/table.c')
-rw-r--r--libsmartcols/src/table.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c
index 93f0b669c..24aca9beb 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -689,6 +689,8 @@ err:
* Use scols_table_set_symbols() to unset symbols or use your own setting.
*
* Returns: 0, a negative value in case of an error.
+ *
+ * Since: 2.29
*/
int scols_table_set_default_symbols(struct libscols_table *tb)
{
@@ -766,6 +768,8 @@ int scols_table_set_symbols(struct libscols_table *tb,
* @tb: table
*
* Returns: pointer to symbols table.
+ *
+ * Since: 2.29
*/
struct libscols_symbols *scols_table_get_symbols(const struct libscols_table *tb)
{
@@ -1189,6 +1193,8 @@ int scols_sort_table(struct libscols_table *tb, struct libscols_column *cl)
* detection (default).
*
* Returns: 0, a negative value in case of an error.
+ *
+ * Since: 2.29
*/
int scols_table_set_termforce(struct libscols_table *tb, int force)
{
@@ -1203,6 +1209,8 @@ int scols_table_set_termforce(struct libscols_table *tb, int force)
* @tb: table
*
* Returns: SCOLS_TERMFORCE_{NEVER,ALWAYS,AUTO} or a negative value in case of an error.
+ *
+ * Since: 2.29
*/
int scols_table_get_termforce(const struct libscols_table *tb)
{
@@ -1218,6 +1226,8 @@ int scols_table_get_termforce(const struct libscols_table *tb)
* detections is unsuccessful. This function override this behaviour.
*
* Returns: 0, a negative value in case of an error.
+ *
+ * Since: 2.29
*/
int scols_table_set_termwidth(struct libscols_table *tb, size_t width)
{