From fb5a52884dd17d17bab47de7f53c17c05ced6e1b Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 4 Jun 2011 17:30:12 +0200 Subject: Introduce conditional system This is very basic scripting support - simple value retrieval and block conditionals. Defines could be either static from theme setup or programatically added during page generation. --- src/gallery-utils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gallery-utils.h') 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 -- cgit v1.2.3