forked from AuroraMiddleware/gtk
Fix some doc formatting errors
svn path=/trunk/; revision=18530
This commit is contained in:
parent
ab5a9520df
commit
dfe7852586
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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,
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user