summaryrefslogtreecommitdiff
path: root/gtk/spice-channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/spice-channel.h')
-rw-r--r--gtk/spice-channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/spice-channel.h b/gtk/spice-channel.h
index d8cbc46..788975d 100644
--- a/gtk/spice-channel.h
+++ b/gtk/spice-channel.h
@@ -40,6 +40,7 @@ struct _SpiceChannelClass
/* virtual methods */
void (*handle_msg)(SpiceChannel *channel, spice_msg_in *msg);
+ void (*channel_up)(SpiceChannel *channel);
/* common signals */
void (*spice_channel_event)(SpiceChannel *channel, enum SpiceChannelEvent event);
@@ -73,7 +74,6 @@ SpiceChannel *spice_channel_new(SpiceSession *s, int type, int id);
void spice_channel_destroy(SpiceChannel *channel);
gboolean spice_channel_connect(SpiceChannel *channel);
void spice_channel_disconnect(SpiceChannel *channel, enum SpiceChannelEvent event);
-int spice_channel_type(SpiceChannel *channel);
int spice_channel_id(SpiceChannel *channel);
enum SpiceMouseMode spice_main_get_mouse_mode(SpiceChannel *channel);