Function

GrlRangeValuehashtable_insert

Declaration [src]

void
grl_range_value_hashtable_insert (
  GHashTable* hash_table,
  gpointer key,
  GValue* min,
  GValue* max
)

Description

No description available.

Parameters

hash_table

Type: GHashTable

No description available.

The data is owned by the caller of the function.
key

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
min

Type: GValue

No description available.

The data is owned by the caller of the function.
max

Type: GValue

No description available.

The data is owned by the caller of the function.