Rename gtkcolorswatchaccessible.h

Call it gtkcolorswatchaccessibleprivate.h. This matches what we're
doing for non-public widget headers in gtk/.
This commit is contained in:
Matthias Clasen 2012-12-27 12:11:12 -05:00
parent 12f9b81b1e
commit 38963870eb
4 changed files with 3 additions and 3 deletions

View 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 \

View 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);

View File

@ -31,7 +31,7 @@
#include "gtkpressandholdprivate.h"
#include "gtkprivate.h"
#include "gtkintl.h"
#include "a11y/gtkcolorswatchaccessible.h"
#include "a11y/gtkcolorswatchaccessibleprivate.h"
struct _GtkColorSwatchPrivate