Consistently private headers

Add a 'private' suffix to all newly introduced private
headers.
This commit is contained in:
Matthias Clasen 2012-02-08 19:36:10 -05:00
parent 5aaeaa7b81
commit bad24bc119
11 changed files with 15 additions and 14 deletions

View File

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

View File

@ -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"

View File

@ -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"

View File

@ -19,7 +19,8 @@
#include "config.h"
#include "gtkcolorplane.h"
#include "gtkcolorplaneprivate.h"
#include "gtkcolorutils.h"
#include "gtkaccessible.h"
#include "gtkintl.h"

View File

@ -19,7 +19,7 @@
#include "config.h"
#include "gtkcolorscale.h"
#include "gtkcolorscaleprivate.h"
#include "gtkcolorutils.h"
#include "gtkorientable.h"

View File

@ -19,7 +19,7 @@
#include "config.h"
#include "gtkcolorswatch.h"
#include "gtkcolorswatchprivate.h"
#include "gtkroundedboxprivate.h"
#include "gtkthemingbackgroundprivate.h"

View File

@ -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"