Table of Contents

Class SettingsBackendHandle

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

Constructors

SettingsBackendHandle(nint, bool)

public SettingsBackendHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SettingsBackendHandle

Type Parameters

T