gvdb_table_is_valid

gboolean gvdb_table_is_valid (GvdbTable* table);
  

Checks if the table is still valid.

An on-disk GVDB can be marked as invalid. This happens when the file has been replaced. The appropriate action is typically to reopen the file.

table

a Gvdb.Table

Returns

TRUE if table is still valid