Table of Contents

Class FileSaverHandle

Namespace
GtkSource.Internal
Assembly
GtkSource-5.dll
public class FileSaverHandle : ObjectHandle, IDisposable
Inheritance
FileSaverHandle
Implements
Inherited Members

Constructors

FileSaverHandle(nint, bool)

public FileSaverHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FileSaverHandle

Type Parameters

T