From 20d704b7b4f2560ee27cc9be25359107ceb4a14b Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Thu, 9 Jun 2011 22:33:30 +0300 Subject: Port EomApplication to GtkApplication This removes the direct dependency on dbus and makes use of the GApplication/GtkApplication facilities for uniqueness and activation. Bump the glib requirement to 2.29.4, since we need G_APPLICATION_NON_UNIQUE. https://bugzilla.gnome.org/show_bug.cgi?id=622876 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/3d39587 Enable TotemScreensaver unconditionally It uses GDBus instead of libdbus now. It can be enabled even if libdbus is not available as GDBus/GIO is always present. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/4c32882 --- src/eom-util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/eom-util.h') diff --git a/src/eom-util.h b/src/eom-util.h index 3d0f40c..30c9658 100644 --- a/src/eom-util.h +++ b/src/eom-util.h @@ -42,10 +42,8 @@ GSList *eom_util_parse_uri_string_list_to_file_list (const gchar *uri_list); G_GNUC_INTERNAL GSList *eom_util_string_list_to_file_list (GSList *string_list); -#ifdef HAVE_DBUS G_GNUC_INTERNAL GSList *eom_util_strings_to_file_list (gchar **strings); -#endif G_GNUC_INTERNAL GSList *eom_util_string_array_to_list (const gchar **files, -- cgit v1.2.1