summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-30 03:12:49 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-30 03:12:49 -0500
commit4a0aa41742a8830aae7e813f2e7b0386e394ada6 (patch)
tree5c138413ce7f45d8ab0aa4e30de4c6bc70378123 /gtk
parentd463bbfdcd8f9769ab9aadc6b23df79d2c17d63d (diff)
downloadgtk+-4a0aa41742a8830aae7e813f2e7b0386e394ada6.tar.gz
Add gtkorientableprivate.h header
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.am1
-rw-r--r--gtk/gtkcellview.c2
-rw-r--r--gtk/gtkgrid.c2
-rw-r--r--gtk/gtkorientable.c2
-rw-r--r--gtk/gtkorientable.h3
-rw-r--r--gtk/gtkorientableprivate.h31
-rw-r--r--gtk/gtkprogressbar.c2
-rw-r--r--gtk/gtkrange.c2
-rw-r--r--gtk/gtkseparator.c2
-rw-r--r--gtk/gtktoolpalette.c1
10 files changed, 39 insertions, 9 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index ab67aeed6e..366c7fec3c 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -406,6 +406,7 @@ gtk_private_h_sources = \
gtkmodifierstyle.h \
gtkmountoperationprivate.h \
gtknumerableiconprivate.h \
+ gtkorientableprivate.h \
gtkpango.h \
gtkpathbar.h \
gtkprintoperation-private.h \
diff --git a/gtk/gtkcellview.c b/gtk/gtkcellview.c
index beb7ebb229..cd11aebcdb 100644
--- a/gtk/gtkcellview.c
+++ b/gtk/gtkcellview.c
@@ -26,7 +26,7 @@
#include "gtkcellrenderertext.h"
#include "gtkcellrendererpixbuf.h"
#include "gtkprivate.h"
-#include "gtkorientable.h"
+#include "gtkorientableprivate.h"
#include <gobject/gmarshal.h>
#include "gtkbuildable.h"
diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c
index 9e1498d3e2..5639c2a7c0 100644
--- a/gtk/gtkgrid.c
+++ b/gtk/gtkgrid.c
@@ -22,7 +22,7 @@
#include "gtkgrid.h"
-#include "gtkorientable.h"
+#include "gtkorientableprivate.h"
#include "gtksizerequest.h"
#include "gtkprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtkorientable.c b/gtk/gtkorientable.c
index 81fcf6c384..7a5038b491 100644
--- a/gtk/gtkorientable.c
+++ b/gtk/gtkorientable.c
@@ -23,7 +23,7 @@
#include "config.h"
-#include "gtkorientable.h"
+#include "gtkorientableprivate.h"
#include "gtkprivate.h"
#include "gtktypebuiltins.h"
#include "gtkintl.h"
diff --git a/gtk/gtkorientable.h b/gtk/gtkorientable.h
index 63ca6e5cd5..fa2c85bf08 100644
--- a/gtk/gtkorientable.h
+++ b/gtk/gtkorientable.h
@@ -55,9 +55,6 @@ void gtk_orientable_set_orientation (GtkOrientable *orientable,
GtkOrientation orientation);
GtkOrientation gtk_orientable_get_orientation (GtkOrientable *orientable);
-/* Private */
-void _gtk_orientable_set_style_classes (GtkOrientable *orientable);
-
G_END_DECLS
#endif /* __GTK_ORIENTABLE_H__ */
diff --git a/gtk/gtkorientableprivate.h b/gtk/gtkorientableprivate.h
new file mode 100644
index 0000000000..273fc101f0
--- /dev/null
+++ b/gtk/gtkorientableprivate.h
@@ -0,0 +1,31 @@
+/* GTK - The GIMP Toolkit
+ * Copyright (C) 2011 Red Hat, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __GTK_ORIENTABLE_PRIVATE_H__
+#define __GTK_ORIENTABLE_PRIVATE_H__
+
+#include "gtkorientable.h"
+
+G_BEGIN_DECLS
+
+void _gtk_orientable_set_style_classes (GtkOrientable *orientable);
+
+G_END_DECLS
+
+#endif /* __GTK_ORIENTABLE_H__ */
diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c
index 821cd8c648..d97a81c0a0 100644
--- a/gtk/gtkprogressbar.c
+++ b/gtk/gtkprogressbar.c
@@ -29,7 +29,7 @@
#include <string.h>
#include "gtkprogressbar.h"
-#include "gtkorientable.h"
+#include "gtkorientableprivate.h"
#include "gtkprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c
index 3981dcff74..b1fc063c45 100644
--- a/gtk/gtkrange.c
+++ b/gtk/gtkrange.c
@@ -32,7 +32,7 @@
#include "gtkmainprivate.h"
#include "gtkmarshalers.h"
-#include "gtkorientable.h"
+#include "gtkorientableprivate.h"
#include "gtkrange.h"
#include "gtkscale.h"
#include "gtkscrollbar.h"
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c
index fda69535ea..687139fd4a 100644
--- a/gtk/gtkseparator.c
+++ b/gtk/gtkseparator.c
@@ -26,7 +26,7 @@
#include "config.h"
-#include "gtkorientable.h"
+#include "gtkorientableprivate.h"
#include "gtkseparator.h"
#include "gtkprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtktoolpalette.c b/gtk/gtktoolpalette.c
index ed3aed282d..fea7bf1f5c 100644
--- a/gtk/gtktoolpalette.c
+++ b/gtk/gtktoolpalette.c
@@ -29,6 +29,7 @@
#include "gtktypebuiltins.h"
#include "gtkprivate.h"
#include "gtkscrollable.h"
+#include "gtkorientableprivate.h"
#include "gtkintl.h"
#define DEFAULT_ICON_SIZE GTK_ICON_SIZE_SMALL_TOOLBAR