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

« back to all changes in this revision

Viewing changes to shell/rb-audioscrobbler.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
G_BEGIN_DECLS
27
27
 
28
28
#include <glib.h>
29
 
 
30
 
#include "eel-gconf-extensions.h"
31
 
#include "rhythmdb.h"
32
 
#include "rb-shell.h"
33
29
#include "rb-shell-player.h"
34
 
#include "rb-source.h"
35
30
 
36
31
#define RB_TYPE_AUDIOSCROBBLER                  (rb_audioscrobbler_get_type ())
37
32
#define RB_AUDIOSCROBBLER(o)                    (G_TYPE_CHECK_INSTANCE_CAST ((o), RB_TYPE_AUDIOSCROBBLER, RBAudioscrobbler))