Method
GioBufferedInputStreampeek_buffer
Declaration [src]
void*
g_buffered_input_stream_peek_buffer (
  GBufferedInputStream* stream,
  gsize* count
)
Description [src]
Returns the buffer with the currently available bytes. The returned buffer must not be modified and will become invalid when reading from the stream or filling the buffer.