Method

GgitRefSpecget_source

Declaration [src]

const gchar*
ggit_ref_spec_get_source (
  GgitRefSpec* refspec
)

Description [src]

Gets the refspecs source.

Return value

Returns: const gchar*
 

The refspec’s source or NULL.

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