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

« back to all changes in this revision

Viewing changes to plugins/daap/rb-daap-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:
32
32
 
33
33
#include "rb-shell.h"
34
34
#include "rb-browser-source.h"
35
 
#include "rb-plugin.h"
36
35
 
37
36
#include <gst/gst.h>
38
37
#include <libsoup/soup.h>
61
60
GType                   rb_daap_source_get_type         (void);
62
61
 
63
62
RBSource *              rb_daap_source_new              (RBShell *shell,
64
 
                                                         RBPlugin *plugin,
 
63
                                                         GObject *plugin,
65
64
                                                         const char *service_name,
66
65
                                                         const char *name,
67
66
                                                         const char *host,
73
72
SoupMessageHeaders *    rb_daap_source_get_headers      (RBDAAPSource *source,
74
73
                                                         const gchar *uri);
75
74
 
 
75
void                    _rb_daap_source_register_type   (GTypeModule *module);
 
76
 
76
77
G_END_DECLS
77
78
 
78
79
#endif /* __RB_DAAP_SOURCE_H */