istream_get_gbuffer()
#
Retrieves the internal gbuffer_t *
associated with the given istream_h *
.
Prototype
gbuffer_t *istream_get_gbuffer(
istream_h istream
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
Handle to the |
Return Value
Returns a pointer to the gbuffer_t *
associated with the given istream_h *
.
Notes
The returned gbuffer_t *
is not owned by the caller and should not be freed directly.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples