Lines Matching +full:level +full:- +full:detect
7 * See the COPYING file in the top-level directory.
32 g_ptr_array_add(rc->children, obj); in resettable_container_add()
37 g_ptr_array_remove(rc->children, obj); in resettable_container_remove()
43 return &rc->reset_state; in resettable_container_get_state()
51 unsigned int len = rc->children->len; in resettable_container_child_foreach()
54 cb(g_ptr_array_index(rc->children, i), opaque, type); in resettable_container_child_foreach()
55 /* Detect callbacks trying to unregister themselves */ in resettable_container_child_foreach()
56 assert(len == rc->children->len); in resettable_container_child_foreach()
64 rc->children = g_ptr_array_new(); in resettable_container_init()
76 rc->get_state = resettable_container_get_state; in resettable_container_class_init()
77 rc->child_foreach = resettable_container_child_foreach; in resettable_container_class_init()