Home
last modified time | relevance | path

Searched refs:destroy_function_set (Results 1 – 2 of 2) sorted by relevance

/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodeattribute.vala233 if (!destroy_function_set) {
240 destroy_function_set = true;
668 private bool destroy_function_set;
H A Dvalaccodeattribute.c65 gboolean destroy_function_set; member
709 if (!self->priv->destroy_function_set) { in vala_ccode_attribute_get_destroy_function()
740 self->priv->destroy_function_set = TRUE; in vala_ccode_attribute_get_destroy_function()