[vala/0.46] valadoc/tests: Use type for property which is compatible with owned getter
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.46] valadoc/tests: Use type for property which is compatible with owned getter
- Date: Mon, 14 Oct 2019 12:27:29 +0000 (UTC)
commit 37bcb59d46bb708d4a5da8b6b6e166a319dce79c
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu Oct 10 11:13:08 2019 +0200
valadoc/tests: Use type for property which is compatible with owned getter
valadoc/tests/drivers/api-test.data.vapi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/valadoc/tests/drivers/api-test.data.vapi b/valadoc/tests/drivers/api-test.data.vapi
index c23ca2979..ec791b462 100644
--- a/valadoc/tests/drivers/api-test.data.vapi
+++ b/valadoc/tests/drivers/api-test.data.vapi
@@ -57,7 +57,7 @@ public class TestClassGlobal {
public static void static_method ();
public int property_1 { get; set; }
public int property_2 { get; }
- public int property_3 { owned get; set; }
+ public string property_3 { owned get; set; }
public delegate int Foo ();
public signal int sig_1 ();
}
@@ -70,7 +70,7 @@ public interface TestInterfaceGlobal {
public static void static_method ();
public int property_1 { get; set; }
public int property_2 { get; }
- public int property_3 { owned get; set; }
+ public string property_3 { owned get; set; }
public delegate int Foo ();
public signal int sig_1 ();
}
@@ -87,7 +87,7 @@ public struct TestStructGlobal {
public const int constant;
public int property_1 { get; set; }
public int property_2 { get; }
- public int property_3 { owned get; set; }
+ public string property_3 { owned get; set; }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]