Ggit.DiffFindOptions – libgit2-glib-1.0 Reference Manual
Packages
libgit2-glib-1.0
Ggit
DiffFindOptions
copy_threshold
flags
metric
rename_from_rewrite_threshold
rename_limit
rename_threshold
DiffFindOptions
get_copy_threshold
get_flags
get_metric
get_rename_from_rewrite_threshold
get_rename_limit
get_rename_threshold
set_copy_threshold
set_flags
set_metric
set_rename_from_rewrite_threshold
set_rename_limit
set_rename_threshold
DiffFindOptions
Object Hierarchy:
Description:
[
CCode
( type_id =
"ggit_diff_find_options_get_type ()"
) ]
public
class
DiffFindOptions
:
Object
Represents options for finding diff similarity.
Namespace:
Ggit
Package:
libgit2-glib-1.0
Content:
Properties:
public
uint
copy_threshold
{
get
;
set
; }
public
DiffFindFlags
flags
{
get
;
set
; }
The diff option flags.
public
DiffSimilarityMetric
metric
{
get
;
set
; }
public
uint
rename_from_rewrite_threshold
{
get
;
set
; }
public
uint
rename_limit
{
get
;
set
; }
public
uint
rename_threshold
{
get
;
set
; }
Creation methods:
public
DiffFindOptions
()
Creates a new
DiffFindOptions
.
Methods:
public
uint
get_copy_threshold
()
Get the find options copy threshold.
public
DiffFindFlags
get_flags
()
Get the find options flags.
public
unowned
DiffSimilarityMetric
?
get_metric
()
Get the find options metric.
public
uint
get_rename_from_rewrite_threshold
()
Get the find options rename from rewrite threshold.
public
size_t
get_rename_limit
()
Get the find options rename limit.
public
uint
get_rename_threshold
()
Get the find options rename threshold.
public
void
set_copy_threshold
(
uint
threshold)
Set the find options copy threshold.
public
void
set_flags
(
DiffFindFlags
flags)
Set the find options flags.
public
void
set_metric
(
DiffSimilarityMetric
metric)
Set the find options metric.
public
void
set_rename_from_rewrite_threshold
(
uint
threshold)
Set the find options rename from rewrite threshold.
public
void
set_rename_limit
(
size_t
limit)
Set the find options rename limit.
public
void
set_rename_threshold
(
uint
threshold)
Set the find options rename threshold.
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref