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:
GHashTableGHashTableto collate.The data is owned by the caller of the function.