Fix some doc formatting errors

svn path=/trunk/; revision=18530
This commit is contained in:
Matthias Clasen 2007-07-23 18:33:35 +00:00
parent ab5a9520df
commit dfe7852586
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2007-07-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c:
* gtk/gtkiconview.c:
* gtk/gtkscalebutton.c: Fix some doc formatting errors.
(#459313, Gian Mario Tagliaretti)
2007-07-23 Matthias Clasen <mclasen@redhat.com>
* configure.in: Dectect if cups allows access to the http_t

View File

@ -4911,7 +4911,7 @@ gtk_icon_view_set_tooltip_column (GtkIconView *icon_view,
* Return value: the index of the tooltip column that is currently being
* used, or -1 if this is disabled.
*
* Since 2.12
* Since: 2.12
*/
gint
gtk_icon_view_get_tooltip_column (GtkIconView *icon_view)

View File

@ -578,7 +578,7 @@ gtk_scale_button_set_value (GtkScaleButton *button,
* Sets the icons to be used by the scale button.
* For details, see the #GtkScaleButton:icons property.
*
* Since 2.12
* Since: 2.12
*/
void
gtk_scale_button_set_icons (GtkScaleButton *button,

View File

@ -15463,7 +15463,7 @@ gtk_tree_view_set_tooltip_column (GtkTreeView *tree_view,
* Return value: the index of the tooltip column that is currently being
* used, or -1 if this is disabled.
*
* Since 2.12
* Since: 2.12
*/
gint
gtk_tree_view_get_tooltip_column (GtkTreeView *tree_view)