From a3d1985297589c1daf29ecc826550862eaef15b3 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 30 Apr 2022 14:53:27 +0200 Subject: All: Get rid of most deprecations --- tests/object-creator/test.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/object-creator/test.vala b/tests/object-creator/test.vala index db7382a3..cd4d781f 100644 --- a/tests/object-creator/test.vala +++ b/tests/object-creator/test.vala @@ -50,7 +50,7 @@ public class Rygel.ServiceAction : GLib.Object { this.elements = elements; } - public void @return() {} + public void return_success() {} public void return_error (int code, string message) { this.error_code = code; this.error_message = message; -- cgit v1.2.1