Ggit.IndexEntries – ggit-1.0 Reference Manual
Packages
ggit-1.0
Ggit
IndexEntries
@ref
get_by_index
get_by_path
size
unref
IndexEntries
Object Hierarchy:
Description:
[
CCode
( ref_function =
"ggit_index_entries_ref"
, type_id =
"ggit_index_entries_get_type ()"
, unref_function =
"ggit_index_entries_unref"
) ]
[
Compact
]
public
class
IndexEntries
Represents the entries in an index object.
Namespace:
Ggit
Package:
ggit-1.0
Content:
Methods:
public
unowned
IndexEntries
?
@ref
()
Atomically increments the reference count of
this
by one.
public
IndexEntry
?
get_by_index
(
size_t
idx)
Get a
IndexEntry
by index.
public
IndexEntry
?
get_by_path
(
File
file,
int
stage)
Get a
IndexEntry
by index.
public
uint
size
()
Get the number of
IndexEntry
entries.
public
void
unref
()
Atomically decrements the reference count of
this
by one.