]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Add more used attributes
authorLuca Bruno <lucabru@src.gnome.org>
Thu, 4 Dec 2014 09:17:27 +0000 (10:17 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Thu, 4 Dec 2014 09:17:48 +0000 (10:17 +0100)
Fixes bug 741089

vala/valausedattr.vala

index cdf895d5ccb8325c0fe752b8e1bb99b0b03a5796..9d0f18c8dc779e84046f741a57caa03eab3f6976 100644 (file)
@@ -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", ""