Function
AdapBreakpointConditionnew_length
since: 1.4
Declaration [src]
AdapBreakpointCondition*
adap_breakpoint_condition_new_length (
AdapBreakpointConditionLengthType type,
double value,
AdapLengthUnit unit
)
Parameters
type-
Type:
AdapBreakpointConditionLengthTypeThe length type.
value-
Type:
doubleThe length value.
unit-
Type:
AdapLengthUnitThe length unit.
Return value
Type: AdapBreakpointCondition
The newly created condition.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |