summaryrefslogtreecommitdiff
path: root/gtk/gtkcellareaboxcontextprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-02-08 23:18:22 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-02-08 23:21:39 -0500
commit861ba00166d0b54877db2192612b3f726e0a07b5 (patch)
tree080b17c4a14a4711d2fc0da0f279e82951cdf343 /gtk/gtkcellareaboxcontextprivate.h
parent394ae46ec08857405e4e5b3dad3782c9d9c59651 (diff)
downloadgtk+-861ba00166d0b54877db2192612b3f726e0a07b5.tar.gz
Don't export gtk_cell_area_box_init_groups
That function can't be meant to be public, since it take a GtkCellAreaBoxContext argument, which is not a public type.
Diffstat (limited to 'gtk/gtkcellareaboxcontextprivate.h')
-rw-r--r--gtk/gtkcellareaboxcontextprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcellareaboxcontextprivate.h b/gtk/gtkcellareaboxcontextprivate.h
index b5664ae78b..7e0f2ae7c1 100644
--- a/gtk/gtkcellareaboxcontextprivate.h
+++ b/gtk/gtkcellareaboxcontextprivate.h
@@ -67,10 +67,10 @@ GtkCellAreaBoxContext *_gtk_cell_area_box_context_copy (GtkCellAreaBox
GtkCellAreaBoxContext *box_context);
/* Initialize group array dimensions */
-void gtk_cell_area_box_init_groups (GtkCellAreaBoxContext *box_context,
+void _gtk_cell_area_box_init_groups (GtkCellAreaBoxContext *box_context,
guint n_groups,
gboolean *expand_groups,
- gboolean *align_groups);
+ gboolean *align_groups);
/* Update cell-group sizes */
void _gtk_cell_area_box_context_push_group_width (GtkCellAreaBoxContext *box_context,