]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Add Signal to known attrs
authorLuca Bruno <lucabru@src.gnome.org>
Tue, 9 Dec 2014 09:08:31 +0000 (10:08 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Tue, 9 Dec 2014 09:08:31 +0000 (10:08 +0100)
vala/valausedattr.vala

index 4a17562848c4105d4d146014dbb825769a8b00c1..bb090fbc2b3e5ac89d57063cf25916b301c2985f 100644 (file)
@@ -56,6 +56,7 @@ public class Vala.UsedAttr : CodeVisitor {
                "HasEmitter", "",
                "ReturnsModifiedPointer", "",
                "Deprecated", "since", "replacement", "",
+               "Signal", "detailed", "run", "no_recurse", "action", "no_hooks", "",
                
                "IntegerType", "rank", "min", "max", "",
                "FloatingType", "rank", "",