summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-07-04 22:03:37 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-07-04 22:03:37 +0000
commit908aba628a1883a10d0405f253c2cf7e92f43518 (patch)
treecb2abf0991f9e8c81afa133bd5e2c965cc99f5a0 /gtk
parentfaef4e8ce2634af14345099c425dc8a7f636d094 (diff)
downloadgtk+-908aba628a1883a10d0405f253c2cf7e92f43518.tar.gz
Doc updates
svn path=/trunk/; revision=20772
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkfontsel.c2
-rw-r--r--gtk/gtkiconview.c2
-rw-r--r--gtk/gtkscalebutton.c2
3 files changed, 5 insertions, 1 deletions
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 *