diff options
Diffstat (limited to 'src/gallery-utils.h')
| -rw-r--r-- | src/gallery-utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallery-utils.h b/src/gallery-utils.h index 29c7d8f..4559fa4 100644 --- a/src/gallery-utils.h +++ b/src/gallery-utils.h @@ -78,6 +78,11 @@ void log_error (const gchar *format, ...) G_GNUC_PRINTF (1, 2); */ gboolean needs_update (const gchar *source, const gchar *dest); +/* + * clone_string_hash_table: clones data from existing string hash table and returns newly-allocated copy + */ +GHashTable * clone_string_hash_table (GHashTable *hash_table); + G_END_DECLS |
