Gio.InputStream.prototype.skip_finish
function skip_finish(result: Gio.AsyncResult): Number(gssize) {
// Gjs wrapper for g_input_stream_skip_finish()
}
Finishes a stream skip operation.
- result
- Returns
the size of the bytes skipped, or %-1 on error.