summaryrefslogtreecommitdiffstats
path: root/gtk/channel-main.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-23 19:53:16 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-24 02:53:59 +0100
commit2569260dc21a66ce0bf12e4afe25cbb00fd81785 (patch)
tree932ca9f06e7fc2b1c4f1aa3595a1550b54eade50 /gtk/channel-main.h
parent7bb0a0e9c7c3b2780e93767927d622eed9a3b823 (diff)
downloadspice-gtk-2569260dc21a66ce0bf12e4afe25cbb00fd81785.tar.gz
spice-gtk-2569260dc21a66ce0bf12e4afe25cbb00fd81785.tar.xz
spice-gtk-2569260dc21a66ce0bf12e4afe25cbb00fd81785.zip
gtk: fix MainChannel python bindings
Diffstat (limited to 'gtk/channel-main.h')
-rw-r--r--gtk/channel-main.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/channel-main.h b/gtk/channel-main.h
index 0eb00b2..03a9ebb 100644
--- a/gtk/channel-main.h
+++ b/gtk/channel-main.h
@@ -51,11 +51,11 @@ struct _SpiceMainChannelClass {
GType spice_main_channel_get_type(void);
-void spice_main_set_display(SpiceChannel *channel, int id,
+void spice_main_set_display(SpiceMainChannel *channel, int id,
int x, int y, int width, int height);
-void spice_main_clipboard_grab(SpiceChannel *channel, int *types, int ntypes);
-void spice_main_clipboard_release(SpiceChannel *channel);
+void spice_main_clipboard_grab(SpiceMainChannel *channel, int *types, int ntypes);
+void spice_main_clipboard_release(SpiceMainChannel *channel);
G_END_DECLS