gtk+ r20772 - in trunk: . docs/reference docs/reference/gtk/tmpl gtk



Author: matthiasc
Date: Fri Jul  4 22:03:37 2008
New Revision: 20772
URL: http://svn.gnome.org/viewvc/gtk+?rev=20772&view=rev

Log:
Doc updates


Modified:
   trunk/ChangeLog
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/tmpl/gtkradiobutton.sgml
   trunk/gtk/gtkfontsel.c
   trunk/gtk/gtkiconview.c
   trunk/gtk/gtkscalebutton.c

Modified: trunk/docs/reference/gtk/tmpl/gtkradiobutton.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkradiobutton.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkradiobutton.sgml	Fri Jul  4 22:03:37 2008
@@ -128,10 +128,8 @@
 As with gtk_radio_button_new(), a widget should be packed into the radio button.
 </para>
 
- radio_group_member: 
+ radio_group_member: an existing #GtkRadioButton.
 @Returns: a new radio button.
-<!-- # Unused Parameters # -->
- group: an existing #GtkRadioButton.
 
 
 <!-- ##### FUNCTION gtk_radio_button_new_with_label ##### -->

Modified: trunk/gtk/gtkfontsel.c
==============================================================================
--- trunk/gtk/gtkfontsel.c	(original)
+++ trunk/gtk/gtkfontsel.c	Fri Jul  4 22:03:37 2008
@@ -1710,6 +1710,8 @@
  * @fsd: a #GtkFontSelectionDialog
  * @fontname: a pointer to a string
  *
+ * Sets the currently selected font. 
+ * 
  * Return value: %TRUE if the font selected in @fsd is now the
  * @fontname specified. %FALSE otherwise. 
  */

Modified: trunk/gtk/gtkiconview.c
==============================================================================
--- trunk/gtk/gtkiconview.c	(original)
+++ trunk/gtk/gtkiconview.c	Fri Jul  4 22:03:37 2008
@@ -4582,6 +4582,7 @@
 
 /**
  * gtk_icon_view_convert_widget_to_bin_window_coords:
+ * @icon_view: a #GtkIconView 
  * @wx: X coordinate relative to the widget
  * @wy: Y coordinate relative to the widget
  * @bx: return location for bin_window X coordinate
@@ -4897,7 +4898,6 @@
 /**
  * gtk_icon_view_set_tooltip_column:
  * @icon_view: a #GtkIconView
- * 
  * @column: an integer, which is a valid column number for @icon_view's model
  *
  * If you only plan to have simple (text-only) tooltips on full items, you

Modified: trunk/gtk/gtkscalebutton.c
==============================================================================
--- trunk/gtk/gtkscalebutton.c	(original)
+++ trunk/gtk/gtkscalebutton.c	Fri Jul  4 22:03:37 2008
@@ -796,6 +796,8 @@
  *
  * Retrieves the popup of the #GtkScaleButton.
  *
+ * Returns: the popup of the #GtkScaleButton
+ *
  * Since: 2.14
  */
 GtkWidget *



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