API版本:2.0
库版本:2.83.2
由gi-docgen 生成,版本2024.1
自:2.40
const gchar* g_subprocess_get_identifier ( GSubprocess* subprocess )
在UNIX上,返回进程ID的十进制字符串。在Windows上,将GetProcessId()的结果作为字符串返回。如果子进程已经终止,将返回NULL。
NULL
类型: const gchar*
const gchar*
子进程标识符,如果子进程已经终止则返回NULL。