Table of Contents

Class SimpleActionHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class SimpleActionHandle : ObjectHandle, IDisposable
Inheritance
SimpleActionHandle
Implements
Inherited Members

Constructors

SimpleActionHandle(nint, bool)

public SimpleActionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SimpleActionHandle

Type Parameters

T