Sets our main struct and passes it to the parent class
Creates a new data output stream for base_stream.
Gets the byte order for the stream.
the main Gtk struct as a void*
Puts a byte into the output stream.
Puts a signed 16-bit integer into the output stream.
Puts a signed 32-bit integer into the output stream.
Puts a signed 64-bit integer into the stream.
Puts a string into the output stream.
Puts an unsigned 16-bit integer into the output stream.
Puts an unsigned 32-bit integer into the stream.
Puts an unsigned 64-bit integer into the stream.
Sets the byte order of the data output stream to order.
the main Gtk struct
the main Gtk struct
the main Gtk struct as a void*
Gets the base stream for the filter stream.
Returns whether the base stream will be closed when stream is closed.
Sets whether the base stream will be closed when stream is closed.
Description Data output stream implements GOutputStream and includes functions for writing data directly to an output stream.