gvdb_table_has_value
gboolean gvdb_table_has_value (GvdbTable* table,
const gchar* key);
Checks for a value named key in table.
Note: this function does not consider non-value nodes (other hash tables, for example).
- table
- key
a string
- Returns
TRUE if key is in the table