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

« back to all changes in this revision

Viewing changes to plugins/generic-player/rb-generic-player-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:
29
29
#define __RB_GENERIC_PLAYER_SOURCE_H
30
30
 
31
31
#include "rb-shell.h"
32
 
#include "rb-plugin.h"
33
32
#include "rb-media-player-source.h"
34
33
#include "rhythmdb.h"
35
34
 
66
65
        char *          (*impl_build_filename) (RBGenericPlayerSource *source, RhythmDBEntry *entry);
67
66
} RBGenericPlayerSourceClass;
68
67
 
69
 
RBRemovableMediaSource *rb_generic_player_source_new                    (RBPlugin *plugin,
 
68
RBRemovableMediaSource *rb_generic_player_source_new                    (GObject *plugin,
70
69
                                                                         RBShell *shell,
71
70
                                                                         GMount *mount,
72
71
                                                                         MPIDDevice *device_info);
73
72
GType                   rb_generic_player_source_get_type               (void);
74
 
GType                   rb_generic_player_source_register_type          (GTypeModule *module);
75
73
 
76
74
char *                  rb_generic_player_source_get_mount_path         (RBGenericPlayerSource *source);
77
75
char *                  rb_generic_player_source_uri_from_playlist_uri  (RBGenericPlayerSource *source,
94
92
                                                                         RBShell *shell,
95
93
                                                                         RBSource *playlist);
96
94
 
 
95
void                    _rb_generic_player_source_register_type         (GTypeModule *module);
 
96
 
97
97
G_END_DECLS
98
98
 
99
99
#endif /* __RB_GENERIC_PLAYER_SOURCE_H */