~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to plugins/audioscrobbler/rb-audioscrobbler-profile-page.h

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: james.westby@ubuntu.com-20110729164138-wwicy8nqalm18ck7
Tags: upstream-2.90.1~20110802
ImportĀ upstreamĀ versionĀ 2.90.1~20110802

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <sources/rb-display-page.h>
33
33
#include <sources/rb-source.h>
34
34
#include <shell/rb-shell.h>
35
 
#include <shell/rb-plugin.h>
36
35
 
37
36
#include "rb-audioscrobbler-service.h"
38
37
 
60
59
} RBAudioscrobblerProfilePageClass;
61
60
 
62
61
GType           rb_audioscrobbler_profile_page_get_type (void);
 
62
void            _rb_audioscrobbler_profile_page_register_type (GTypeModule *module);
63
63
RBDisplayPage  *rb_audioscrobbler_profile_page_new (RBShell *shell,
64
 
                                                    RBPlugin *plugin,
 
64
                                                    GObject *plugin,
65
65
                                                    RBAudioscrobblerService *service);
66
66
void            rb_audioscrobbler_profile_page_remove_radio_station (RBAudioscrobblerProfilePage *page,
67
67
                                                                     RBSource *station);