]> Pileus Git - ~andy/gtk/commitdiff
Rename gtkcolorswatchaccessible.h
authorMatthias Clasen <mclasen@redhat.com>
Thu, 27 Dec 2012 17:11:12 +0000 (12:11 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 27 Dec 2012 17:11:12 +0000 (12:11 -0500)
Call it gtkcolorswatchaccessibleprivate.h. This matches what we're
doing for non-public widget headers in gtk/.

gtk/a11y/Makefile.am
gtk/a11y/gtkcolorswatchaccessible.c
gtk/a11y/gtkcolorswatchaccessibleprivate.h [moved from gtk/a11y/gtkcolorswatchaccessible.h with 100% similarity]
gtk/gtkcolorswatch.c

index 3ad5bae6725a222e3c3b02bc00e9cf2094c5ad60..cfad1b6e573b5fbdab3bfb0a912ca644bde595d8 100644 (file)
@@ -101,7 +101,7 @@ gtka11y_private_h_sources =         \
        gtkaccessibility.h              \
        gtkaccessibilityutil.h          \
        gtkaccessibilitymisc.h          \
-       gtkcolorswatchaccessible.h      \
+       gtkcolorswatchaccessibleprivate.h \
        gtkcellaccessibleprivate.h      \
        gtklockbuttonaccessibleprivate.h \
        gtkiconviewaccessibleprivate.h  \
index e2bc96770439669130d6282c6c67e122d081650c..4ca6c7df5dcf952951cc9f04f6342aa009e62c9c 100644 (file)
@@ -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);
 
index 8f60708410349e36fffd191dc989cd76408dc240..f6d662b5eeff35614605fb0d395624029205a670 100644 (file)
@@ -31,7 +31,7 @@
 #include "gtkpressandholdprivate.h"
 #include "gtkprivate.h"
 #include "gtkintl.h"
-#include "a11y/gtkcolorswatchaccessible.h"
+#include "a11y/gtkcolorswatchaccessibleprivate.h"
 
 
 struct _GtkColorSwatchPrivate