Gio.Subprocess.prototype.communicate_utf8_finish
function communicate_utf8_finish(result: Gio.AsyncResult): [ok: Boolean, stdout_buf: String, stderr_buf: String] {
// Gjs wrapper for g_subprocess_communicate_utf8_finish()
}
Complete an invocation of Gio.Subprocess.prototype.communicate_utf8_async.
- result
Result
- ok
- stdout_buf
Return location for stdout data
- stderr_buf
Return location for stderr data