Method

GgitOIdto_string

Declaration [src]

gchar*
ggit_oid_to_string (
  GgitOId* oid
)

Description [src]

Converts oid into a readable string.

Return value

Returns: utf8
 

A newly allocated string representing oid or NULL.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.
 The string is a NUL terminated UTF-8 string.