Method
SysprofCaptureCursoradd_condition
Declaration [src]
void
sysprof_capture_cursor_add_condition (
SysprofCaptureCursor* self,
SysprofCaptureCondition* condition
)
Description [src]
Adds the condition to the cursor. This condition must evaluate to
true or a given SysprofCapureFrame will not be matched.
Parameters
condition-
Type:
SysprofCaptureConditionAn
SysprofCaptureCondition.The instance takes ownership of the data, and is responsible for freeing it.