Skip to content

Instantly share code, notes, and snippets.

@zobar
Created August 21, 2017 11:37
Show Gist options
  • Select an option

  • Save zobar/d691a5f1a3a4e1c10945dee5fc0ee54e to your computer and use it in GitHub Desktop.

Select an option

Save zobar/d691a5f1a3a4e1c10945dee5fc0ee54e to your computer and use it in GitHub Desktop.
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