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:
@@ -101,7 +101,7 @@ gtka11y_private_h_sources = \
|
||||
gtkaccessibility.h \
|
||||
gtkaccessibilityutil.h \
|
||||
gtkaccessibilitymisc.h \
|
||||
gtkcolorswatchaccessible.h \
|
||||
gtkcolorswatchaccessibleprivate.h \
|
||||
gtkcellaccessibleprivate.h \
|
||||
gtklockbuttonaccessibleprivate.h \
|
||||
gtkiconviewaccessibleprivate.h \
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "gtkpressandholdprivate.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkintl.h"
|
||||
#include "a11y/gtkcolorswatchaccessible.h"
|
||||
#include "a11y/gtkcolorswatchaccessibleprivate.h"
|
||||
|
||||
|
||||
struct _GtkColorSwatchPrivate
|
||||
|
||||
Reference in New Issue
Block a user