Class Breakpoint
- Namespace
- Adw
- Assembly
- Adw-1.dll
public sealed class Breakpoint : Object, Buildable, NativeObject, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
Breakpoint
- Implements
- Inherited Members
Constructors
Breakpoint(BreakpointHandle)
protected Breakpoint(BreakpointHandle handle)
Parameters
handleBreakpointHandle
Breakpoint(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public Breakpoint(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
Breakpoint(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected Breakpoint(CreationData data)
Parameters
dataCreationData
Fields
ApplySignal
Signal Descriptor for OnApply.
public static readonly Signal<Breakpoint> ApplySignal
Field Value
ConditionPropertyDefinition
public static readonly Property<BreakpointCondition, Breakpoint> ConditionPropertyDefinition
Field Value
UnapplySignal
Signal Descriptor for OnUnapply.
public static readonly Signal<Breakpoint> UnapplySignal
Field Value
Properties
Condition
public BreakpointCondition Condition { get; set; }
Property Value
Methods
AddSetter(Object, string, Value?)
[Version("1.4")]
public void AddSetter(Object @object, string property, Value? value)
Parameters
AddSettersValist(Object, string, nint)
[Version("1.4")]
public void AddSettersValist(Object firstObject, string firstProperty, nint args)
Parameters
GetBuildableId()
public string? GetBuildableId()
Returns
GetCondition()
[Version("1.4")]
public BreakpointCondition? GetCondition()
Returns
GetGType()
public static Type GetGType()
Returns
New(BreakpointCondition)
[Version("1.4")]
public static Breakpoint New(BreakpointCondition condition)
Parameters
conditionBreakpointCondition
Returns
NewFromPointer(nint, bool)
Creates a new managed Breakpoint instance for a given pointer.
public static Breakpoint NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new Breakpoint and sets the properties specified by the construct arguments.
public static Breakpoint NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
SetCondition(BreakpointCondition?)
[Version("1.4")]
public void SetCondition(BreakpointCondition? condition)
Parameters
conditionBreakpointCondition
Events
OnApply
public event SignalHandler<Breakpoint> OnApply
Event Type
OnUnapply
public event SignalHandler<Breakpoint> OnUnapply