Table of Contents

Class SignalActionHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class SignalActionHandle : ShortcutActionHandle, IDisposable
Inheritance
SignalActionHandle
Implements
Inherited Members

Constructors

SignalActionHandle(nint, bool)

public SignalActionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static SignalActionHandle For<T>(ConstructArgument[] constructArguments) where T : SignalAction, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

SignalActionHandle

Type Parameters

T