Function
AdwBreakpointConditionnew_length
Declaration [src]
AdwBreakpointCondition*
adw_breakpoint_condition_new_length (
AdwBreakpointConditionLengthType type,
double value,
AdwLengthUnit unit
)
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. |