Function
GgitOIdnew_from_raw
Declaration [src]
GgitOId*
ggit_oid_new_from_raw (
const guchar* raw
)
Parameters
raw |
An array of guint8 |
The raw input bytes to be copied. |
|
The array must be NULL -terminated. | |
The data is owned by the caller of the function. |
Return value
Returns: | GgitOId |
A newly allocated |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |