Function
Dexoutput_stream_splice
Declaration [src]
DexFuture*
dex_output_stream_splice (
  GOutputStream* output,
  GInputStream* input,
  GOutputStreamSpliceFlags flags,
  int io_priority
)
Parameters
- output
- 
            Type: GOutputStreamNo description available. The data is owned by the caller of the function. 
- input
- 
            Type: GInputStreamNo description available. The data is owned by the caller of the function. 
- flags
- 
            Type: GOutputStreamSpliceFlagsNo description available. 
- io_priority
- 
            Type: intNo description available. 
Return value
Type: DexFuture
A DexFuture.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |