Constructor
AdapBreakpointnew
since: 1.4
Declaration [src]
AdapBreakpoint*
adap_breakpoint_new (
AdapBreakpointCondition* condition
)
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. |