From: Rico Tzschichholz Date: Wed, 24 Nov 2021 20:26:03 +0000 (+0100) Subject: vala: Add [Profile] as known attribute for methods X-Git-Tag: 0.55.1~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a85ec57a9ed36a37dd52d58ecac9005c75a2b258;p=thirdparty%2Fvala.git vala: Add [Profile] as known attribute for methods --- diff --git a/vala/valausedattr.vala b/vala/valausedattr.vala index a2102acf4..8823b9122 100644 --- a/vala/valausedattr.vala +++ b/vala/valausedattr.vala @@ -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", "",