summaryrefslogtreecommitdiff
path: root/src/eom-image.h
diff options
context:
space:
mode:
authorDebarshi Ray <[email protected]>2016-04-07 10:14:19 +0200
committerraveit65 <[email protected]>2018-12-15 14:31:20 +0100
commit98a063e9394753a280993e76c909c38e3f0838dc (patch)
tree4e3e634ed74042dd75a2f23042969743d151717a /src/eom-image.h
parent0d1a90aa582176009a9b7b21eef8c6585db70a0a (diff)
downloadeom-98a063e9394753a280993e76c909c38e3f0838dc.tar.bz2
eom-98a063e9394753a280993e76c909c38e3f0838dc.tar.xz
Reduce the number of g_file_query_info calls at start-up
https://bugzilla.gnome.org/show_bug.cgi?id=764139 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/65e61ccc
Diffstat (limited to 'src/eom-image.h')
-rw-r--r--src/eom-image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-image.h b/src/eom-image.h
index 4a36dec..8fbf608 100644
--- a/src/eom-image.h
+++ b/src/eom-image.h
@@ -121,7 +121,7 @@ GType eom_image_get_type (void) G_GNUC_CONST;
GQuark eom_image_error_quark (void);
-EomImage *eom_image_new_file (GFile *file);
+EomImage *eom_image_new_file (GFile *file, const gchar *caption);
gboolean eom_image_load (EomImage *img,
EomImageData data2read,