gmime.stream_gio

Module for [StreamGIO] class

Types 3

A #GMimeStream wrapper around GLib's GIO streams.

Methods
GType _gType() @property
StreamGIO self()Returns `this`, for use in `with` statements.
StreamGIOGidBuilder builder()Get builder for [gmime.stream_gio.StreamGIO] Returns: New builder object
gmime.stream_gio.StreamGIO newWithBounds(gio.file.File file, long start, long end)Creates a new #GMimeStreamGIO stream around a #GFile with bounds start and end.
bool getOwner()Gets whether or not stream owns the backend #GFile. Returns: true if stream owns the backend #GFile or false otherwise.
void setOwner(bool owner)Sets whether or not stream owns the backend GIO pointer.
Constructors
this(void * ptr, Flag!"Take" take)
this(gio.file.File file)Creates a new #GMimeStreamGIO wrapper around a #GFile object.

Fluent builder for [gmime.stream_gio.StreamGIO]

Methods