Home
last modified time | relevance | path

Searched refs:scrollTagDownRun (Results 1 – 1 of 1) sorted by relevance

/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dactions.cpp85 void scrollTagDownRun(NC::List *list, const SongList *songs, MPD::Song::GetFunction get);
456 scrollTagDownRun(m_list, m_songs, &MPD::Song::getArtist); in run()
466 scrollTagDownRun(m_list, m_songs, &MPD::Song::getAlbum); in run()
2923 void scrollTagDownRun(NC::List *list, const SongList *songs, MPD::Song::GetFunction get) in scrollTagDownRun() function