Class

FoundryVcsRevision

Description

final class Foundry.VcsRevision : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this FoundryVcsRevision ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

foundry_vcs_revision_new_empty

Creates an empty revision endpoint.

unstable since: 1.3

foundry_vcs_revision_new_for_commit

Creates a revision endpoint for a commit.

unstable since: 1.3

foundry_vcs_revision_new_for_index

Creates a revision endpoint for the current index.

unstable since: 1.3

foundry_vcs_revision_new_for_tree

Creates a revision endpoint for a tree.

unstable since: 1.3

foundry_vcs_revision_new_for_worktree

Creates a revision endpoint for the current working tree.

unstable since: 1.3

Instance methods

foundry_vcs_revision_dup_commit

Gets the commit for a commit revision.

unstable since: 1.3

foundry_vcs_revision_dup_tree

Gets the tree for a tree revision.

unstable since: 1.3

foundry_vcs_revision_get_kind

Gets the endpoint kind for the revision.

unstable since: 1.3

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Foundry.VcsRevision:kind
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FoundryVcsRevisionClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.