Method

IdeVcsClonerget_title

since: 3.32

Declaration

gchar*
ide_vcs_cloner_get_title (
  IdeVcsCloner* self
)

Description

Gets the for the cloner, such as “Git”. This may be used to present a selector to the user based on the backend clone engine. Other suitable titles might be “Subversion” or “CVS”.

Available since: 3.32

Return value

Type: gchar*

A string containing the title.

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