Constructor

ValagirForeachVisitornew

Declaration

GirForeachVisitor*
gir_foreach_visitor_new (
  GirForEachFunc func,
  void* func_target
)

Description

No description available.

Parameters

func

Type: GirForEachFunc

No description available.

func_target

Type: void*

No description available.

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

Return value

Type: GirForeachVisitor

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.