gmime.stream_gio
Module for [StreamGIO] class
Types 3
classStreamGIO : gmime.stream.Stream
A #GMimeStream wrapper around GLib's GIO streams.
Methods
StreamGIOGidBuilder builder()Get builder for [gmime.stream_gio.StreamGIO] Returns: New builder objectgmime.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(gio.file.File file)Creates a new #GMimeStreamGIO wrapper around a #GFile object.