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

« back to all changes in this revision

Viewing changes to plugins/daap/rb-daap-container-record.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:
70
70
RBDAAPContainerRecord *rb_daap_container_record_new (char *name,
71
71
                                                     RBPlaylistSource *model);
72
72
 
 
73
void          _rb_daap_container_record_register_type   (GTypeModule *module);
 
74
 
73
75
#endif /* __RB_DAAP_CONTAINER_RECORD */
74
76
 
75
77
G_END_DECLS