Description Usage Arguments Details Author(s)
Sets the newline type for the stream
.
1 | gDataInputStreamSetNewlineType(object, type)
|
|
a |
|
the type of new line return as |
Note that using G_DATA_STREAM_NEWLINE_TYPE_ANY is slightly unsafe. If a read chunk ends in "CR" we must read an additional byte to know if this is "CR" or "CR LF", and this might block if there is no more data availible.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.