Method
IdeTweaksFactoryvisit
Declaration
gboolean
ide_tweaks_factory_visit (
IdeTweaksFactory* self,
IdeTweaksItemVisitor visitor,
gpointer visitor_data
)
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.