Virtual Method

IdeVcsget_display_name

Declaration

char*
get_display_name (
  IdeVcs* self
)

Description

Gets the display name for the VCS.

Return value

Type: char*

A string describing the VCS.

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