FileLoader.newFromStream
gtksource.file_loader.FileLoader newFromStream(gtksource.buffer.Buffer buffer, gtksource.file.File file, gio.input_stream.InputStream stream)Creates a new #GtkSourceFileLoader object. The contents is read from stream.
Parameters
buffer | the #GtkSourceBuffer to load the contents into. |
file | the #GtkSourceFile. |
stream | the #GInputStream to load, e.g. stdin. |
Returns
a new #GtkSourceFileLoader object.