Method

GtkTreeRowReferenceget_path

Declaration [src]

GtkTreePath*
gtk_tree_row_reference_get_path (
  GtkTreeRowReference* reference
)

Description [src]

Returns a path that the row reference currently points to, or NULL if the path pointed to is no longer valid.

Return value

Type: GtkTreePath

A current path, or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.