mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +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:
|
* g_subprocess_get_identifier:
|
||||||
* @subprocess: a #GSubprocess
|
* @subprocess: a #GSubprocess
|
||||||
*
|
*
|
||||||
* On UNIX, returns the process ID as a decimal string. On Windows,
|
* On UNIX, returns the process ID as a decimal string.
|
||||||
* returns the result of GetProcessId() also as a 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