Method

AdapBreakpointBinremove_breakpoint

since: 1.5

Declaration [src]

void
adap_breakpoint_bin_remove_breakpoint (
  AdapBreakpointBin* self,
  AdapBreakpoint* breakpoint
)

Description [src]

Removes breakpoint from self.

Available since: 1.5

Parameters

breakpoint

Type: AdapBreakpoint

A breakpoint to remove.

The data is owned by the caller of the method.