Function

AdwBreakpointConditionnew_length

Declaration [src]

AdwBreakpointCondition*
adw_breakpoint_condition_new_length (
  AdwBreakpointConditionLengthType type,
  double value,
  AdwLengthUnit unit
)

Description [src]

Creates a condition that triggers on length changes.

Available since:1.4

Parameters

type AdwBreakpointConditionLengthType
 

The length type.

value double
 

The length value.

unit AdwLengthUnit
 

The length unit.

Return value

Returns: AdwBreakpointCondition
 

The newly created condition.

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