]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Add other missing CCode arguments, NoWrapper and DestroysInstance
authorLuca Bruno <lucabru@src.gnome.org>
Thu, 4 Dec 2014 09:25:10 +0000 (10:25 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Thu, 4 Dec 2014 09:25:10 +0000 (10:25 +0100)
vala/valausedattr.vala

index 9d0f18c8dc779e84046f741a57caa03eab3f6976..793c5bc23b379832e07e0cc49c3c75d4a1c8d0e8 100644 (file)
@@ -38,10 +38,13 @@ public class Vala.UsedAttr : CodeVisitor {
                "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", "",
+               "vfunc_name", "finish_name", "free_function_address_of", "pos", "delegate_target", "delegate_target_cname",
+               "array_length_pos", "delegate_target_pos", "destroy_notify_pos", "ctype", "has_new_function", "",
 
                "Immutable", "",
                "Compact", "",
+               "NoWrapper", "",
+               "DestroysInstance", "",
                "Flags", "",
                "Experimental", "",
                "NoReturn", "",