gDataInputStreamReadUntilFinish {RGtk2} | R Documentation |
Finish an asynchronous call started by
gDataInputStreamReadUntilAsync
.
gDataInputStreamReadUntilFinish(object, result, length, .errwarn = TRUE)
|
a given |
|
the |
|
a numericto get the length of the data read in. |
.errwarn |
Whether to issue a warning on error or fail silently |
Since 2.20
A list containing the following elements:
retval |
[char] a string with the data that was read before encountering
any of the stop characters. Set numericto get the length of the string. This function will return NULL on an error. |
|
|
Derived by RGtkGen from GTK+ documentation