forked from AuroraMiddleware/gtk
gtk: Rename private header to private name
gtk/gtkcellareaboxcontext.h -> gtk/gtkcellareaboxcontextprivate.h
This commit is contained in:
parent
b43bafff52
commit
04c773c94d
@ -173,7 +173,7 @@ gtk_public_h_sources = \
|
||||
gtkcellarea.h \
|
||||
gtkcellareacontext.h \
|
||||
gtkcellareabox.h \
|
||||
gtkcellareaboxcontext.h \
|
||||
gtkcellareaboxcontextprivate.h \
|
||||
gtkcelleditable.h \
|
||||
gtkcelllayout.h \
|
||||
gtkcellrenderer.h \
|
||||
|
@ -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"
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "config.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtkcellareabox.h"
|
||||
#include "gtkcellareaboxcontext.h"
|
||||
#include "gtkcellareaboxcontextprivate.h"
|
||||
#include "gtkorientable.h"
|
||||
|
||||
/* GObjectClass */
|
||||
|
Loading…
Reference in New Issue
Block a user