Function

SysprofCaptureCursornew

Declaration [src]

SysprofCaptureCursor*
sysprof_capture_cursor_new (
  SysprofCaptureReader* reader
)

Description

No description available.

This function is not directly available to language bindings.

Parameters

reader

Type: SysprofCaptureReader

No description available.

The data is owned by the caller of the function.

Return value

Type: SysprofCaptureCursor

A new cursor for reader.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.