summaryrefslogtreecommitdiff
path: root/gvdb/gvdb-builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'gvdb/gvdb-builder.h')
-rw-r--r--gvdb/gvdb-builder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gvdb/gvdb-builder.h b/gvdb/gvdb-builder.h
index 8ec05c8..9a1647d 100644
--- a/gvdb/gvdb-builder.h
+++ b/gvdb/gvdb-builder.h
@@ -32,6 +32,10 @@ G_GNUC_INTERNAL
GvdbItem * gvdb_hash_table_insert (GHashTable *table,
const gchar *key);
G_GNUC_INTERNAL
+GvdbItem * gvdb_hash_table_insert_path (GHashTable *table,
+ const gchar *key,
+ gchar separator);
+G_GNUC_INTERNAL
void gvdb_hash_table_insert_string (GHashTable *table,
const gchar *key,
const gchar *value);