]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: cleanup gtk-docs warnings
authorKarel Zak <kzak@redhat.com>
Tue, 13 Jan 2015 10:56:57 +0000 (11:56 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 13 Jan 2015 10:56:57 +0000 (11:56 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/src/cell.c

index c05ceb81297acb6f8963a2d3ef7f116888491ef0..b08532497abaa915971ab55cf4866ee4d390318c 100644 (file)
@@ -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