~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to widgets/rb-song-info.h

Tags: upstream-0.9.2cvs20060102
ImportĀ upstreamĀ versionĀ 0.9.2cvs20060102

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <gtk/gtkdialog.h>
23
23
#include "rb-entry-view.h"
24
24
#include "rhythmdb.h"
 
25
#include "rb-source.h"
25
26
 
26
27
#ifndef __RB_SONG_INFO_H
27
28
#define __RB_SONG_INFO_H
54
55
 
55
56
GType      rb_song_info_get_type (void);
56
57
 
57
 
GtkWidget *rb_song_info_new      (RBEntryView *view);
 
58
GtkWidget *rb_song_info_new      (RBSource *source, RBEntryView *entry_view);
58
59
 
59
60
G_END_DECLS
60
61