Method

FoundryVcsGraphEntryget_segment

unstable since: 1.2

Declaration [src]

gboolean
foundry_vcs_graph_entry_get_segment (
  FoundryVcsGraphEntry* self,
  guint position,
  FoundryVcsGraphSegment* segment
)

Description [src]

Gets a graph segment for this row.

Available since: 1.2

Parameters

position

Type: guint

The segment position.

segment

Type: FoundryVcsGraphSegment

Location for a FoundryVcsGraphSegment.

The argument will be set by the function.
The returned data is owned by the instance.

Return value

Type: gboolean

TRUE if segment was set, otherwise FALSE.