Class

FoundryVcsGraphEntry

Description

abstract class Foundry.VcsGraphEntry : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this FoundryVcsGraphEntry ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

foundry_vcs_graph_entry_dup_commit_id

Gets the commit identifier represented by this graph row.

unstable since: 1.2

foundry_vcs_graph_entry_get_commit_lane

Gets the lane containing the commit node.

unstable since: 1.2

foundry_vcs_graph_entry_get_n_lanes

Gets the number of lanes required by this graph row.

unstable since: 1.2

foundry_vcs_graph_entry_get_n_segments

Gets the number of graph segments in this row.

unstable since: 1.2

foundry_vcs_graph_entry_get_segment

Gets a graph segment for this row.

unstable since: 1.2

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Foundry.VcsGraphEntry:commit-id
No description available.

Foundry.VcsGraphEntry:commit-lane
No description available.

Foundry.VcsGraphEntry:n-lanes
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 FoundryVcsGraphEntryClass {
  GObjectClass parent_class;
  char* (* dup_commit_id) (
    FoundryVcsGraphEntry* self
  );
  guint (* get_commit_lane) (
    FoundryVcsGraphEntry* self
  );
  guint (* get_n_lanes) (
    FoundryVcsGraphEntry* self
  );
  guint (* get_n_segments) (
    FoundryVcsGraphEntry* self
  );
  gboolean (* get_segment) (
    FoundryVcsGraphEntry* self,
    guint position,
    FoundryVcsGraphSegment* segment
  );
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.

dup_commit_id: char* (* dup_commit_id) ( FoundryVcsGraphEntry* self )

No description available.

get_commit_lane: guint (* get_commit_lane) ( FoundryVcsGraphEntry* self )

No description available.

get_n_lanes: guint (* get_n_lanes) ( FoundryVcsGraphEntry* self )

No description available.

get_n_segments: guint (* get_n_segments) ( FoundryVcsGraphEntry* self )

No description available.

get_segment: gboolean (* get_segment) ( FoundryVcsGraphEntry* self, guint position, FoundryVcsGraphSegment* segment )

No description available.

Virtual methods

Foundry.VcsGraphEntryClass.dup_commit_id

Gets the commit identifier represented by this graph row.

unstable since: 1.2

Foundry.VcsGraphEntryClass.get_commit_lane

Gets the lane containing the commit node.

unstable since: 1.2

Foundry.VcsGraphEntryClass.get_n_lanes

Gets the number of lanes required by this graph row.

unstable since: 1.2

Foundry.VcsGraphEntryClass.get_n_segments

Gets the number of graph segments in this row.

unstable since: 1.2

Foundry.VcsGraphEntryClass.get_segment

Gets a graph segment for this row.

unstable since: 1.2