Method
IdeObjectforeach
Description
Calls callback for each child of 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.
Parameters
callback-
Type:
GFuncA
GFuncto call for each child. user_data-
Type:
gpointerClosure data for
callback.The argument can be NULL.The data is owned by the caller of the method.