Merge remote branch 'gvdb/master'

This commit is contained in:
Ryan Lortie
2010-10-03 23:03:12 -04:00
2 changed files with 26 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ G_GNUC_INTERNAL
GvdbTable * gvdb_table_get_table (GvdbTable *table,
const gchar *key);
G_GNUC_INTERNAL
GVariant * gvdb_table_get_raw_value (GvdbTable *table,
const gchar *key);
G_GNUC_INTERNAL
GVariant * gvdb_table_get_value (GvdbTable *table,
const gchar *key);