Method
GioSubprocessget_identifier
since: 2.40
Declaration [src]
const gchar*
g_subprocess_get_identifier (
GSubprocess* subprocess
)
Description [src]
On UNIX, returns the process ID as a decimal string.
On Windows, returns the result of GetProcessId() also as a string.
If the subprocess has terminated, this will return NULL
.
Available since: 2.40