Class

GgitBlobOutputStream

Description [src]

class Ggit.BlobOutputStream : Gio.OutputStream {
  parent_instance: GOutputStream
}

Represents a blob stream object.

Ancestors

  • GOutputStream
  • GObject

Instance methods

ggit_blob_output_stream_get_id

Get the id of the written blob. The blob id is only available after the stream has been properly closed. If an error occurred while writing the blob, the NULL is returned and error is set accordingly.

Properties

Ggit.BlobOutputStream:repository
No description available.

Class structure

struct GgitBlobOutputStreamClass {
  /* no available fields */
}