From 4ceb25e0115f1b745d1678a8e9610b9ea08295dc Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 15 Nov 2010 11:23:55 +0900 Subject: More documentation in gtkcellarea.c --- gtk/gtkcellarea.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gtk/gtkcellarea.h') diff --git a/gtk/gtkcellarea.h b/gtk/gtkcellarea.h index 4007ae1a4e..2434f817f0 100644 --- a/gtk/gtkcellarea.h +++ b/gtk/gtkcellarea.h @@ -106,8 +106,8 @@ struct _GtkCellAreaClass void (* get_preferred_width) (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, - gint *minimum_size, - gint *natural_size); + gint *minimum_width, + gint *natural_width); void (* get_preferred_height_for_width) (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, @@ -117,8 +117,8 @@ struct _GtkCellAreaClass void (* get_preferred_height) (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, - gint *minimum_size, - gint *natural_size); + gint *minimum_height, + gint *natural_height); void (* get_preferred_width_for_height) (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, -- cgit v1.2.1