int gui_playq_searchnext ( const struct vfsmatch vm  ) 

Search for the next item matching gui_input_cursearch in the playlist.

Definition at line 489 of file gui_playq.c.

00490 {
00491         int ret;
00492 
00493         playq_lock();
00494         ret = gui_vfslist_searchnext(win_playq, vm);
00495         playq_unlock();
00496         
00497         return (ret);
00498 }

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:31 2010 for herrie by  doxygen 1.6.3