[gtk+] Rename gtkcolorswatchaccessible.h



commit 38963870eb83c2dfaf574a06c214bed7a1a67cfd
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Dec 27 12:11:12 2012 -0500

    Rename gtkcolorswatchaccessible.h
    
    Call it gtkcolorswatchaccessibleprivate.h. This matches what we're
    doing for non-public widget headers in gtk/.

 gtk/a11y/Makefile.am                               |    2 +-
 gtk/a11y/gtkcolorswatchaccessible.c                |    2 +-
 ...essible.h => gtkcolorswatchaccessibleprivate.h} |    0
 gtk/gtkcolorswatch.c                               |    2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/a11y/Makefile.am b/gtk/a11y/Makefile.am
index 3ad5bae..cfad1b6 100644
--- a/gtk/a11y/Makefile.am
+++ b/gtk/a11y/Makefile.am
@@ -101,7 +101,7 @@ gtka11y_private_h_sources =		\
 	gtkaccessibility.h		\
 	gtkaccessibilityutil.h		\
 	gtkaccessibilitymisc.h		\
-	gtkcolorswatchaccessible.h	\
+	gtkcolorswatchaccessibleprivate.h \
 	gtkcellaccessibleprivate.h	\
 	gtklockbuttonaccessibleprivate.h \
 	gtkiconviewaccessibleprivate.h	\
diff --git a/gtk/a11y/gtkcolorswatchaccessible.c b/gtk/a11y/gtkcolorswatchaccessible.c
index e2bc967..4ca6c7d 100644
--- a/gtk/a11y/gtkcolorswatchaccessible.c
+++ b/gtk/a11y/gtkcolorswatchaccessible.c
@@ -18,7 +18,7 @@
 #include "config.h"
 
 #include <gtk/gtk.h>
-#include "gtkcolorswatchaccessible.h"
+#include "gtkcolorswatchaccessibleprivate.h"
 
 static void atk_action_interface_init (AtkActionIface *iface);
 
diff --git a/gtk/a11y/gtkcolorswatchaccessible.h b/gtk/a11y/gtkcolorswatchaccessibleprivate.h
similarity index 100%
rename from gtk/a11y/gtkcolorswatchaccessible.h
rename to gtk/a11y/gtkcolorswatchaccessibleprivate.h
diff --git a/gtk/gtkcolorswatch.c b/gtk/gtkcolorswatch.c
index 8f60708..f6d662b 100644
--- a/gtk/gtkcolorswatch.c
+++ b/gtk/gtkcolorswatch.c
@@ -31,7 +31,7 @@
 #include "gtkpressandholdprivate.h"
 #include "gtkprivate.h"
 #include "gtkintl.h"
-#include "a11y/gtkcolorswatchaccessible.h"
+#include "a11y/gtkcolorswatchaccessibleprivate.h"
 
 
 struct _GtkColorSwatchPrivate



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