[gtk+] styleproperties: Move into deprecated directory



commit 2002613012f521d04cf51596a52db074cedfb14d
Author: Benjamin Otte <otte redhat com>
Date:   Fri Oct 24 21:31:15 2014 +0200

    styleproperties: Move into deprecated directory

 gtk/Makefile.am                                  |    6 +++---
 gtk/deprecated/gtkgradient.h                     |    2 +-
 gtk/{ => deprecated}/gtkstyleproperties.c        |    0
 gtk/{ => deprecated}/gtkstyleproperties.h        |    0
 gtk/{ => deprecated}/gtkstylepropertiesprivate.h |    0
 gtk/deprecated/gtksymboliccolor.h                |    2 +-
 gtk/deprecated/gtkthemingengine.h                |    2 +-
 gtk/gtk.h                                        |    2 +-
 gtk/gtkstyleprovider.h                           |    2 +-
 9 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index b840f16..f60bec8 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -239,6 +239,7 @@ deprecated_h_sources =                      \
        deprecated/gtkstatusicon.h      \
        deprecated/gtkstock.h           \
        deprecated/gtkstyle.h           \
+       deprecated/gtkstyleproperties.h \
        deprecated/gtksymboliccolor.h   \
        deprecated/gtktable.h           \
        deprecated/gtktearoffmenuitem.h \
@@ -271,6 +272,7 @@ a11y_private_h_sources =                    \
 deprecated_private_h_sources =                 \
        deprecated/gtkgradientprivate.h         \
        deprecated/gtknumerableiconprivate.h    \
+       deprecated/gtkstylepropertiesprivate.h  \
        deprecated/gtksymboliccolorprivate.h
 
 gtk_public_h_sources =                 \
@@ -443,7 +445,6 @@ gtk_public_h_sources =              \
        gtkstackswitcher.h      \
        gtkstatusbar.h          \
        gtkstylecontext.h       \
-       gtkstyleproperties.h    \
        gtkstyleprovider.h      \
        gtkswitch.h             \
        gtktestutils.h          \
@@ -655,7 +656,6 @@ gtk_private_h_sources =             \
        gtkstyleanimationprivate.h \
        gtkstylecascadeprivate.h \
        gtkstylecontextprivate.h \
-       gtkstylepropertiesprivate.h \
        gtkstylepropertyprivate.h \
        gtkstyleproviderprivate.h \
        gtktextbtree.h          \
@@ -768,6 +768,7 @@ deprecated_c_sources =                      \
        deprecated/gtkstatusicon.c      \
        deprecated/gtkstock.c           \
        deprecated/gtkstyle.c           \
+       deprecated/gtkstyleproperties.c \
        deprecated/gtksymboliccolor.c   \
        deprecated/gtktable.c           \
        deprecated/gtktearoffmenuitem.c \
@@ -1047,7 +1048,6 @@ gtk_base_c_sources =              \
        gtkstyleanimation.c     \
        gtkstylecascade.c       \
        gtkstylecontext.c       \
-       gtkstyleproperties.c    \
        gtkstyleproperty.c      \
        gtkstyleprovider.c      \
        gtkstyleproviderprivate.c       \
diff --git a/gtk/deprecated/gtkgradient.h b/gtk/deprecated/gtkgradient.h
index 6eccb3b..e0d3e34 100644
--- a/gtk/deprecated/gtkgradient.h
+++ b/gtk/deprecated/gtkgradient.h
@@ -24,7 +24,7 @@
 
 #include <gdk/gdk.h>
 #include <gtk/gtkstylecontext.h>
-#include <gtk/gtkstyleproperties.h>
+#include <gtk/deprecated/gtkstyleproperties.h>
 #include <gtk/deprecated/gtksymboliccolor.h>
 
 G_BEGIN_DECLS
diff --git a/gtk/gtkstyleproperties.c b/gtk/deprecated/gtkstyleproperties.c
similarity index 100%
rename from gtk/gtkstyleproperties.c
rename to gtk/deprecated/gtkstyleproperties.c
diff --git a/gtk/gtkstyleproperties.h b/gtk/deprecated/gtkstyleproperties.h
similarity index 100%
rename from gtk/gtkstyleproperties.h
rename to gtk/deprecated/gtkstyleproperties.h
diff --git a/gtk/gtkstylepropertiesprivate.h b/gtk/deprecated/gtkstylepropertiesprivate.h
similarity index 100%
rename from gtk/gtkstylepropertiesprivate.h
rename to gtk/deprecated/gtkstylepropertiesprivate.h
diff --git a/gtk/deprecated/gtksymboliccolor.h b/gtk/deprecated/gtksymboliccolor.h
index 860704f..8beded6 100644
--- a/gtk/deprecated/gtksymboliccolor.h
+++ b/gtk/deprecated/gtksymboliccolor.h
@@ -23,7 +23,7 @@
 #endif
 
 #include <gdk/gdk.h>
-#include <gtk/gtkstyleproperties.h>
+#include <gtk/deprecated/gtkstyleproperties.h>
 
 G_BEGIN_DECLS
 
diff --git a/gtk/deprecated/gtkthemingengine.h b/gtk/deprecated/gtkthemingengine.h
index 469504f..e04fc1c 100644
--- a/gtk/deprecated/gtkthemingengine.h
+++ b/gtk/deprecated/gtkthemingengine.h
@@ -27,7 +27,7 @@
 
 #include <gtk/gtkborder.h>
 #include <gtk/gtkenums.h>
-#include <gtk/gtkstyleproperties.h>
+#include <gtk/deprecated/gtkstyleproperties.h>
 #include <gtk/gtktypes.h>
 
 G_BEGIN_DECLS
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 937a073..5955dd9 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -191,7 +191,6 @@
 #include <gtk/gtkstackswitcher.h>
 #include <gtk/gtkstatusbar.h>
 #include <gtk/gtkstylecontext.h>
-#include <gtk/gtkstyleproperties.h>
 #include <gtk/gtkstyleprovider.h>
 #include <gtk/gtkswitch.h>
 #include <gtk/gtktextattributes.h>
@@ -260,6 +259,7 @@
 #include <gtk/deprecated/gtkstatusicon.h>
 #include <gtk/deprecated/gtkstock.h>
 #include <gtk/deprecated/gtkstyle.h>
+#include <gtk/deprecated/gtkstyleproperties.h>
 #include <gtk/deprecated/gtksymboliccolor.h>
 #include <gtk/deprecated/gtktable.h>
 #include <gtk/deprecated/gtktearoffmenuitem.h>
diff --git a/gtk/gtkstyleprovider.h b/gtk/gtkstyleprovider.h
index a33ce43..cbfd9df 100644
--- a/gtk/gtkstyleprovider.h
+++ b/gtk/gtkstyleprovider.h
@@ -25,7 +25,7 @@
 #include <glib-object.h>
 #include <gtk/gtkenums.h>
 #include <gtk/deprecated/gtkiconfactory.h>
-#include <gtk/gtkstyleproperties.h>
+#include <gtk/deprecated/gtkstyleproperties.h>
 #include <gtk/gtktypes.h>
 
 G_BEGIN_DECLS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]