diff options
author | Pavel Grunt <pgrunt@redhat.com> | 2015-09-22 18:52:57 +0200 |
---|---|---|
committer | Pavel Grunt <pgrunt@redhat.com> | 2015-09-22 19:11:17 +0200 |
commit | 1f28d31d019b6be09a60aecf76a470bae98dc89d (patch) | |
tree | ef0065575c524c02936ffab0103546759d8bac69 | |
parent | 9accf7dffac787388eb23861e554bfbec265dd72 (diff) |
docs: Fix for channel-portdocumentation
-rw-r--r-- | src/channel-port.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/channel-port.c b/src/channel-port.c index f0b6d1e..222074c 100644 --- a/src/channel-port.c +++ b/src/channel-port.c @@ -151,7 +151,7 @@ static void spice_port_channel_class_init(SpicePortChannelClass *klass) G_PARAM_READABLE | G_PARAM_STATIC_STRINGS)); /** - * SpicePort::port-data: + * SpicePortChannel::port-data: * @channel: the channel that emitted the signal * @data: the data received * @size: number of bytes read @@ -173,7 +173,7 @@ static void spice_port_channel_class_init(SpicePortChannelClass *klass) /** - * SpicePort::port-event: + * SpicePortChannel::port-event: * @channel: the channel that emitted the signal * @event: the event received * @size: number of bytes read |