Method

GtkTreeRowReferencevalid

Declaration [src]

gboolean
gtk_tree_row_reference_valid (
  GtkTreeRowReference* reference
)

Description [src]

Returns TRUE if the reference is non-NULL and refers to a current valid path.

Parameters

reference

Type: GtkTreeRowReference

A GtkTreeRowReference, or NULL.

The argument can be NULL.

Return value

Type: gboolean

TRUE if reference points to a valid path.