From: Luca Bruno Date: Wed, 3 Dec 2014 15:14:46 +0000 (+0100) Subject: Add more default attributes X-Git-Tag: 0.27.1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4b9f7ed12a5609c760ca93521d52879ab08413;p=thirdparty%2Fvala.git Add more default attributes --- diff --git a/vala/valausedattr.vala b/vala/valausedattr.vala index e5e223817..0fc5b4564 100644 --- a/vala/valausedattr.vala +++ b/vala/valausedattr.vala @@ -35,8 +35,8 @@ public class Vala.UsedAttr : CodeVisitor { "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", - "lower_case_cprefix", "simple_generics", "sentinel", "scope", "has_destroy_function", - "has_copy_function", "lower_case_csuffix", "ref_sink_function", "dup_function", "finish_function", + "lower_case_cprefix", "simple_generics", "sentinel", "scope", "has_destroy_function", "ordering", "type_check_function", + "has_copy_function", "lower_case_csuffix", "ref_sink_function", "dup_function", "finish_function", "generic_type_pos", "array_length_type", "array_length", "array_length_cname", "array_length_cexpr", "array_null_terminated", "vfunc_name", "finish_name", "free_function_address_of", "pos", "delegate_target", "delegate_target_cname", "", @@ -47,6 +47,9 @@ public class Vala.UsedAttr : CodeVisitor { "NoReturn", "", "Assert", "", "ErrorBase", "", + "GenericAccessors", "", + "Diagnostics", "", + "NoAccessorMethod", "", "Deprecated", "since", "replacement", "", "IntegerType", "rank", "min", "max", "",