Top | ![]() |
![]() |
![]() |
![]() |
gboolean gcut_value_equal (const GValue *value1
,const GValue *value2
);
ふたつのGValue、value1
とvalue2
を登録された比較関数で比較します。(GValueの比較関数の登録方法についてはgcut_value_register_equal_func()
を見てください。)
1.0.5から
void gcut_value_register_equal_func (GType type1
,GType type2
,GEqualFunc equal_func
);
例:
1 |
TODO |
Registers equality check function between GValue of
type1
and GValue of type2
.
type1 |
比較するGValueのGType。 |
|
type2 |
比較するGValueのGType。 |
|
equal_func |
a function that compares |
1.0.5から