Constructor
AdwBreakpointnew
since: 1.4
Declaration [src]
AdwBreakpoint*
adw_breakpoint_new (
AdwBreakpointCondition* condition
)
Parameters
condition
-
Type:
AdwBreakpointCondition
The condition.
The called function takes ownership of the data, and is responsible for freeing it.
Return value
Type: AdwBreakpoint
The newly created AdwBreakpoint
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |