Function
GLibHashTablecontains
since: 2.32
Declaration [src]
gboolean
g_hash_table_contains (
  GHashTable* hash_table,
  gconstpointer key
)
Parameters
- hash_table
- 
            Type: GHashTableA GHashTable.The data is owned by the caller of the function. 
- key
- 
            Type: gconstpointerA key to check. The argument can be NULL.The data is owned by the caller of the function.