[gtk+] GtkWidget: fix up docs minimally



commit d206d694fd1e9fe762ca721ae0ae6a08db56f6e8
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Aug 16 16:50:07 2014 -0400

    GtkWidget: fix up docs minimally

 gtk/gtkwidget.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 1d9dc14..383728d 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -15545,18 +15545,18 @@ union_with_clip (GtkWidget *widget,
   gdk_rectangle_union (&widget_clip, clip, clip);
 }
 
-/**
+/*
  * _gtk_widget_set_simple_clip:
- * @widget: 
+ * @widget: a #GtkWidget
  *
  * This is a convenience function for gtk_widget_set_clip(), if you
  * just want to set the clip for @widget based on its allocation,
  * CSS properties and - if the widget is a #GtkContainer - its
  * children. gtk_widget_set_allocation() must have been called
  * and all children must have been allocated with
- * gtk_widget_size_allocate() before calling this function. It is
- * therefor a good idea to call this function last in your
- * implementation of GtkWidget::size_allocate().
+ * gtk_widget_size_allocate() before calling this function.
+ * It is therefore a good idea to call this function last in
+ * your implementation of GtkWidget::size_allocate().
  *
  * If your widget overdraws its contents, you cannot use this
  * function and must call gtk_widget_set_clip() yourself.


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