]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcellarea.c
Fix DND with frame sync
[~andy/gtk] / gtk / gtkcellarea.c
index 6efb490c5cd15b11c41745a64569bd57bfd98ce5..c9d6a7a3336af063543fb9835f60c73ef5b427d1 100644 (file)
  * call to #GtkWidgetClass.get_preferred_height_for_width(). Returning
  * a perfect height for width that is larger than the screen area is
  * inconsequential since after the layouting receives an allocation
- * from a scrolled window it simply continues to drive the the scrollbar
+ * from a scrolled window it simply continues to drive the scrollbar
  * values while more and more height is required for the row heights
  * that are calculated in the background.
  * </para>
@@ -2335,7 +2335,7 @@ gtk_cell_area_attribute_disconnect (GtkCellArea        *area,
 }
 
 /**
- * gtk_cell_area_apply_attributes
+ * gtk_cell_area_apply_attributes:
  * @area: a #GtkCellArea
  * @tree_model: the #GtkTreeModel to pull values from
  * @iter: the #GtkTreeIter in @tree_model to apply values for