![]() |
![]() |
![]() |
libgit2-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GgitBlobOutputStream; struct GgitBlobOutputStreamClass; GgitOId * ggit_blob_output_stream_get_id (GgitBlobOutputStream *stream
,GError **error
);
typedef struct _GgitBlobOutputStream GgitBlobOutputStream;
Represents a blob stream object.
struct GgitBlobOutputStreamClass { };
The class structure for GgitBlobOutputStreamClass.
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.
|
a GgitBlobOutputStream. |
|
a GError for error reporting, or NULL . |
Returns : |
a GgitOId or NULL . [transfer full]
|