Interface

GtkSource-5GtkSourceFileLoaderConstructorProps

interface ConstructorProps {
    buffer: GtkSource.Buffer;
    file: GtkSource.File;
    input_stream: Gio.InputStream;
    inputStream: Gio.InputStream;
    location: Gio.File;
    max_size: number | bigint;
    maxSize: number | bigint;
}

Hierarchy (View Summary)

Index
input_stream: Gio.InputStream
inputStream: Gio.InputStream
location: Gio.File
max_size: number | bigint
maxSize: number | bigint