Ggit.ConfigEntry – ggit-1.0 Reference Manual
Packages
ggit-1.0
Ggit
ConfigEntry
@ref
get_level
get_name
get_value
unref
ConfigEntry
Object Hierarchy:
Description:
[
CCode
( ref_function =
"ggit_config_entry_ref"
, type_id =
"ggit_config_entry_get_type ()"
, unref_function =
"ggit_config_entry_unref"
) ]
[
Compact
]
public
class
ConfigEntry
Represents a git configuration entry.
Namespace:
Ggit
Package:
ggit-1.0
Content:
Methods:
public
unowned
ConfigEntry
?
@ref
()
Atomically increments the reference count of
this
by one.
public
ConfigLevel
get_level
()
Gets the
ConfigLevel
of
this
.
public
unowned
string
?
get_name
()
Gets the name of
this
.
public
unowned
string
?
get_value
()
Gets the value of
this
.
public
void
unref
()
Atomically decrements the reference count of
this
by one.