Grl.RangeValue – grilo-0.3 Reference Manual
Packages
grilo-0.3
Grl
RangeValue
hashtable_insert
hashtable_new
RangeValue
dup
free
max
min
RangeValue
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"grl_range_value_get_type ()"
) ]
[
Compact
]
public
class
RangeValue
Namespace:
Grl
Package:
grilo-0.3
Content:
Static methods:
public
static
void
hashtable_insert
(
HashTable
<
void
*,
void
*> hash_table,
void
* key,
Value
min,
Value
max)
public
static
HashTable
<
void
*,
RangeValue
>
hashtable_new
()
Creation methods:
public
RangeValue
(
Value
min,
Value
max)
Methods:
public
RangeValue
dup
()
public
void
free
()
Fields:
public
Value
max
public
Value
min