Method

GgitRefto_string

Declaration [src]

const gchar*
ggit_ref_to_string (
  GgitRef* ref
)

Description [src]

Get a string representation of the ref.

Return value

Returns: utf8
 

A string representation of the ref or NULL.

 The data is owned by the instance.
 The return value can be NULL.
 The string is a NUL terminated UTF-8 string.