Ggit.ReflogEntry – libgit2-glib-1.0 Reference Manual
Packages
libgit2-glib-1.0
Ggit
ReflogEntry
@ref
get_committer
get_message
get_new_id
get_old_id
unref
ReflogEntry
Object Hierarchy:
Description:
[
CCode
( ref_function =
"ggit_reflog_entry_ref"
, type_id =
"ggit_reflog_entry_get_type ()"
, unref_function =
"ggit_reflog_entry_unref"
) ]
[
Compact
]
public
class
ReflogEntry
Represents a reflog entry.
Namespace:
Ggit
Package:
libgit2-glib-1.0
Content:
Methods:
public
unowned
ReflogEntry
?
@ref
()
Atomically increments the reference count of
this
by one.
public
unowned
Signature
?
get_committer
()
Gets the committer as a
Signature
.
public
unowned
string
?
get_message
()
Gets the message.
public
OId
?
get_new_id
()
Gets the new
OId
.
public
OId
?
get_old_id
()
Gets the old
OId
.
public
void
unref
()
Atomically decrements the reference count of
this
by one.