[gtk+/native-layout] Some more gtk-doc corrections



commit 0eff4061ab49f02bae49f71cd92d14105d50898b
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sun Jun 20 14:19:10 2010 -0400

    Some more gtk-doc corrections

 gtk/gtkcellsizerequest.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcellsizerequest.c b/gtk/gtkcellsizerequest.c
index bf98a7e..fc0005e 100644
--- a/gtk/gtkcellsizerequest.c
+++ b/gtk/gtkcellsizerequest.c
@@ -151,7 +151,7 @@ gtk_cell_size_request_get_height (GtkCellSizeRequest *cell,
  * @minimum_width: location for storing the minimum size, or %NULL
  * @natural_width: location for storing the preferred size, or %NULL
  *
- * Retreives a cell renderers's natural width if it were rendered to 
+ * Retreives a cell renderers's minimum and natural width if it were rendered to 
  * @widget with the specified @height.
  *
  * Since: 3.0
@@ -188,7 +188,7 @@ gtk_cell_size_request_get_width_for_height (GtkCellSizeRequest *cell,
  * @minimum_height: location for storing the minimum size, or %NULL
  * @natural_height: location for storing the preferred size, or %NULL
  *
- * Retreives a cell renderers's natural height if it were rendered to 
+ * Retreives a cell renderers's minimum and natural height if it were rendered to 
  * @widget with the specified @width.
  *
  * Since: 3.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]