~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to shell/rb-source-header.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 */
21
21
 
22
22
#include <gtk/gtkhbox.h>
23
 
#include <bonobo/bonobo-ui-component.h>
 
23
#include <gtk/gtkactiongroup.h>
24
24
 
25
25
#include "rb-source.h"
26
26
 
52
52
 
53
53
GType                   rb_source_header_get_type       (void);
54
54
 
55
 
RBSourceHeader *        rb_source_header_new            (BonoboUIComponent *component);
 
55
RBSourceHeader *        rb_source_header_new            (GtkActionGroup *actiongroup);
56
56
 
57
57
void                    rb_source_header_set_source     (RBSourceHeader *header,
58
58
                                                         RBSource *player);