[vala] Add other missing CCode arguments, NoWrapper and DestroysInstance



commit 02f7c82a4b810147142056722fb11cfec57a6829
Author: Luca Bruno <lucabru src gnome org>
Date:   Thu Dec 4 10:25:10 2014 +0100

    Add other missing CCode arguments, NoWrapper and DestroysInstance

 vala/valausedattr.vala |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/vala/valausedattr.vala b/vala/valausedattr.vala
index 9d0f18c..793c5bc 100644
--- a/vala/valausedattr.vala
+++ b/vala/valausedattr.vala
@@ -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", "",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]