[vala] Add more default attributes
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] Add more default attributes
- Date: Wed, 3 Dec 2014 15:14:51 +0000 (UTC)
commit 0b4b9f7ed12a5609c760ca93521d52879ab08413
Author: Luca Bruno <lucabru src gnome org>
Date: Wed Dec 3 16:14:46 2014 +0100
Add more default attributes
vala/valausedattr.vala | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vala/valausedattr.vala b/vala/valausedattr.vala
index e5e2238..0fc5b45 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", "",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]