mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 04:56:14 +01:00
Work around gtk-doc problems
Returns shall never be at the beginning of a line.
This commit is contained in:
parent
2b11af4f1f
commit
fd8c1a3067
@ -727,8 +727,8 @@ g_subprocess_newv (const gchar * const *argv,
|
||||
* 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.
|
||||
* 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