Method

IdeVcsBranchdup_name

Declaration

char*
ide_vcs_branch_dup_name (
  IdeVcsBranch* self
)

Description

Gets the name of the branch, which is used in various UI elements to display to the user.

Return value

Type: char*

A string containing the branch name.

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.