From 98a488d0efe520533316b0df32386d9b40c2ef17 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 27 Feb 2025 14:58:40 +0100 Subject: rename: message -> request the same thing was called either message or request now its only referred to as a request --- examples/gtk3/vala/simple-bar/app.in.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gtk3/vala') diff --git a/examples/gtk3/vala/simple-bar/app.in.vala b/examples/gtk3/vala/simple-bar/app.in.vala index b04a1fa..91e2adc 100644 --- a/examples/gtk3/vala/simple-bar/app.in.vala +++ b/examples/gtk3/vala/simple-bar/app.in.vala @@ -24,7 +24,7 @@ class App : Astal.Application { App.instance.acquire_socket(); App.instance.run(null); } catch (Error err) { - print(AstalIO.send_message(instance_name, string.joinv(" ", args))); + print(AstalIO.send_request(instance_name, string.joinv(" ", args))); } } } -- cgit v1.2.3