From d0aaad443a88968dc61172c050084d3d9faa7602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 12 Aug 2023 10:07:35 +0200 Subject: New upstream version 0.32.2 --- test/jfif/PhotoMetadata-stub.vala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/jfif/PhotoMetadata-stub.vala (limited to 'test/jfif/PhotoMetadata-stub.vala') diff --git a/test/jfif/PhotoMetadata-stub.vala b/test/jfif/PhotoMetadata-stub.vala new file mode 100644 index 0000000..2d5b364 --- /dev/null +++ b/test/jfif/PhotoMetadata-stub.vala @@ -0,0 +1,8 @@ +// stub class for photo metadata needed by the JFIF Support test +public class PhotoMetadata { + public PhotoMetadata() { } + public void read_from_file(File file) throws Error { } + public void write_to_file(File file) throws Error { } + public string? exif_hash() { return null; } + public string? thumbnail_hash() { return null; } +} -- cgit v1.2.3