Function
Dexoutput_stream_write
Declaration [src]
DexFuture*
dex_output_stream_write (
  GOutputStream* self,
  gconstpointer buffer,
  gsize count,
  int io_priority
)
Parameters
- self
- 
            Type: GOutputStreamNo description available. The data is owned by the caller of the function. 
- buffer
- 
            Type: An array of guint8No description available. The length of the array is specified in the countargument.
- count
- 
            Type: gsizeNo 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. |