]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Add more default attributes
authorLuca Bruno <lucabru@src.gnome.org>
Wed, 3 Dec 2014 15:14:46 +0000 (16:14 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Wed, 3 Dec 2014 15:14:46 +0000 (16:14 +0100)
vala/valausedattr.vala

index e5e223817c2151e7445b436cbeccfeae9c209fe7..0fc5b45645153a33c7178143ccfb9ded91a38470 100644 (file)
@@ -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", "",