summaryrefslogtreecommitdiff
path: root/tests/object-creator/test.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/object-creator/test.vala')
-rw-r--r--tests/object-creator/test.vala2
1 files changed, 1 insertions, 1 deletions
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;