Method
RBListModelfind
Declaration [src]
int
rb_list_model_find (
  RBListModel* model,
  gpointer item
)
      Description [src]
Returns the lowest index at which item appears in the list,
or -1 if the item is not in the list.
int
rb_list_model_find (
  RBListModel* model,
  gpointer item
)
      Returns the lowest index at which item appears in the list,
or -1 if the item is not in the list.