From 306e64998c1bf1fb997c1098ae92d6edfef31cd2 Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 23 Oct 2024 20:37:32 +0000 Subject: docs: astal3 and io comments --- lib/astal/io/process.vala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/astal/io/process.vala') diff --git a/lib/astal/io/process.vala b/lib/astal/io/process.vala index 8767012..cfd05b9 100644 --- a/lib/astal/io/process.vala +++ b/lib/astal/io/process.vala @@ -1,5 +1,5 @@ /** - * `Process` provides shortcuts for [class@GLib.Subprocess] with sane defaults. + * `Process` provides shortcuts for [class@Gio.Subprocess] with sane defaults. */ public class AstalIO.Process : Object { private void read_stream(DataInputStream stream, bool err) { @@ -92,7 +92,7 @@ public class AstalIO.Process : Object { /** * Start a new subprocess with the given command - * which is parsed using [func@Shell.parse_argv]. + * which is parsed using [func@GLib.shell_parse_argv]. */ public static Process subprocess(string cmd) throws Error { string[] argv; @@ -125,7 +125,7 @@ public class AstalIO.Process : Object { /** * Execute a command synchronously. - * The command is parsed using [func@Shell.parse_argv]. + * The command is parsed using [func@GLib.shell_parse_argv]. * * @return stdout of the subprocess */ @@ -160,7 +160,7 @@ public class AstalIO.Process : Object { /** * Execute a command asynchronously. - * The command is parsed using [func@Shell.parse_argv]. + * The command is parsed using [func@GLib.shell_parse_argv]. * * @return stdout of the subprocess */ -- cgit v1.2.3