Constructor

AdwBreakpointnew

Declaration [src]

AdwBreakpoint*
adw_breakpoint_new (
  AdwBreakpointCondition* condition
)

Description [src]

Creates a new AdwBreakpoint with condition.

Available since:1.4

Parameters

condition AdwBreakpointCondition
 

The condition.

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

Return value

Returns: AdwBreakpoint
 

The newly created AdwBreakpoint

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