API Version: 41.0
Library Version: 41.0
void ide_object_foreach ( IdeObject* self, GFunc callback, gpointer user_data )
Calls callback for each child of self.
callback
self
callback is allowed to remove children from self, but only as long as they are the child passed to callback (or child itself). See g_queue_foreach() for more details about what is allowed.
g_queue_foreach()
GFunc
A GFunc to call for each child.
user_data
gpointer
Closure data for callback.