Method

GioMemoryInputStreamadd_bytes

since: 2.34

Declaration

void
g_memory_input_stream_add_bytes (
  GMemoryInputStream* stream,
  GBytes* bytes
)

Description

Appends bytes to data that can be read from the input stream.

Available since: 2.34

Parameters

bytes

Type: GBytes

Input data.

The data is owned by the caller of the function.