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 --- lib/astal/gtk4/src/application.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/astal/gtk4/src') diff --git a/lib/astal/gtk4/src/application.vala b/lib/astal/gtk4/src/application.vala index e5871c0..314443e 100644 --- a/lib/astal/gtk4/src/application.vala +++ b/lib/astal/gtk4/src/application.vala @@ -182,11 +182,11 @@ public class Astal.Application : Gtk.Application, AstalIO.Application { /** * Handler for an incoming request. * - * @param msg Body of the message + * @param request Body of the request * @param conn The connection which expects the response. */ [DBus (visible=false)] - public virtual void request(string msg, SocketConnection conn) { + public virtual void request(string request, SocketConnection conn) { AstalIO.write_sock.begin(conn, @"missing response implementation on $application_id"); } -- cgit v1.2.3