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

index bb090fbc2b3e5ac89d57063cf25916b301c2985f..9f29bdcdb0826d65a9a12247015694ebae2af616 100644 (file)
@@ -57,6 +57,7 @@ public class Vala.UsedAttr : CodeVisitor {
                "ReturnsModifiedPointer", "",
                "Deprecated", "since", "replacement", "",
                "Signal", "detailed", "run", "no_recurse", "action", "no_hooks", "",
+               "Description", "nick", "blurb", "",
                
                "IntegerType", "rank", "min", "max", "",
                "FloatingType", "rank", "",