mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
gsubprocess: Add missing (nullable) annotation to get_identifier()
The bottom of the documentation comment for this symbol seems to have been missing. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -749,6 +749,11 @@ g_subprocess_newv (const gchar * const *argv,
|
|||||||
*
|
*
|
||||||
* On UNIX, returns the process ID as a decimal string.
|
* On UNIX, returns the process ID as a decimal string.
|
||||||
* On Windows, returns the result of GetProcessId() also as a string.
|
* On Windows, returns the result of GetProcessId() also as a string.
|
||||||
|
* If the subprocess has terminated, this will return %NULL.
|
||||||
|
*
|
||||||
|
* Returns: (nullable): the subprocess identifier, or %NULL if the subprocess
|
||||||
|
* has terminated
|
||||||
|
* Since: 2.40
|
||||||
*/
|
*/
|
||||||
const gchar *
|
const gchar *
|
||||||
g_subprocess_get_identifier (GSubprocess *subprocess)
|
g_subprocess_get_identifier (GSubprocess *subprocess)
|
||||||
|
Reference in New Issue
Block a user