Interface

IdeVcsBranch

Description

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

Prerequisite

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

Instance methods

ide_vcs_branch_dup_id

Gets the identifier of the branch.

ide_vcs_branch_dup_name

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

Properties

Ide.VcsBranch:id
No description available.

Ide.VcsBranch:name
No description available.

Interface structure

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