]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - libsmartcols/src/cell.c
libsmartcols: add new functions to API docs
[thirdparty/util-linux.git] / libsmartcols / src / cell.c
index f2bac54350e9119ccb29d327cbc0ca97ecbe490b..f6ceff21d77f2936aeb5a5527b87f2b02791f2c5 100644 (file)
@@ -108,6 +108,8 @@ int scols_cell_refer_data(struct libscols_cell *ce, char *data)
  * with string!
  *
  * Returns: 0, a negative value in case of an error.
+ *
+ * Since: 2.40
  */
 int scols_cell_refer_memory(struct libscols_cell *ce, char *data, size_t datasiz)
 {
@@ -124,6 +126,8 @@ int scols_cell_refer_memory(struct libscols_cell *ce, char *data, size_t datasiz
  * @ce: a pointer to a struct libscols_cell instance
  *
  * Returns: the current set data size.
+ *
+ * Since: 2.40
  */
 size_t scols_cell_get_datasiz(struct libscols_cell *ce)
 {