From 98a063e9394753a280993e76c909c38e3f0838dc Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 7 Apr 2016 10:14:19 +0200 Subject: 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 --- src/eom-image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eom-image.h') 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, -- cgit v1.2.1