Signed-off-by: Karel Zak <kzak@redhat.com>
* scols_unref_column:
* @cl: a pointer to a struct libscols_column instance
*
- * Decreases the refcount of @cl.
+ * Decreases the refcount of @cl. When the count falls to zero, the instance
+ * is automatically deallocated.
*/
void scols_unref_column(struct libscols_column *cl)
{
* scols_unref_line:
* @ln: a pointer to a struct libscols_line instance
*
- * Decreases the refcount of @ln.
+ * Decreases the refcount of @ln. When the count falls to zero, the instance
+ * is automatically deallocated.
*/
void scols_unref_line(struct libscols_line *ln)
{
* scols_unref_table:
* @tb: a pointer to a struct libscols_table instance
*
- * Decreases the refcount of @tb.
+ * Decreases the refcount of @tb. When the count falls to zero, the instance
+ * is automatically deallocated.
*/
void scols_unref_table(struct libscols_table *tb)
{