Class BreakpointCondition
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
BreakpointConditionHandleTransfer 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
BreakpointConditionHandleTransfer 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
BreakpointConditionUnownedHandleTransfer ownership: Full Nullable: False
condition2
BreakpointConditionUnownedHandleTransfer 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
BreakpointConditionLengthTypeTransfer ownership: None Nullable: False
value
doubleTransfer ownership: None Nullable: False
unit
LengthUnitTransfer 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
BreakpointConditionUnownedHandleTransfer ownership: Full Nullable: False
condition2
BreakpointConditionUnownedHandleTransfer 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
BreakpointConditionRatioTypeTransfer ownership: None Nullable: False
width
intTransfer ownership: None Nullable: False
height
intTransfer 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
NonNullableUtf8StringHandleTransfer 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
BreakpointConditionHandleTransfer ownership: None Nullable: False
Returns
- NonNullableUtf8StringOwnedHandle
Transfer ownership: Full Nullable: False