summaryrefslogtreecommitdiff
path: root/gtk/spice-channel.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-09-29 15:36:30 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2010-11-23 17:10:25 +0100
commitdeea5a42d411bdec2b0cdb4b04c689e14cfbce52 (patch)
tree430bcabe891c305100e752e722a524dcfcee9dba /gtk/spice-channel.h
parent75c1a7dc1a7b1ec16515912f6e0618b7e820249f (diff)
spice-channel: Handle incoming sub messages.
Diffstat (limited to 'gtk/spice-channel.h')
-rw-r--r--gtk/spice-channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/spice-channel.h b/gtk/spice-channel.h
index 1fb3f35..e12d792 100644
--- a/gtk/spice-channel.h
+++ b/gtk/spice-channel.h
@@ -88,6 +88,8 @@ void spice_main_set_display(SpiceChannel *channel, int id,
int x, int y, int width, int height);
spice_msg_in *spice_msg_in_new(SpiceChannel *channel);
+spice_msg_in *spice_msg_in_sub_new(SpiceChannel *channel, spice_msg_in *parent,
+ SpiceSubMessage *sub);
void spice_msg_in_get(spice_msg_in *in);
void spice_msg_in_put(spice_msg_in *in);
int spice_msg_in_type(spice_msg_in *in);