mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +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);
|
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 *
|
const gchar *
|
||||||
g_subprocess_get_identifier (GSubprocess *subprocess)
|
g_subprocess_get_identifier (GSubprocess *subprocess)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user