gtk+ r19725 - in trunk: . gtk



Author: johan
Date: Thu Mar  6 23:21:26 2008
New Revision: 19725
URL: http://svn.gnome.org/viewvc/gtk+?rev=19725&view=rev

Log:
2008-03-06  Johan Dahlin  <johan gnome org>

    Make gtk-doc happy:
    
    * gtk/gtkstyle.c: npoints->n_points.
    * gtk/gtktestutils.h: widget->spinner
    * gtk/gtktestutils.c: argc->argcp, argv->argvp



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkstyle.c
   trunk/gtk/gtktestutils.c
   trunk/gtk/gtktestutils.h

Modified: trunk/gtk/gtkstyle.c
==============================================================================
--- trunk/gtk/gtkstyle.c	(original)
+++ trunk/gtk/gtkstyle.c	Thu Mar  6 23:21:26 2008
@@ -5711,7 +5711,7 @@
  * @widget: the widget (may be %NULL)
  * @detail: a style detail (may be %NULL)
  * @points: an array of #GdkPoint<!-- -->s
- * @npoints: length of @points
+ * @n_points: length of @points
  * @fill: %TRUE if the polygon should be filled
  * 
  * Draws a polygon on @window with the given parameters.

Modified: trunk/gtk/gtktestutils.c
==============================================================================
--- trunk/gtk/gtktestutils.c	(original)
+++ trunk/gtk/gtktestutils.c	Thu Mar  6 23:21:26 2008
@@ -34,9 +34,9 @@
 /* --- test utilities --- */
 /**
  * gtk_test_init:
- * @argc: Address of the <parameter>argc</parameter> parameter of the
+ * @argcp: Address of the <parameter>argc</parameter> parameter of the
  *        main() function. Changed if any arguments were handled.
- * @argv: Address of the <parameter>argv</parameter> parameter of main().
+ * @argvp: Address of the <parameter>argv</parameter> parameter of main().
  *        Any parameters understood by g_test_init() or gtk_init() are
  *        stripped before return.
  *

Modified: trunk/gtk/gtktestutils.h
==============================================================================
--- trunk/gtk/gtktestutils.h	(original)
+++ trunk/gtk/gtktestutils.h	Thu Mar  6 23:21:26 2008
@@ -45,7 +45,7 @@
 void            gtk_test_slider_set_perc        (GtkWidget      *widget, /* GtkRange-alike */
                                                  double          percentage);
 double          gtk_test_slider_get_value       (GtkWidget      *widget);
-gboolean        gtk_test_spin_button_click      (GtkSpinButton  *widget,
+gboolean        gtk_test_spin_button_click      (GtkSpinButton  *spinner,
                                                  guint           button,
                                                  gboolean        upwards);
 gboolean        gtk_test_widget_click           (GtkWidget      *widget,



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