Class
FoundryVcsGraphEntry
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
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: GObjectClassNo 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