Method

IdeTweaksFactoryvisit

Declaration

gboolean
ide_tweaks_factory_visit (
  IdeTweaksFactory* self,
  IdeTweaksItemVisitor visitor,
  gpointer visitor_data
)

Description

Like ide_tweaks_item_visit_children() but works on each factory-created child of self.

Parameters

visitor

Type: IdeTweaksItemVisitor

Visitor callback.

visitor_data

Type: gpointer

Closure data for visitor.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if visitor prematurely stopped.