mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 03:34:05 +02:00
gsubprocess: Document g_subprocess_get_identifier()
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user