Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgsequence.c107 GDestroyNotify data_destroy_notify; member
266 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()
/third_party/glib/glib/tests/
Dsequence.c11 GDestroyNotify data_destroy_notify; member