Method

VtePtyspawn_finish

Declaration [src]

gboolean
vte_pty_spawn_finish (
  VtePty* pty,
  GAsyncResult* result,
  GPid* child_pid,
  GError** error
)

Description

No description available.
Available since:0.48

Parameters

result GAsyncResult
 

A GAsyncResult.

 The data is owned by the caller of the function.
child_pid GPid
 

A location to store the child PID, or NULL.

 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.

Return value

Returns: gboolean
 

TRUE on success, or FALSE on error with error filled in.