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

« back to all changes in this revision

Viewing changes to plugins/fmradio/rb-fm-radio-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_FM_RADIO_SOURCE_H
30
30
 
31
31
#include "rb-shell.h"
32
 
#include "rb-plugin.h"
33
32
#include "rb-source.h"
34
33
#include "rb-radio-tuner.h"
35
34
 
57
56
};
58
57
 
59
58
GType     rb_fm_radio_source_get_type          (void);
60
 
GType     rb_fm_radio_source_register_type     (GTypeModule *plugin);
61
59
 
62
60
RBSource *rb_fm_radio_source_new               (RBShell *shell,
63
61
                                                RBRadioTuner *tuner);
66
64
                                                const char *frequency,
67
65
                                                const char *title);
68
66
 
 
67
void      _rb_fm_radio_source_register_type    (GTypeModule *module);
69
68
G_END_DECLS
70
69
 
71
70
#endif /* RB_FM_RADIO_SOURCE_H */