mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +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 \
|
gtkbuilderprivate.h \
|
||||||
gtkbuttonprivate.h \
|
gtkbuttonprivate.h \
|
||||||
gtkcellareaboxcontextprivate.h \
|
gtkcellareaboxcontextprivate.h \
|
||||||
gtkcolorswatch.h \
|
gtkcolorswatchprivate.h \
|
||||||
gtkcoloreditor.h \
|
gtkcoloreditorprivate.h \
|
||||||
gtkcolorplane.h \
|
gtkcolorplaneprivate.h \
|
||||||
gtkcolorscale.h \
|
gtkcolorscaleprivate.h \
|
||||||
gtkcolorchooserprivate.h \
|
gtkcolorchooserprivate.h \
|
||||||
gtkcontainerprivate.h \
|
gtkcontainerprivate.h \
|
||||||
gtkcsscomputedvaluesprivate.h \
|
gtkcsscomputedvaluesprivate.h \
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
#include "gtkcolorchooserprivate.h"
|
#include "gtkcolorchooserprivate.h"
|
||||||
#include "gtkcolorchooserwidget.h"
|
#include "gtkcolorchooserwidget.h"
|
||||||
#include "gtkcoloreditor.h"
|
#include "gtkcoloreditorprivate.h"
|
||||||
#include "gtkcolorswatch.h"
|
#include "gtkcolorswatchprivate.h"
|
||||||
#include "gtkbox.h"
|
#include "gtkbox.h"
|
||||||
#include "gtkgrid.h"
|
#include "gtkgrid.h"
|
||||||
#include "gtklabel.h"
|
#include "gtklabel.h"
|
||||||
|
@ -30,12 +30,12 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "gtkcoloreditor.h"
|
#include "gtkcoloreditorprivate.h"
|
||||||
|
|
||||||
#include "gtkcolorchooserprivate.h"
|
#include "gtkcolorchooserprivate.h"
|
||||||
#include "gtkcolorplane.h"
|
#include "gtkcolorplaneprivate.h"
|
||||||
#include "gtkcolorscale.h"
|
#include "gtkcolorscaleprivate.h"
|
||||||
#include "gtkcolorswatch.h"
|
#include "gtkcolorswatchprivate.h"
|
||||||
#include "gtkcolorutils.h"
|
#include "gtkcolorutils.h"
|
||||||
#include "gtkgrid.h"
|
#include "gtkgrid.h"
|
||||||
#include "gtkorientable.h"
|
#include "gtkorientable.h"
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "gtkcolorplane.h"
|
#include "gtkcolorplaneprivate.h"
|
||||||
|
|
||||||
#include "gtkcolorutils.h"
|
#include "gtkcolorutils.h"
|
||||||
#include "gtkaccessible.h"
|
#include "gtkaccessible.h"
|
||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "gtkcolorscale.h"
|
#include "gtkcolorscaleprivate.h"
|
||||||
|
|
||||||
#include "gtkcolorutils.h"
|
#include "gtkcolorutils.h"
|
||||||
#include "gtkorientable.h"
|
#include "gtkorientable.h"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "gtkcolorswatch.h"
|
#include "gtkcolorswatchprivate.h"
|
||||||
|
|
||||||
#include "gtkroundedboxprivate.h"
|
#include "gtkroundedboxprivate.h"
|
||||||
#include "gtkthemingbackgroundprivate.h"
|
#include "gtkthemingbackgroundprivate.h"
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#include "gtkorientableprivate.h"
|
#include "gtkorientableprivate.h"
|
||||||
#include "gtkrange.h"
|
#include "gtkrange.h"
|
||||||
#include "gtkscale.h"
|
#include "gtkscale.h"
|
||||||
#include "gtkcolorscale.h"
|
#include "gtkcolorscaleprivate.h"
|
||||||
#include "gtkscrollbar.h"
|
#include "gtkscrollbar.h"
|
||||||
#include "gtkwindow.h"
|
#include "gtkwindow.h"
|
||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user