Home
last modified time | relevance | path

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

/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dactions.cpp84 void scrollTagUpRun(NC::List *list, const SongList *songs, MPD::Song::GetFunction get);
436 scrollTagUpRun(m_list, m_songs, &MPD::Song::getArtist); in run()
446 scrollTagUpRun(m_list, m_songs, &MPD::Song::getAlbum); in run()
2906 void scrollTagUpRun(NC::List *list, const SongList *songs, MPD::Song::GetFunction get) in scrollTagUpRun() function