Class

GgitBlame

Description [src]

final class Ggit.Blame : Ggit.Native {
  /* No available fields */
}

Represents a blame.

Ancestors

Instance methods

ggit_blame_from_buffer

Get blame data for a file that has been modified in memory. blame is a pre-calculated blame for the in-odb history of the file. This means that once a file blame is completed (which can be expensitve), updating the buffer blame is very fast.

ggit_blame_get_hunk_by_index
No description available.
ggit_blame_get_hunk_by_line
No description available.
ggit_blame_get_hunk_count
No description available.

Class structure

struct GgitBlameClass {
  GgitNativeClass parent_class;
  
}
Class members
parent_class
GgitNativeClass
  No description available.

Functions

ggit_blame_get_flags

Get the blame options flags.

ggit_blame_set_flags

Set the blame options flags.