Skip to content

Commit

Permalink
ARROW-5481: [GLib] Add "error" parameter document
Browse files Browse the repository at this point in the history
Author: Yosuke Shiro <[email protected]>

Closes apache#4462 from shiro615/glib-add-error-parameter-document and squashes the following commits:

f8c5bf5 <Yosuke Shiro>  Add error parameter document
  • Loading branch information
shiro615 authored and wesm committed Jun 4, 2019
1 parent 9e4d319 commit 34a3a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c_glib/arrow-glib/input-stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ garrow_seekable_input_stream_read_at(GArrowSeekableInputStream *input_stream,
* garrow_seekable_input_stream_peek:
* @input_stream: A #GArrowSeekableInputStream.
* @n_bytes: The number of bytes to be peeked.
* @error: (nullable): Return location for a #GError or %NULL.
*
* Returns: (transfer full): The data of the buffer, up to the
* indicated number. The data becomes invalid after any operation on
Expand Down

0 comments on commit 34a3a3b

Please sign in to comment.