[Xfce4-commits] [xfce/exo] 11/21: Make ExoBinding available in Gtk3 builds

noreply at xfce.org noreply at xfce.org
Tue Jul 12 04:08:03 CEST 2016


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository xfce/exo.

commit b1894e31d2b97cce44e718297726c74a81e79fe4
Author: Jonas Kümmerlin <rgcjonas at gmail.com>
Date:   Fri Aug 7 13:06:06 2015 +0200

    Make ExoBinding available in Gtk3 builds
    
    Seeing as GLib has gained GBinding about 5 years ago, we should
    probably think about marking ExoBinding as deprecated.
---
 exo/Makefile.am | 4 ++++
 exo/exo.h       | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/exo/Makefile.am b/exo/Makefile.am
index 936cf5a..edabac2 100644
--- a/exo/Makefile.am
+++ b/exo/Makefile.am
@@ -122,9 +122,11 @@ lib_LTLIBRARIES += libexo-2.la
 
 libexo_2_include_HEADERS =						\
 	exo.h								\
+	exo-binding.h							\
 	exo-config.h							\
 	exo-execute.h							\
 	exo-gdk-pixbuf-extensions.h					\
+	exo-gobject-extensions.h					\
 	exo-job.h							\
 	exo-simple-job.h						\
 	exo-string.h							\
@@ -137,6 +139,7 @@ libexo_2_include_HEADERS =						\
 
 libexo_2_la_SOURCES =							\
 	$(libexo_2_include_HEADERS)					\
+	exo-binding.c							\
 	exo-marshal.c							\
 	exo-marshal.h							\
 	exo-private.c							\
@@ -144,6 +147,7 @@ libexo_2_la_SOURCES =							\
 	exo-config.c							\
 	exo-execute.c							\
 	exo-gdk-pixbuf-extensions.c					\
+	exo-gobject-extensions.c					\
 	exo-job.c							\
 	exo-simple-job.c						\
 	exo-string.c							\
diff --git a/exo/exo.h b/exo/exo.h
index 3615ecd..0d4696d 100644
--- a/exo/exo.h
+++ b/exo/exo.h
@@ -35,9 +35,11 @@
 
 #include <exo/exo-config.h>
 
+#include <exo/exo-binding.h>
 #include <exo/exo-enum-types.h>
 #include <exo/exo-cell-renderer-icon.h>
 #include <exo/exo-gdk-pixbuf-extensions.h>
+#include <exo/exo-gobject-extensions.h>
 #include <exo/exo-execute.h>
 #include <exo/exo-job.h>
 #include <exo/exo-simple-job.h>
@@ -50,10 +52,8 @@
 #if !GTK_CHECK_VERSION (3, 0, 0)
 #include <libxfce4util/libxfce4util.h>
 
-#include <exo/exo-binding.h>
 #include <exo/exo-cell-renderer-ellipsized-text.h>
 #include <exo/exo-gtk-extensions.h>
-#include <exo/exo-gobject-extensions.h>
 #include <exo/exo-icon-bar.h>
 #include <exo/exo-icon-chooser-dialog.h>
 #include <exo/exo-toolbars-editor.h>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list