[vala/switch-to-gir] girparser: Forgot to set type.value_owned
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/switch-to-gir] girparser: Forgot to set type.value_owned
- Date: Fri, 27 Aug 2010 11:12:08 +0000 (UTC)
commit 87f34de8c406555521b57c29cd062e52d4771616
Author: Luca Bruno <lethalman88 gmail com>
Date: Fri Aug 27 13:10:43 2010 +0200
girparser: Forgot to set type.value_owned
vala/valagirparser.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/vala/valagirparser.vala b/vala/valagirparser.vala
index b0ac334..4e84ca2 100644
--- a/vala/valagirparser.vala
+++ b/vala/valagirparser.vala
@@ -24,8 +24,8 @@ using GLib;
/**
* Code visitor parsing all Vala source files.
- * Pipeline:
*
+ * Pipeline:
* 1) Parse metadata
* 2) Parse GIR with metadata, track unresolved GIR symbols, create symbol mappings
* 3) Reconciliate the tree by mapping tracked symbols
@@ -741,6 +741,7 @@ public class Vala.GirParser : CodeVisitor {
}
type.nullable = nullable;
+ type.value_owned = value_owned;
return type;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]