~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to shell/rb-shell-player.h

Tags: upstream-0.9.2cvs20060102
ImportĀ upstreamĀ versionĀ 0.9.2cvs20060102

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <gtk/gtkactiongroup.h>
26
26
 
27
27
#include "rb-source.h"
28
 
#include "rb-player.h"
29
28
#include "rhythmdb.h"
30
29
 
31
30
#ifndef __RB_SHELL_PLAYER_H
71
70
        void (*playing_source_changed) (RBShellPlayer *player, RBSource *source);
72
71
        void (*playing_uri_changed) (RBShellPlayer *player, const char *uri);
73
72
        void (*playing_song_changed) (RBShellPlayer *player, RhythmDBEntry *entry);
 
73
        void (*playing_from_queue) (RBShellPlayer *player, gboolean from_queue);
74
74
} RBShellPlayerClass;
75
75
 
76
76
GType                   rb_shell_player_get_type   (void);
105
105
void                    rb_shell_player_seek            (RBShellPlayer *player, long offset);
106
106
long                    rb_shell_player_get_playing_song_duration (RBShellPlayer *player);
107
107
 
108
 
RBPlayer *              rb_shell_player_get_mm_player   (RBShellPlayer *shell_player);
109
 
 
110
108
gboolean                rb_shell_player_get_playing     (RBShellPlayer *shell_player,
111
109
                                                         gboolean *playing,
112
110
                                                         GError **error);