Method

AdapBreakpointset_condition

since: 1.4

Declaration [src]

void
adap_breakpoint_set_condition (
  AdapBreakpoint* self,
  AdapBreakpointCondition* condition
)

Description [src]

Sets the condition for self.

Available since: 1.4

Parameters

condition

Type: AdapBreakpointCondition

The new condition.

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