Method
VtePtyspawn_finish
Declaration [src]
gboolean
vte_pty_spawn_finish (
VtePty* pty,
GAsyncResult* result,
GPid* child_pid,
GError** error
)
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
child_pid |
GPid |
A location to store the child PID, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |