Commit d3fd6887 authored by demotomohiro's avatar demotomohiro Committed by Olivier Crête

Add (in) annotation to buf_len argument

parent 0aacee72
...@@ -999,7 +999,7 @@ nice_agent_attach_recv ( ...@@ -999,7 +999,7 @@ nice_agent_attach_recv (
* @component_id: the ID of the component to receive on * @component_id: the ID of the component to receive on
* @buf: (array length=buf_len) (out caller-allocates): caller-allocated buffer * @buf: (array length=buf_len) (out caller-allocates): caller-allocated buffer
* to write the received data into, of length at least @buf_len * to write the received data into, of length at least @buf_len
* @buf_len: length of @buf * @buf_len: (in): length of @buf
* @cancellable: (allow-none): a #GCancellable to allow the operation to be * @cancellable: (allow-none): a #GCancellable to allow the operation to be
* cancelled from another thread, or %NULL * cancelled from another thread, or %NULL
* @error: (allow-none): return location for a #GError, or %NULL * @error: (allow-none): return location for a #GError, or %NULL
...@@ -1092,7 +1092,7 @@ nice_agent_recv_messages ( ...@@ -1092,7 +1092,7 @@ nice_agent_recv_messages (
* @component_id: the ID of the component to receive on * @component_id: the ID of the component to receive on
* @buf: (array length=buf_len) (out caller-allocates): caller-allocated buffer * @buf: (array length=buf_len) (out caller-allocates): caller-allocated buffer
* to write the received data into, of length at least @buf_len * to write the received data into, of length at least @buf_len
* @buf_len: length of @buf * @buf_len: (in): length of @buf
* @cancellable: (allow-none): a #GCancellable to allow the operation to be * @cancellable: (allow-none): a #GCancellable to allow the operation to be
* cancelled from another thread, or %NULL * cancelled from another thread, or %NULL
* @error: (allow-none): return location for a #GError, or %NULL * @error: (allow-none): return location for a #GError, or %NULL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment