diff options
author | Pavel Grunt <pgrunt@redhat.com> | 2015-09-17 16:06:40 +0200 |
---|---|---|
committer | Pavel Grunt <pgrunt@redhat.com> | 2015-09-22 16:50:17 +0200 |
commit | 58b45bad7aa66a026fa3bd9ac892ba146b767711 (patch) | |
tree | 4a15522c6bc6e13fbebb4d4e3e1eb1bbe0b8ea1c | |
parent | 159769b1512251649423f603b43001e565a319ab (diff) |
channel-record: missing parameter desription
-rw-r--r-- | src/channel-record.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel-record.c b/src/channel-record.c index d07d84e..62de345 100644 --- a/src/channel-record.c +++ b/src/channel-record.c @@ -309,7 +309,7 @@ static void spice_record_start_mark(SpiceRecordChannel *channel, uint32_t time) /** * spice_record_send_data: - * @channel: + * @channel: a #SpiceRecordChannel * @data: PCM data * @bytes: size of @data * @time: stream timestamp |