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