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

« back to all changes in this revision

Viewing changes to plugins/generic-player/rb-psp-source.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:
31
31
#include "mediaplayerid.h"
32
32
 
33
33
#include "rb-shell.h"
34
 
#include "rb-plugin.h"
35
34
#include "rb-generic-player-source.h"
36
35
#include "rhythmdb.h"
37
36
 
54
53
        RBGenericPlayerSourceClass parent;
55
54
} RBPspSourceClass;
56
55
 
57
 
RBRemovableMediaSource *rb_psp_source_new               (RBPlugin *plugin,
 
56
RBRemovableMediaSource *rb_psp_source_new               (GObject *plugin,
58
57
                                                         RBShell *shell,
59
58
                                                         GMount *mount,
60
59
                                                         MPIDDevice *device_info);
61
60
GType                   rb_psp_source_get_type          (void);
62
 
GType                   rb_psp_source_register_type     (GTypeModule *module);
63
61
 
64
62
gboolean                rb_psp_is_mount_player          (GMount *mount, MPIDDevice *device_info);
65
63
 
 
64
void                    _rb_psp_source_register_type    (GTypeModule *module);
 
65
 
66
66
G_END_DECLS
67
67
 
68
68
#endif /* __RB_PSP_SOURCE_H */