mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
doc: various improvements
- g_subprocess_launcher_spawn() and spawnv(): there is no other way AFAIK to create a GSubprocess from a launcher. So these functions are not "convenience helper". - annotate optional arguments for g_shell_parse_argv(). - other trivial fix https://bugzilla.gnome.org/show_bug.cgi?id=732357
This commit is contained in:
@@ -1769,7 +1769,7 @@ g_subprocess_communicate_utf8 (GSubprocess *subprocess,
|
||||
* @callback: Callback
|
||||
* @user_data: User data
|
||||
*
|
||||
* Asynchronous version of g_subprocess_communicate_utf(). Complete
|
||||
* Asynchronous version of g_subprocess_communicate_utf8(). Complete
|
||||
* invocation with g_subprocess_communicate_utf8_finish().
|
||||
*/
|
||||
void
|
||||
|
Reference in New Issue
Block a user