Function
AdwBreakpointConditionnew_length
since: 1.4
Declaration [src]
AdwBreakpointCondition*
adw_breakpoint_condition_new_length (
  AdwBreakpointConditionLengthType type,
  double value,
  AdwLengthUnit unit
)
Parameters
- type
- 
            Type: AdwBreakpointConditionLengthTypeThe length type. 
- value
- 
            Type: doubleThe length value. 
- unit
- 
            Type: AdwLengthUnitThe length unit. 
Return value
Type: AdwBreakpointCondition
The newly created condition.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |