Table of Contents

Class BreakpointCondition

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class BreakpointCondition
Inheritance
BreakpointCondition
Inherited Members

Methods

Copy(BreakpointConditionHandle)

Calls native method adw_breakpoint_condition_copy. Version: 1.4

[Version("1.4")]
public static extern BreakpointConditionOwnedHandle Copy(BreakpointConditionHandle self)

Parameters

self BreakpointConditionHandle

Transfer ownership: None Nullable: False

Returns

BreakpointConditionOwnedHandle

Transfer ownership: Full Nullable: False

Free(BreakpointConditionHandle)

Calls native method adw_breakpoint_condition_free. Version: 1.4

[Version("1.4")]
public static extern void Free(BreakpointConditionHandle self)

Parameters

self BreakpointConditionHandle

Transfer ownership: None Nullable: False

GetGType()

Calls native function adw_breakpoint_condition_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

NewAnd(BreakpointConditionUnownedHandle, BreakpointConditionUnownedHandle)

Calls native constructor adw_breakpoint_condition_new_and. Version: 1.4

[Version("1.4")]
public static extern BreakpointConditionOwnedHandle NewAnd(BreakpointConditionUnownedHandle condition1, BreakpointConditionUnownedHandle condition2)

Parameters

condition1 BreakpointConditionUnownedHandle

Transfer ownership: Full Nullable: False

condition2 BreakpointConditionUnownedHandle

Transfer ownership: Full Nullable: False

Returns

BreakpointConditionOwnedHandle

Transfer ownership: Full Nullable: False

NewLength(BreakpointConditionLengthType, double, LengthUnit)

Calls native constructor adw_breakpoint_condition_new_length. Version: 1.4

[Version("1.4")]
public static extern BreakpointConditionOwnedHandle NewLength(BreakpointConditionLengthType type, double value, LengthUnit unit)

Parameters

type BreakpointConditionLengthType

Transfer ownership: None Nullable: False

value double

Transfer ownership: None Nullable: False

unit LengthUnit

Transfer ownership: None Nullable: False

Returns

BreakpointConditionOwnedHandle

Transfer ownership: Full Nullable: False

NewOr(BreakpointConditionUnownedHandle, BreakpointConditionUnownedHandle)

Calls native constructor adw_breakpoint_condition_new_or. Version: 1.4

[Version("1.4")]
public static extern BreakpointConditionOwnedHandle NewOr(BreakpointConditionUnownedHandle condition1, BreakpointConditionUnownedHandle condition2)

Parameters

condition1 BreakpointConditionUnownedHandle

Transfer ownership: Full Nullable: False

condition2 BreakpointConditionUnownedHandle

Transfer ownership: Full Nullable: False

Returns

BreakpointConditionOwnedHandle

Transfer ownership: Full Nullable: False

NewRatio(BreakpointConditionRatioType, int, int)

Calls native constructor adw_breakpoint_condition_new_ratio. Version: 1.4

[Version("1.4")]
public static extern BreakpointConditionOwnedHandle NewRatio(BreakpointConditionRatioType type, int width, int height)

Parameters

type BreakpointConditionRatioType

Transfer ownership: None Nullable: False

width int

Transfer ownership: None Nullable: False

height int

Transfer ownership: None Nullable: False

Returns

BreakpointConditionOwnedHandle

Transfer ownership: Full Nullable: False

Parse(NonNullableUtf8StringHandle)

Calls native function adw_breakpoint_condition_parse. Version: 1.4

[Version("1.4")]
public static extern BreakpointConditionOwnedHandle Parse(NonNullableUtf8StringHandle str)

Parameters

str NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False

Returns

BreakpointConditionOwnedHandle

Transfer ownership: Full Nullable: False

ToString(BreakpointConditionHandle)

Calls native method adw_breakpoint_condition_to_string. Version: 1.4

[Version("1.4")]
public static extern NonNullableUtf8StringOwnedHandle ToString(BreakpointConditionHandle self)

Parameters

self BreakpointConditionHandle

Transfer ownership: None Nullable: False

Returns

NonNullableUtf8StringOwnedHandle

Transfer ownership: Full Nullable: False