]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vala: Add [Profile] as known attribute for methods
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 24 Nov 2021 20:26:03 +0000 (21:26 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 24 Nov 2021 20:26:03 +0000 (21:26 +0100)
vala/valausedattr.vala

index a2102acf41b90235451d6ac54508725ea2bfa94f..8823b9122c715d39026f4f6cf52b708292f7605c 100644 (file)
@@ -83,6 +83,7 @@ public class Vala.UsedAttr : CodeVisitor {
                "GtkCallback", "name", "",
 
                "ModuleInit", "",
+               "Profile", "",
 
                "DBus", "name", "no_reply", "result", "use_string_marshalling", "value", "signature", "visible", "timeout", "",