summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/table.c
diff options
context:
space:
mode:
authorIgor Gnatenko2016-01-24 23:52:41 +0100
committerIgor Gnatenko2016-01-25 00:12:14 +0100
commitdb307d8e968bd325a014b30eb33227ae9c14f7f1 (patch)
tree9eb4c4b8f1610680c08dde9c85359232ec2ba61a /libsmartcols/src/table.c
parentlibsmartcols: add few methods to get information about title (diff)
downloadkernel-qcow2-util-linux-db307d8e968bd325a014b30eb33227ae9c14f7f1.tar.gz
kernel-qcow2-util-linux-db307d8e968bd325a014b30eb33227ae9c14f7f1.tar.xz
kernel-qcow2-util-linux-db307d8e968bd325a014b30eb33227ae9c14f7f1.zip
libsmartcols: add 'Since' tag for gtkdoc for some functions
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'libsmartcols/src/table.c')
-rw-r--r--libsmartcols/src/table.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c
index 933379f65..a2b8fbe25 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -132,6 +132,8 @@ int scols_table_set_name(struct libscols_table *tb, const char *name)
* The table title is used to print header of table.
*
* Returns: 0, a negative number in case of an error.
+ *
+ * Since: 2.28
*/
int scols_table_set_title(struct libscols_table *tb, const char *title, unsigned int position, const char *color)
{
@@ -939,6 +941,8 @@ int scols_table_enable_maxout(struct libscols_table *tb, int enable)
* Never continue on next line, remove last column(s) when too large, truncate last column.
*
* Returns: 0 on success, negative number in case of an error.
+ *
+ * Since: 2.28
*/
int scols_table_enable_nowrap(struct libscols_table *tb, int enable)
{