Method
GLibRelationindex
deprecated: 2.26
Declaration [src]
void
g_relation_index (
  GRelation* relation,
  gint field,
  GHashFunc hash_func,
  GEqualFunc key_equal_func
)
Description [src]
Creates an index on the given field. Note that this must be called
before any records are added to the GRelation.
Deprecated since: 2.26
Rarely used API.
This method is not directly available to language bindings.
Parameters
- field
- 
            Type: gintThe field to index, counting from 0. 
- hash_func
- 
            Type: GHashFuncA function to produce a hash value from the field data. 
- key_equal_func
- 
            Type: GEqualFuncA function to compare two values of the given field.