[vala/0.48] tests/girwriter: Add missing type-argument
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] tests/girwriter: Add missing type-argument
- Date: Tue, 19 Oct 2021 08:00:25 +0000 (UTC)
commit 6b2530fb4b3a7bc97c5eb73332cc6cb8d2947610
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 bb01db502..e78b47f39 100644
--- a/tests/girwriter/girtest.vala
+++ b/tests/girwriter/girtest.vala
@@ -272,7 +272,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 c38aa0648..b37d5c7d0 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]