Class
GgitBlame
Description [src]
final class Ggit.Blame : Ggit.Native
{
/* No available fields */
}
Represents a blame.
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.
Properties
Properties inherited from GgitNative (1)
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.