Method
GioOutputStreamset_pending
Declaration [src]
gboolean
g_output_stream_set_pending (
GOutputStream* stream
GError** error
)
Description [src]
Sets stream
to have actions pending. If the pending flag is
already set or stream
is closed, it will return FALSE
and set
error
.