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-08-24 08:36:14 +0200
commite1488971ed44e26257d7014760aa251393351473 (patch)
tree8a74a75972be5014576de8c31856b3272c33b068 /src/eom-image.h
parente3cb374d82809e26582d5b60374baef4474d5773 (diff)
downloadeom-e1488971ed44e26257d7014760aa251393351473.tar.bz2
eom-e1488971ed44e26257d7014760aa251393351473.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 0ccd81e..a11d222 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,