From: Luca Bruno Date: Thu, 4 Dec 2014 09:17:27 +0000 (+0100) Subject: Add more used attributes X-Git-Tag: 0.27.1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7b848740cfe8eba6005803cf0167f54490c754;p=thirdparty%2Fvala.git Add more used attributes Fixes bug 741089 --- diff --git a/vala/valausedattr.vala b/vala/valausedattr.vala index cdf895d5c..9d0f18c8d 100644 --- a/vala/valausedattr.vala +++ b/vala/valausedattr.vala @@ -50,6 +50,8 @@ public class Vala.UsedAttr : CodeVisitor { "GenericAccessors", "", "Diagnostics", "", "NoAccessorMethod", "", + "HasEmitter", "", + "ReturnsModifiedPointer", "", "Deprecated", "since", "replacement", "", "IntegerType", "rank", "min", "max", "", @@ -58,6 +60,10 @@ public class Vala.UsedAttr : CodeVisitor { "SimpleType", "", "PrintfFormat", "", "ScanfFormat", "", + + "GtkChild", "name", "internal", "", + "GtkTemplate", "ui", "", + "GtkCallback", "name", "", "GIR", "name", ""