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: const gchar*
 

A string representation of the ref or NULL.

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