gtk: Rename private header to private name

gtk/gtkcellareaboxcontext.h -> gtk/gtkcellareaboxcontextprivate.h
This commit is contained in:
Benjamin Otte 2011-01-11 16:04:00 +01:00
parent b43bafff52
commit 04c773c94d
4 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@ gtk_public_h_sources = \
gtkcellarea.h \
gtkcellareacontext.h \
gtkcellareabox.h \
gtkcellareaboxcontext.h \
gtkcellareaboxcontextprivate.h \
gtkcelleditable.h \
gtkcelllayout.h \
gtkcellrenderer.h \

View File

@ -52,7 +52,7 @@
#include "gtkorientable.h"
#include "gtkcelllayout.h"
#include "gtkcellareabox.h"
#include "gtkcellareaboxcontext.h"
#include "gtkcellareaboxcontextprivate.h"
#include "gtktypebuiltins.h"
#include "gtkprivate.h"

View File

@ -24,7 +24,7 @@
#include "config.h"
#include "gtkintl.h"
#include "gtkcellareabox.h"
#include "gtkcellareaboxcontext.h"
#include "gtkcellareaboxcontextprivate.h"
#include "gtkorientable.h"
/* GObjectClass */