Virtual Method

FoundryVcsdup_name

Declaration [src]

char*
dup_name (
  FoundryVcs* self
)

Description [src]

Gets the name of the vcs in title format such as “Git”.

Return value

Type: char*

A string containing the name.

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