Home | History | Annotate | Download | only in gio

Lines Matching full:g_output_stream_write

39  * GOutputStream has functions to write to a stream (g_output_stream_write()),
154 * g_output_stream_write:
184 g_output_stream_write (GOutputStream *stream,
244 * This function is similar to g_output_stream_write(), except it tries to
273 res = g_output_stream_write (stream, (char *)buffer + _bytes_written, count - _bytes_written,
621 * g_output_stream_write().