summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-01-11 16:04:00 +0100
committerBenjamin Otte <otte@redhat.com>2011-01-11 16:46:59 +0100
commit04c773c94d64337568490b024c4206fb5a4f6792 (patch)
tree4bf5b496bd70058a2fcc3a8f1d37cda7c899fb56
parentb43bafff52c4e7b319329455d2dd3af196398a30 (diff)
downloadgtk+-04c773c94d64337568490b024c4206fb5a4f6792.tar.gz
gtk: Rename private header to private name
gtk/gtkcellareaboxcontext.h -> gtk/gtkcellareaboxcontextprivate.h
-rw-r--r--gtk/Makefile.am2
-rw-r--r--gtk/gtkcellareabox.c2
-rw-r--r--gtk/gtkcellareaboxcontext.c2
-rw-r--r--gtk/gtkcellareaboxcontextprivate.h (renamed from gtk/gtkcellareaboxcontext.h)0
4 files changed, 3 insertions, 3 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 653e4e0b2f..d5e2f7f7be 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -173,7 +173,7 @@ gtk_public_h_sources = \
gtkcellarea.h \
gtkcellareacontext.h \
gtkcellareabox.h \
- gtkcellareaboxcontext.h \
+ gtkcellareaboxcontextprivate.h \
gtkcelleditable.h \
gtkcelllayout.h \
gtkcellrenderer.h \
diff --git a/gtk/gtkcellareabox.c b/gtk/gtkcellareabox.c
index 44da08dacb..b04e5d6228 100644
--- a/gtk/gtkcellareabox.c
+++ b/gtk/gtkcellareabox.c
@@ -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"
diff --git a/gtk/gtkcellareaboxcontext.c b/gtk/gtkcellareaboxcontext.c
index c5e02bda9e..86ce52c236 100644
--- a/gtk/gtkcellareaboxcontext.c
+++ b/gtk/gtkcellareaboxcontext.c
@@ -24,7 +24,7 @@
#include "config.h"
#include "gtkintl.h"
#include "gtkcellareabox.h"
-#include "gtkcellareaboxcontext.h"
+#include "gtkcellareaboxcontextprivate.h"
#include "gtkorientable.h"
/* GObjectClass */
diff --git a/gtk/gtkcellareaboxcontext.h b/gtk/gtkcellareaboxcontextprivate.h
index d586cc341a..d586cc341a 100644
--- a/gtk/gtkcellareaboxcontext.h
+++ b/gtk/gtkcellareaboxcontextprivate.h