gvdb_table_get_raw_value
GVariant* gvdb_table_get_raw_value (GvdbTable* table,
const gchar* key);
Looks up a value named key in @file.
This call is equivalent to gvdb_table_get_value except that it never byteswaps the value.
- table
- key
a string
- Returns
a GLib.Variant, or NULL