[vala/wip/error-gtype: 87/88] girparser: Pick up type_id of error domains
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/error-gtype: 87/88] girparser: Pick up type_id of error domains
- Date: Thu, 6 Dec 2018 15:16:45 +0000 (UTC)
commit 49fa8209cb9fc448d72b44dc861afd1f2ff115e7
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Nov 18 21:38:09 2018 +0100
girparser: Pick up type_id of error domains
vala/valagirparser.vala | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/vala/valagirparser.vala b/vala/valagirparser.vala
index 4a22841f0..07046c4dc 100644
--- a/vala/valagirparser.vala
+++ b/vala/valagirparser.vala
@@ -2325,8 +2325,7 @@ public class Vala.GirParser : CodeVisitor {
sym = current.symbol;
}
- if (!error_domain)
- set_type_id_ccode (sym);
+ set_type_id_ccode (sym);
sym.external = true;
sym.access = SymbolAccessibility.PUBLIC;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]