summaryrefslogtreecommitdiff
path: root/src/eog-uri-converter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eog-uri-converter.c')
-rw-r--r--src/eog-uri-converter.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/eog-uri-converter.c b/src/eog-uri-converter.c
index 86546c99..4c69c6d3 100644
--- a/src/eog-uri-converter.c
+++ b/src/eog-uri-converter.c
@@ -941,6 +941,13 @@ eog_uri_converter_requires_exif (EogURIConverter *converter)
return converter->priv->requires_exif;
}
+/**
+ * eog_uri_converter_check:
+ * @converter: a #EogURIConverter
+ * @img_list: (element-type GFile): a #Gfile list
+ * @error: a #GError location to store the error occurring, or NULL to ignore
+ */
+
gboolean
eog_uri_converter_check (EogURIConverter *converter, GList *img_list, GError **error)
{
@@ -982,5 +989,7 @@ eog_uri_converter_check (EogURIConverter *converter, GList *img_list, GError **e
_("At least two file names are equal."));
}
+ g_list_free (file_list);
+
return all_different;
}