gtk+ r20646 - in trunk: . gtk



Author: johan
Date: Fri Jun 20 14:22:26 2008
New Revision: 20646
URL: http://svn.gnome.org/viewvc/gtk+?rev=20646&view=rev

Log:
2008-06-20  Johan Dahlin  <jdahlin async com br>

    * gtk/gtkscalebutton.c: Fix gtk-doc syntax, add missing trailing colon.



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkscalebutton.c

Modified: trunk/gtk/gtkscalebutton.c
==============================================================================
--- trunk/gtk/gtkscalebutton.c	(original)
+++ trunk/gtk/gtkscalebutton.c	Fri Jun 20 14:22:26 2008
@@ -488,7 +488,7 @@
 }
 
 /**
- * gtk_scale_button_new
+ * gtk_scale_button_new:
  * @size: a stock icon size
  * @min: the minimum value of the scale (usually 0)
  * @max: the maximum value of the scale (usually 100)
@@ -526,7 +526,7 @@
 }
 
 /**
- * gtk_scale_button_get_value
+ * gtk_scale_button_get_value:
  * @button: a #GtkScaleButton
  *
  * Gets the current value of the scale button.
@@ -548,7 +548,7 @@
 }
 
 /**
- * gtk_scale_button_set_value
+ * gtk_scale_button_set_value:
  * @button: a #GtkScaleButton
  * @value: new value of the scale button
  *
@@ -573,7 +573,7 @@
 }
 
 /**
- * gtk_scale_button_set_icons
+ * gtk_scale_button_set_icons:
  * @button: a #GtkScaleButton
  * @icons: a %NULL-terminated array of icon names
  *
@@ -626,7 +626,7 @@
 }
 
 /**
- * gtk_scale_button_set_adjustment
+ * gtk_scale_button_set_adjustment:
  * @button: a #GtkScaleButton
  * @adjustment: a #GtkAdjustment
  *
@@ -1321,6 +1321,5 @@
   g_object_notify (G_OBJECT (button), "value");
 }
  
-
 #define __GTK_SCALE_BUTTON_C__
 #include "gtkaliasdef.c"



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