Home
last modified time | relevance | path

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

/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/lirc/
H A Drb-lirc-plugin.c155 rb_shell_player_seek (plugin->shell_player, FFWD_OFFSET, NULL); in rb_lirc_plugin_read_code()
157 rb_shell_player_seek (plugin->shell_player, -RWD_OFFSET, NULL); in rb_lirc_plugin_read_code()
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/mmkeys/
H A Drb-mmkeys-plugin.c139 rb_shell_player_seek (plugin->shell_player, FFWD_OFFSET, NULL); in media_player_key_pressed()
141 rb_shell_player_seek (plugin->shell_player, -RWD_OFFSET, NULL); in media_player_key_pressed()
/dports/audio/rhythmbox/rhythmbox-3.4.4/shell/
H A Drb-shell-player.h121 gboolean rb_shell_player_seek (RBShellPlayer *player,
H A Drb-shell-player.c2292 rb_shell_player_seek (RBShellPlayer *player, in rb_shell_player_seek() function
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/mpris/
H A Drb-mpris-plugin.c657 rb_shell_player_seek (plugin->player, offset / G_USEC_PER_SEC, NULL); in handle_player_method_call()