Method

AdwDialogadd_breakpoint

Declaration [src]

void
adw_dialog_add_breakpoint (
  AdwDialog* self,
  AdwBreakpoint* breakpoint
)

Description [src]

Adds breakpoint to self.

Available since:1.5

Parameters

breakpoint AdwBreakpoint
 

The breakpoint to add.

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