[vala/staging: 3/5] tests/girwriter: Add missing type-argument
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging: 3/5] tests/girwriter: Add missing type-argument
- Date: Fri, 15 Oct 2021 10:03:13 +0000 (UTC)
commit 7fbc73b3a810d1a5de1eb84c11be28f6899cba33
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Oct 15 12:02:21 2021 +0200
tests/girwriter: Add missing type-argument
tests/girwriter/girtest.vala | 2 +-
tests/girwriter/girtest.vapi-expected | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/girwriter/girtest.vala b/tests/girwriter/girtest.vala
index 23ce635e9..116e19c65 100644
--- a/tests/girwriter/girtest.vala
+++ b/tests/girwriter/girtest.vala
@@ -296,7 +296,7 @@ namespace GirTest {
return new int[8];
}
- public EqualFunc simple_delegate_return () {
+ public EqualFunc<string> simple_delegate_return () {
return str_equal;
}
diff --git a/tests/girwriter/girtest.vapi-expected b/tests/girwriter/girtest.vapi-expected
index 6a28eb078..577414304 100644
--- a/tests/girwriter/girtest.vapi-expected
+++ b/tests/girwriter/girtest.vapi-expected
@@ -103,7 +103,7 @@ namespace GirTest {
public static void none_inout (ref unowned GirTest.ObjectTest obj);
public static void none_out (out unowned GirTest.ObjectTest obj);
public static unowned GirTest.ObjectTest none_return ();
- public GLib.EqualFunc simple_delegate_return ();
+ public GLib.EqualFunc<string> simple_delegate_return ();
public void simple_throw () throws GirTest.ErrorTest;
[GIR (visible = false)]
public void skipped_method ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]