summaryrefslogtreecommitdiff
path: root/src/eom-util.h
diff options
context:
space:
mode:
authorTimm Bäder <[email protected]>2018-01-26 11:52:08 +0100
committerraveit65 <[email protected]>2018-07-23 23:14:12 +0200
commit416dc9be3cdfb8e2eb5c07f17f2ce4bb7a9848dc (patch)
treec5cec881c7420daf181dc410671d2910f88ee3b6 /src/eom-util.h
parent4115f76df9da09cecdf44f0be95b6f8ea3793060 (diff)
downloadeom-416dc9be3cdfb8e2eb5c07f17f2ce4bb7a9848dc.tar.bz2
eom-416dc9be3cdfb8e2eb5c07f17f2ce4bb7a9848dc.tar.xz
util: Port to gtk_show_uri_on_window
gtk_show_uri is deprecated and will be removed in later versions. https://bugzilla.gnome.org/show_bug.cgi?id=792923 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/77f16df
Diffstat (limited to 'src/eom-util.h')
-rw-r--r--src/eom-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-util.h b/src/eom-util.h
index 30c9658..528ec4e 100644
--- a/src/eom-util.h
+++ b/src/eom-util.h
@@ -63,7 +63,7 @@ gboolean eom_util_file_is_persistent (GFile *file);
G_GNUC_INTERNAL
void eom_util_show_file_in_filemanager (GFile *file,
- GdkScreen *screen);
+ GtkWindow *toplevel);
G_END_DECLS