Method

SysprofCaptureCursorforeach

Declaration [src]

void
sysprof_capture_cursor_foreach (
  SysprofCaptureCursor* self,
  SysprofCaptureCursorCallback callback,
  void* user_data
)

Description

No description available.

Parameters

callback

Type: SysprofCaptureCursorCallback

A closure to execute.

user_data

Type: void*

User data for callback.

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