Created
August 21, 2017 11:37
-
-
Save zobar/d691a5f1a3a4e1c10945dee5fc0ee54e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| value_type fixed_length nullable data_type simple_type GType type_parameter x | |
| ArrayType true _vala_array_destroy(value, length, (GDestroyNotify) element_destroy_func) | |
| DelegateType if (delegate_target_destroy_notify != NULL) delegate_target_destroy_notify(delegate_target) | |
| ValueType false Struct true destroy_func(value) | |
| ValueType false Struct false destroy_func(&value) | |
| ValueType false Enum N/A destroy_func(&value) // ?? | |
| ValueType false Struct false value if (G_IS_VALID(&value)) g_value_unset(&value); | |
| ValueType false Struct false mutex etc _vala_clear_mutex(&value) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment