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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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