Method
IdeTweaksItemvisit_children
Declaration
gboolean
ide_tweaks_item_visit_children (
IdeTweaksItem* self,
IdeTweaksItemVisitor visitor,
gpointer visitor_data
)
Description
Calls visitor
for every matching item.
Based on the result of visitor
, items may be recursed into.
It is an error to modify self
or any descendant from visitor
.
Parameters
visitor
-
Type:
IdeTweaksItemVisitor
An
IdeTweaksItemVistor
to callback. visitor_data
-
Type:
gpointer
Closure data for
visitor
.The argument can be NULL
.The data is owned by the caller of the method.