summaryrefslogtreecommitdiff
path: root/src/eom-uri-converter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eom-uri-converter.c')
-rw-r--r--src/eom-uri-converter.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/eom-uri-converter.c b/src/eom-uri-converter.c
index 452a19b..e4e350d 100644
--- a/src/eom-uri-converter.c
+++ b/src/eom-uri-converter.c
@@ -943,6 +943,13 @@ eom_uri_converter_requires_exif (EomURIConverter *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
eom_uri_converter_check (EomURIConverter *converter, GList *img_list, GError **error)
{
@@ -984,5 +991,7 @@ eom_uri_converter_check (EomURIConverter *converter, GList *img_list, GError **e
_("At least two file names are equal."));
}
+ g_list_free (file_list);
+
return all_different;
}