Method

GgitRefSpecget_destination

Declaration [src]

const gchar*
ggit_ref_spec_get_destination (
  GgitRefSpec* refspec
)

Description [src]

Gets the refspecs destination.

Return value

Returns: const gchar*
 

The refspec’s destination or NULL.

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