mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
Consistently private headers
Add a 'private' suffix to all newly introduced private headers.
This commit is contained in:
parent
5aaeaa7b81
commit
bad24bc119
@ -414,10 +414,10 @@ gtk_private_h_sources = \
|
||||
gtkbuilderprivate.h \
|
||||
gtkbuttonprivate.h \
|
||||
gtkcellareaboxcontextprivate.h \
|
||||
gtkcolorswatch.h \
|
||||
gtkcoloreditor.h \
|
||||
gtkcolorplane.h \
|
||||
gtkcolorscale.h \
|
||||
gtkcolorswatchprivate.h \
|
||||
gtkcoloreditorprivate.h \
|
||||
gtkcolorplaneprivate.h \
|
||||
gtkcolorscaleprivate.h \
|
||||
gtkcolorchooserprivate.h \
|
||||
gtkcontainerprivate.h \
|
||||
gtkcsscomputedvaluesprivate.h \
|
||||
|
@ -22,8 +22,8 @@
|
||||
|
||||
#include "gtkcolorchooserprivate.h"
|
||||
#include "gtkcolorchooserwidget.h"
|
||||
#include "gtkcoloreditor.h"
|
||||
#include "gtkcolorswatch.h"
|
||||
#include "gtkcoloreditorprivate.h"
|
||||
#include "gtkcolorswatchprivate.h"
|
||||
#include "gtkbox.h"
|
||||
#include "gtkgrid.h"
|
||||
#include "gtklabel.h"
|
||||
|
@ -30,12 +30,12 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gtkcoloreditor.h"
|
||||
#include "gtkcoloreditorprivate.h"
|
||||
|
||||
#include "gtkcolorchooserprivate.h"
|
||||
#include "gtkcolorplane.h"
|
||||
#include "gtkcolorscale.h"
|
||||
#include "gtkcolorswatch.h"
|
||||
#include "gtkcolorplaneprivate.h"
|
||||
#include "gtkcolorscaleprivate.h"
|
||||
#include "gtkcolorswatchprivate.h"
|
||||
#include "gtkcolorutils.h"
|
||||
#include "gtkgrid.h"
|
||||
#include "gtkorientable.h"
|
||||
|
@ -19,7 +19,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gtkcolorplane.h"
|
||||
#include "gtkcolorplaneprivate.h"
|
||||
|
||||
#include "gtkcolorutils.h"
|
||||
#include "gtkaccessible.h"
|
||||
#include "gtkintl.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gtkcolorscale.h"
|
||||
#include "gtkcolorscaleprivate.h"
|
||||
|
||||
#include "gtkcolorutils.h"
|
||||
#include "gtkorientable.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gtkcolorswatch.h"
|
||||
#include "gtkcolorswatchprivate.h"
|
||||
|
||||
#include "gtkroundedboxprivate.h"
|
||||
#include "gtkthemingbackgroundprivate.h"
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include "gtkorientableprivate.h"
|
||||
#include "gtkrange.h"
|
||||
#include "gtkscale.h"
|
||||
#include "gtkcolorscale.h"
|
||||
#include "gtkcolorscaleprivate.h"
|
||||
#include "gtkscrollbar.h"
|
||||
#include "gtkwindow.h"
|
||||
#include "gtkprivate.h"
|
||||
|
Loading…
Reference in New Issue
Block a user