mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gsubprocess: Document g_subprocess_get_identifier()
This commit is contained in:
parent
ed1df0ea59
commit
03bf43e14a
@ -720,6 +720,13 @@ g_subprocess_newv (const gchar * const *argv,
|
||||
NULL);
|
||||
}
|
||||
|
||||
/**
|
||||
* g_subprocess_get_identifier:
|
||||
* @subprocess: a #GSubprocess
|
||||
*
|
||||
* On UNIX, returns the process ID as a decimal string. On Windows,
|
||||
* returns the result of GetProcessId() also as a string.
|
||||
*/
|
||||
const gchar *
|
||||
g_subprocess_get_identifier (GSubprocess *subprocess)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user