Table of Contents

Class SettingsHandle

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

Constructors

SettingsHandle(nint, bool)

public SettingsHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SettingsHandle

Type Parameters

T