Method
GtkTreePathis_ancestor
deprecated: 4.10
Declaration [src]
gboolean
gtk_tree_path_is_ancestor (
  GtkTreePath* path,
  GtkTreePath* descendant
)
Description [src]
Returns TRUE if descendant is a descendant of path.
Deprecated since: 4.10
Please do not use it in newly written code.
Parameters
- descendant
- 
            Type: GtkTreePathAnother GtkTreePathThe data is owned by the caller of the method.