Method
AdapBreakpointget_condition
since: 1.4
Declaration [src]
AdapBreakpointCondition*
adap_breakpoint_get_condition (
AdapBreakpoint* self
)
Description [src]
Gets the condition for self
.
Available since: 1.4
Gets property | Adap.Breakpoint:condition |
Return value
Type: AdapBreakpointCondition
The condition.
The data is owned by the instance. |
The return value can be NULL . |