mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-15 03:58:04 +02:00
docs: Fix up varargs documentation
gtk-doc expects varargs to be documented in a specific way, otherwise it complains.
This commit is contained in:
parent
abd4df4b55
commit
a484719033
@ -649,8 +649,8 @@ g_subprocess_class_init (GSubprocessClass *class)
|
|||||||
* g_subprocess_new: (skip)
|
* g_subprocess_new: (skip)
|
||||||
* @flags: flags that define the behaviour of the subprocess
|
* @flags: flags that define the behaviour of the subprocess
|
||||||
* @error: (allow-none): return location for an error, or %NULL
|
* @error: (allow-none): return location for an error, or %NULL
|
||||||
* @argv0: first commandline argument to pass to the subprocess,
|
* @argv0: first commandline argument to pass to the subprocess
|
||||||
* followed by more arguments, followed by %NULL
|
* @...: more commandline arguments, followed by %NULL
|
||||||
*
|
*
|
||||||
* Create a new process with the given flags and varargs argument
|
* Create a new process with the given flags and varargs argument
|
||||||
* list. By default, matching the g_spawn_async() defaults, the
|
* list. By default, matching the g_spawn_async() defaults, the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user