Constructor
ArrowStreamDecodernew
since: 18.0.0
Declaration [src]
GArrowStreamDecoder*
garrow_stream_decoder_new (
  GArrowStreamListener* listener,
  GArrowReadOptions* options
)
Parameters
- listener
- 
            Type: GArrowStreamListenerThe GArrowStreamListenerthat receives decoded events.The data is owned by the caller of the function. 
- options
- 
            Type: GArrowReadOptionsThe GArrowReadOptions.The argument can be NULL.The data is owned by the caller of the function. 
Return value
Type: GArrowStreamDecoder
A newly created GArrowStreamDecoder.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |