Home
last modified time | relevance | path

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

/dports/audio/mpdscribble/mpdscribble-0.22/src/
H A Dscrobbler.c95 guint submit_source_id; member
131 scrobbler->submit_source_id = 0; in scrobbler_new()
164 if (scrobbler->submit_source_id != 0) in scrobbler_free()
165 g_source_remove(scrobbler->submit_source_id); in scrobbler_free()
609 assert(scrobbler->submit_source_id == 0); in scrobbler_send_now_playing()
648 scrobbler->submit_source_id == 0) in scrobbler_schedule_now_playing_callback()
682 assert(scrobbler->submit_source_id == 0); in scrobbler_submit()
759 scrobbler->submit_source_id == 0) in scrobbler_push_callback()
851 scrobbler->submit_source_id = 0; in scrobbler_submit_timer()
860 assert(scrobbler->submit_source_id == 0); in scrobbler_schedule_submit()
[all …]