summaryrefslogtreecommitdiff
path: root/gtk/spice-channel.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2010-12-03 03:29:03 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2010-12-05 19:46:16 +0100
commite36225ca448326724e2aef048a11f9cb5219b92b (patch)
treecb38d9f004f41539c2bb6c242552922fab8c4ad6 /gtk/spice-channel.h
parent3a901988da87efcb884e573abde534fcf6b7a6b7 (diff)
gtk: WIP spice-channel documentation
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 2266f69..9f2f74c 100644
--- a/gtk/spice-channel.h
+++ b/gtk/spice-channel.h
@@ -82,7 +82,7 @@ gboolean spice_channel_connect(SpiceChannel *channel);
gboolean spice_channel_open_fd(SpiceChannel *channel, int fd);
void spice_channel_disconnect(SpiceChannel *channel, SpiceChannelEvent event);
gboolean spice_channel_test_capability(SpiceChannel *channel, guint32 cap);
-void spice_channel_set_capability(SpiceChannel *self, guint32 cap);
+void spice_channel_set_capability(SpiceChannel *channel, guint32 cap);
G_END_DECLS