* of zero, rows corresponding to items of models of direct children
* of the root model have a depth of 1 and so on.
*
- * The depth of a row never changes until the row is destroyed.
+ * The depth of a row never changes until the row is removed from its model
+ * at which point it will forever return 0.
*
* Returns: The depth of this row
*/
* This does not mean that the row is actually expanded,
* this can be checked with [method@Gtk.TreeListRow.get_expanded].
*
- * If a row is expandable never changes until the row is destroyed.
+ * If a row is expandable never changes until the row is removed
+ * from its model at which point it will forever return %FALSE.
*
* Returns: %TRUE if the row is expandable
*/
* %NULL is returned.
*
* The value returned by this function never changes
- * until the row is destroyed.
+ * until the row is removed from its model at which point
+ * it will forever return %NULL.
*
* Returns: (nullable) (transfer full): The parent of @self
*/