summaryrefslogtreecommitdiff
path: root/gtk/gtkcellareabox.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/gtkcellareabox.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/gtkcellareabox.h')
-rw-r--r--gtk/gtkcellareabox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcellareabox.h b/gtk/gtkcellareabox.h
index cfe00e831e..e61494d6bb 100644
--- a/gtk/gtkcellareabox.h
+++ b/gtk/gtkcellareabox.h
@@ -70,19 +70,19 @@ void gtk_cell_area_box_pack_start (GtkCellAreaBox *box,
GtkCellRenderer *renderer,
gboolean expand,
gboolean align,
- gboolean fixed);
+ gboolean fixed);
void gtk_cell_area_box_pack_end (GtkCellAreaBox *box,
GtkCellRenderer *renderer,
gboolean expand,
gboolean align,
- gboolean fixed);
+ gboolean fixed);
gint gtk_cell_area_box_get_spacing (GtkCellAreaBox *box);
void gtk_cell_area_box_set_spacing (GtkCellAreaBox *box,
gint spacing);
/* Private interaction with GtkCellAreaBoxContext */
gboolean _gtk_cell_area_box_group_visible (GtkCellAreaBox *box,
- gint group_idx);
+ gint group_idx);
G_END_DECLS