Home
last modified time | relevance | path

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

/dports/audio/ncmpc/ncmpc-0.41/src/
H A DFileBrowserPage.cxx268 c.events |= MPD_IDLE_STORED_PLAYLIST; in HandleDelete()
306 if (events & (MPD_IDLE_DATABASE | MPD_IDLE_STORED_PLAYLIST)) { in Update()
311 if (events & (MPD_IDLE_DATABASE | MPD_IDLE_STORED_PLAYLIST in Update()
H A Dsave_playlist.cxx126 c->events |= MPD_IDLE_STORED_PLAYLIST; in playlist_save()
H A Dmpdclient.hxx347 | MPD_IDLE_STORED_PLAYLIST
/dports/audio/libmpdclient/libmpdclient-2.20/include/mpd/
H A Didle.h64 MPD_IDLE_STORED_PLAYLIST = 0x2, enumerator
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dstatus.cpp274 if (event & MPD_IDLE_STORED_PLAYLIST) in update()
/dports/audio/ario/ario-1.6/src/servers/
H A Dario-mpd2.c342 if (flags & MPD_IDLE_STORED_PLAYLIST) in ario_mpd_idle_read()