diff --git a/ChangeLog b/ChangeLog index d966cab2d6..7fe62d4f8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-04 Matthias Clasen + + * gtk/gtkiconview.c: + * gtk/gtkfontsel.c: + * gtk/gtkscalebutton.c: Small doc fixes. + 2008-07-04 Matthias Clasen * gdk/gdkevents.c: diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 1dadff3bd1..57613e9c08 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2008-07-04 Matthias Clasen + + * gtk/tmpl/gtkradiobutton.sgml: Update + 2008-07-04 Matthias Clasen * gdk/tmpl/events.sgml: diff --git a/docs/reference/gtk/tmpl/gtkradiobutton.sgml b/docs/reference/gtk/tmpl/gtkradiobutton.sgml index 02600b03d7..882be59408 100644 --- a/docs/reference/gtk/tmpl/gtkradiobutton.sgml +++ b/docs/reference/gtk/tmpl/gtkradiobutton.sgml @@ -128,10 +128,8 @@ Creates a new #GtkRadioButton, adding it to the same group as @radio_group_membe As with gtk_radio_button_new(), a widget should be packed into the radio button. -@radio_group_member: +@radio_group_member: an existing #GtkRadioButton. @Returns: a new radio button. - -@group: an existing #GtkRadioButton. diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c index 00520e70f9..a74a52b172 100644 --- a/gtk/gtkfontsel.c +++ b/gtk/gtkfontsel.c @@ -1710,6 +1710,8 @@ gtk_font_selection_dialog_get_font (GtkFontSelectionDialog *fsd) * @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. */ diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 0c46efb3ab..792d65c619 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -4582,6 +4582,7 @@ gtk_icon_view_new_with_model (GtkTreeModel *model) /** * 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_query_cb (GtkWidget *widget, /** * 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 diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index 5a8432ebb3..d8adb52e9f 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -796,6 +796,8 @@ gtk_scale_button_get_minus_button (GtkScaleButton *button) * * Retrieves the popup of the #GtkScaleButton. * + * Returns: the popup of the #GtkScaleButton + * * Since: 2.14 */ GtkWidget *