Class

FoundryVcsContent

Description

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

No description available.

Hierarchy

hierarchy this FoundryVcsContent ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

foundry_vcs_content_dup_bytes

Gets the captured bytes for this content.

unstable since: 1.3

foundry_vcs_content_dup_id

Gets a stable identifier for this content, such as a blob id or worktree snapshot id.

unstable since: 1.3

foundry_vcs_content_get_present

Checks if this side of a delta exists at the selected endpoint.

unstable since: 1.3

foundry_vcs_content_get_size

Gets the byte length of the captured content.

unstable since: 1.3

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Foundry.VcsContent:id
No description available.

Foundry.VcsContent:present
No description available.

Foundry.VcsContent:size
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 FoundryVcsContentClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.