mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
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:
parent
12f9b81b1e
commit
38963870eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user