Table of Contents

Class SimpleActionGroupHandle

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

Constructors

SimpleActionGroupHandle(nint, bool)

public SimpleActionGroupHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SimpleActionGroupHandle

Type Parameters

T