summaryrefslogtreecommitdiffstats
path: root/gtk/channel-base.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2010-12-06 18:27:43 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2010-12-06 19:34:03 +0100
commit027fb69593e471510701ae4f556f84b4c5d7ccc0 (patch)
tree77a25ef7f6ca3137fe85891d52d120cde8b4a11a /gtk/channel-base.c
parent2cd0637c786e4753d2de2c1b28830167f649b222 (diff)
downloadspice-gtk-027fb69593e471510701ae4f556f84b4c5d7ccc0.tar.gz
spice-gtk-027fb69593e471510701ae4f556f84b4c5d7ccc0.tar.xz
spice-gtk-027fb69593e471510701ae4f556f84b4c5d7ccc0.zip
gtk: hide unwanted public symbols
Diffstat (limited to 'gtk/channel-base.c')
-rw-r--r--gtk/channel-base.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/channel-base.c b/gtk/channel-base.c
index ee95e05..830d902 100644
--- a/gtk/channel-base.c
+++ b/gtk/channel-base.c
@@ -21,6 +21,7 @@
#include "spice-channel-priv.h"
/* coroutine context */
+G_GNUC_INTERNAL
void spice_channel_handle_set_ack(SpiceChannel *channel, spice_msg_in *in)
{
spice_channel *c = channel->priv;
@@ -37,6 +38,7 @@ void spice_channel_handle_set_ack(SpiceChannel *channel, spice_msg_in *in)
}
/* coroutine context */
+G_GNUC_INTERNAL
void spice_channel_handle_ping(SpiceChannel *channel, spice_msg_in *in)
{
spice_channel *c = channel->priv;
@@ -49,6 +51,7 @@ void spice_channel_handle_ping(SpiceChannel *channel, spice_msg_in *in)
}
/* coroutine context */
+G_GNUC_INTERNAL
void spice_channel_handle_notify(SpiceChannel *channel, spice_msg_in *in)
{
spice_channel *c = channel->priv;
@@ -79,6 +82,7 @@ void spice_channel_handle_notify(SpiceChannel *channel, spice_msg_in *in)
}
/* coroutine context */
+G_GNUC_INTERNAL
void spice_channel_handle_disconnect(SpiceChannel *channel, spice_msg_in *in)
{
SpiceMsgDisconnect *disconnect = spice_msg_in_parsed(in);
@@ -88,6 +92,7 @@ void spice_channel_handle_disconnect(SpiceChannel *channel, spice_msg_in *in)
}
/* coroutine context */
+G_GNUC_INTERNAL
void spice_channel_handle_wait_for_channels(SpiceChannel *channel, spice_msg_in *in)
{
/* spice_channel *c = channel->priv;
@@ -97,6 +102,7 @@ void spice_channel_handle_wait_for_channels(SpiceChannel *channel, spice_msg_in
}
/* coroutine context */
+G_GNUC_INTERNAL
void spice_channel_handle_migrate(SpiceChannel *channel, spice_msg_in *in)
{
/* spice_channel *c = channel->priv;