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

« back to all changes in this revision

Viewing changes to shell/rb-shell-clipboard.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *
20
20
 */
21
21
 
22
 
#include <bonobo/bonobo-ui-component.h>
23
22
#include "rb-source.h"
24
23
 
 
24
#include <gtk/gtkactiongroup.h>
 
25
 
25
26
#ifndef __RB_SHELL_CLIPBOARD_H
26
27
#define __RB_SHELL_CLIPBOARD_H
27
28
 
50
51
 
51
52
GType             rb_shell_clipboard_get_type           (void);
52
53
 
53
 
RBShellClipboard *rb_shell_clipboard_new                (BonoboUIComponent *component, RhythmDB *db);
 
54
RBShellClipboard *rb_shell_clipboard_new                (GtkActionGroup *actiongroup,
 
55
                                                         RhythmDB *db);
54
56
 
55
57
void              rb_shell_clipboard_set_source         (RBShellClipboard *shell_clipboard,
56
58
                                                         RBSource *source);