Declare folks_small_set_copy properly
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 4 Apr 2013 17:30:18 +0000 (18:30 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 5 Apr 2013 13:06:57 +0000 (14:06 +0100)
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=687161
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Philip Withnall <philip@tecnocode.co.uk>
folks/small-set.h

index 1b2760d..e61f387 100644 (file)
@@ -68,6 +68,14 @@ folks_small_set_empty (GType item_type,
     GBoxedCopyFunc item_dup,
     GDestroyNotify item_free);
 
+FolksSmallSet *folks_small_set_copy (GeeIterable *iterable,
+    GeeHashDataFunc item_hash,
+    gpointer item_hash_data,
+    GDestroyNotify item_hash_data_free,
+    GeeEqualDataFunc item_equals,
+    gpointer item_equals_data,
+    GDestroyNotify item_equals_data_free);
+
 G_END_DECLS
 
 #endif