Interface

IdeVcsBranch

since: 45

Description

interface Ide.VcsBranch : GObject.Object
No description available.

Available since: 45

Prerequisite

In order to implement VcsBranch, your type must inherit fromGObject.

Instance methods

ide_vcs_branch_dup_id

Gets the identifier of the branch.

since: 45

ide_vcs_branch_dup_name

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

since: 45

Properties

Ide.VcsBranch:id
No description available.

since: 45

Ide.VcsBranch:name
No description available.

since: 45

Interface structure

struct IdeVcsBranchInterface {
  GTypeInterface parent;
  
}
No description available.
Interface members
parent
GTypeInterface
 No description available.