summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/cell.c
diff options
context:
space:
mode:
authorKarel Zak2015-01-13 11:56:57 +0100
committerKarel Zak2015-01-13 11:56:57 +0100
commitfed9b1775dce29a10f1a0f0d081bc8ad75d61765 (patch)
tree5e623490c0ba87da8cf2146b229f261658e595b1 /libsmartcols/src/cell.c
parentlibfdisk: cleanup gtk-docs warnings (diff)
downloadkernel-qcow2-util-linux-fed9b1775dce29a10f1a0f0d081bc8ad75d61765.tar.gz
kernel-qcow2-util-linux-fed9b1775dce29a10f1a0f0d081bc8ad75d61765.tar.xz
kernel-qcow2-util-linux-fed9b1775dce29a10f1a0f0d081bc8ad75d61765.zip
libsmartcols: cleanup gtk-docs warnings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/cell.c')
-rw-r--r--libsmartcols/src/cell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsmartcols/src/cell.c b/libsmartcols/src/cell.c
index c05ceb812..b08532497 100644
--- a/libsmartcols/src/cell.c
+++ b/libsmartcols/src/cell.c
@@ -56,7 +56,7 @@ int scols_reset_cell(struct libscols_cell *ce)
/**
* scols_cell_set_data:
* @ce: a pointer to a struct libscols_cell instance
- * @str: data (used for scols_printtable())
+ * @str: data (used for scols_print_table())
*
* Stores a copy of the @str in @ce.
*
@@ -83,7 +83,7 @@ int scols_cell_set_data(struct libscols_cell *ce, const char *str)
/**
* scols_cell_refer_data:
* @ce: a pointer to a struct libscols_cell instance
- * @str: data (used for scols_printtable())
+ * @str: data (used for scols_print_table())
*
* Adds a reference to @str to @ce. The pointer is deallocated by
* scols_reset_cell() or scols_unref_line(). This function is mostly designed