Constructor

AdapBreakpointnew

since: 1.4

Declaration [src]

AdapBreakpoint*
adap_breakpoint_new (
  AdapBreakpointCondition* condition
)

Description [src]

Creates a new AdapBreakpoint with condition.

Available since: 1.4

Parameters

condition

Type: AdapBreakpointCondition

The condition.

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

Return value

Type: AdapBreakpoint

The newly created AdapBreakpoint

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