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.52.8~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0080ea75c3515050f55b62b7512abc71d0c6d586;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", "",