From: Rico Tzschichholz Date: Sat, 9 Sep 2017 12:35:55 +0000 (+0200) Subject: vala: Update list of used attributes X-Git-Tag: 0.38.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1515daccb6100a73dfc3bbdfc5a053c0ac046b;p=thirdparty%2Fvala.git vala: Update list of used attributes --- diff --git a/vala/valausedattr.vala b/vala/valausedattr.vala index 314495000..c43ab3170 100644 --- a/vala/valausedattr.vala +++ b/vala/valausedattr.vala @@ -31,7 +31,7 @@ public class Vala.UsedAttr : CodeVisitor { const string[] valac_default_attrs = { "CCode", "type_signature", "default_value", "set_value_function", "type_id", "cprefix", "cheader_filename", - "marshaller_type_name", "get_value_function", "cname", "cheader_filename", "destroy_function", "lvalue_access", + "marshaller_type_name", "get_value_function", "cname", "destroy_function", "lvalue_access", "has_type_id", "instance_pos", "const_cname", "take_value_function", "copy_function", "free_function", "param_spec_function", "has_target", "type_cname", "ref_function", "ref_function_void", "unref_function", "type", "has_construct_function", "returns_floating_reference", "gir_namespace", "gir_version", "construct_function", @@ -44,9 +44,10 @@ public class Vala.UsedAttr : CodeVisitor { "Immutable", "", "Compact", "", "NoWrapper", "", + "NoThrow", "", "DestroysInstance", "", "Flags", "", - "Experimental", "", + "Experimental", "", // deprecated "NoReturn", "", "NoArrayLength", "", // deprecated "Assert", "", @@ -57,15 +58,18 @@ public class Vala.UsedAttr : CodeVisitor { "ConcreteAccessor", "", "HasEmitter", "", "ReturnsModifiedPointer", "", - "Deprecated", "since", "replacement", "", - "Version", "since", "replacement", "deprecated", "deprecated_since", "experimental", "", + "Deprecated", "since", "replacement", "", // deprecated + "Version", "since", "replacement", "deprecated", "deprecated_since", "experimental", "experimental_until", "", "Signal", "detailed", "run", "no_recurse", "action", "no_hooks", "", "Description", "nick", "blurb", "", - "IntegerType", "rank", "min", "max", "", - "FloatingType", "rank", "", + "IntegerType", "rank", "min", "max", "signed", "width", "", + "FloatingType", "rank", "decimal", "width", "", "BooleanType", "", "SimpleType", "", + "PointerType", "", + + "Print", "", "PrintfFormat", "", "ScanfFormat", "", "FormatArg", "", @@ -74,6 +78,8 @@ public class Vala.UsedAttr : CodeVisitor { "GtkTemplate", "ui", "", "GtkCallback", "name", "", + "ModuleInit", "", + "DBus", "name", "no_reply", "result", "use_string_marshalling", "value", "signature", "visible", "timeout", "", "GIR", "fullname", "name", ""