![]() |
![]() |
![]() |
GIO Reference Manual | ![]() |
---|---|---|---|---|
#include <gio/gio.h> GFilterInputStream; GInputStream* g_filter_input_stream_get_base_stream (GFilterInputStream *stream);
typedef struct _GFilterInputStream GFilterInputStream;
A base class for all input streams that work on an underlying stream.
GInputStream* g_filter_input_stream_get_base_stream (GFilterInputStream *stream);
Gets the base stream for the filter stream.
|
a GFilterInputStream. |
Returns : |
a GInputStream. |
"base-stream"
property"base-stream" GInputStream* : Read / Write / Construct Only
The underlying base stream the io ops will be done on.