Searched refs:data_destroy_notify (Results 1 – 2 of 2) sorted by relevance
107 GDestroyNotify data_destroy_notify; member266 seq->data_destroy_notify = data_destroy; in g_sequence_new()1248 if (seq->data_destroy_notify) in g_sequence_set()1249 seq->data_destroy_notify (iter->data); in g_sequence_set()1835 if (seq && seq->data_destroy_notify && node != seq->end_node) in real_node_free()1836 seq->data_destroy_notify (node->data); in real_node_free()
11 GDestroyNotify data_destroy_notify; member