]> Pileus Git - ~andy/gtk/commitdiff
Make gtk-doc happy:
authorJohan Dahlin <johan@gnome.org>
Thu, 6 Mar 2008 23:21:26 +0000 (23:21 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Thu, 6 Mar 2008 23:21:26 +0000 (23:21 +0000)
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

svn path=/trunk/; revision=19725

ChangeLog
gtk/gtkstyle.c
gtk/gtktestutils.c
gtk/gtktestutils.h

index a0a90daf6923aa8711f5bcb10709230445b6ed27..8df4a6f1669de6d3ce9911f4a76b1f22e0563af2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
+
 2008-03-06  William Lachance <wrlach@gmail.com>
 
        * gtk/gtkfilechooserdefault.c: Oops, forgot to make the raw "%H:%M" 
index 0ec086ad5752e69087384f43d8b6dd8e75d36bed..d2c1576d4e9e630d4b54c966ddb10fd4ab153985 100644 (file)
@@ -5711,7 +5711,7 @@ gtk_paint_shadow (GtkStyle           *style,
  * @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.
index 6127b23a5185e70138aee7e6b5ecc75c4a797846..f80348d13207c339294c439c0ce116ff92c8a138 100644 (file)
@@ -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.
  *
index 9991e75d4680569380e8b2d17f8f2070135527ad..59aa2af4e64fa643a394246272f340baa049e0ff 100644 (file)
@@ -45,7 +45,7 @@ GtkWidget*      gtk_test_display_button_window  (const gchar    *window_title,
 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,