Top | ![]() |
![]() |
![]() |
![]() |
GgitOId * ggit_blob_output_stream_get_id (GgitBlobOutputStream *stream
,GError **error
);
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.
typedef struct _GgitBlobOutputStream GgitBlobOutputStream;
Represents a blob stream object.
struct GgitBlobOutputStreamClass { };
The class structure for GgitBlobOutputStreamClass.
“repository”
property“repository” GgitRepository *
Repository.
Owner: GgitBlobOutputStream
Flags: Write / Construct Only