Home
last modified time | relevance | path

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

/dports/audio/goobox/goobox-3.6.0/src/
H A Dgoo-player.h64 GOO_PLAYER_STATE_SEEKING, enumerator
H A Dgoo-player.c673 player->priv->state = GOO_PLAYER_STATE_SEEKING; in goo_player_seek_track()
690 goo_player_set_state (player, GOO_PLAYER_STATE_SEEKING, TRUE); in goo_player_seek_track()
834 || (goo_player_get_state (player) == GOO_PLAYER_STATE_SEEKING)))) in goo_player_play()
H A Dgoo-player-info.c432 else if (state == GOO_PLAYER_STATE_SEEKING) { in goo_player_info_update_state()