Function

RBcollate_hash_table_values

Declaration [src]

GList*
rb_collate_hash_table_values (
  GHashTable* table
)

Description [src]

Returns a GList containing all values from table. The values are not copied.

This function is not directly available to language bindings.

Parameters

table

Type: GHashTable

GHashTable to collate.

The data is owned by the caller of the function.

Return value

Type: A list of gpointer

GList of values.

The caller of the function takes ownership of the data container, but not the data inside it.