summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderer.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-05 10:04:48 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-05 10:04:48 -0500
commit680b64d04a49d6c129f5442ce4039980bb86fa4a (patch)
treec62132cc9a006d2f8a6d587abb065f5283a2727b /gtk/gtkcellrenderer.c
parent9f133125202f36a52a4b48ebfa49537550c3a731 (diff)
downloadgtk+-680b64d04a49d6c129f5442ce4039980bb86fa4a.tar.gz
Fix some parameter name mismatches in the docs
Diffstat (limited to 'gtk/gtkcellrenderer.c')
-rw-r--r--gtk/gtkcellrenderer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkcellrenderer.c b/gtk/gtkcellrenderer.c
index 95f33406b8..a6760ee1ac 100644
--- a/gtk/gtkcellrenderer.c
+++ b/gtk/gtkcellrenderer.c
@@ -1570,17 +1570,12 @@ gtk_cell_renderer_get_preferred_height_for_width (GtkCellRenderer *cell,
* gtk_cell_renderer_get_preferred_size:
* @cell: a #GtkCellRenderer instance
* @widget: the #GtkWidget this cell will be rendering to
- * @request_natural: Whether to base the contextual request off of the
- * base natural or the base minimum
* @minimum_size: (out) (allow-none): location for storing the minimum size, or %NULL
* @natural_size: (out) (allow-none): location for storing the natural size, or %NULL
*
* Retrieves the minimum and natural size of a cell taking
* into account the widget's preference for height-for-width management.
*
- * If request_natural is specified, the non-contextual natural value will
- * be used to make the contextual request; otherwise the minimum will be used.
- *
* Since: 3.0
*/
void