mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
Fix a typo
A getter shouldn't return void.
This commit is contained in:
parent
332fa9b848
commit
aa5afb38e8
@ -1012,7 +1012,7 @@ gtk_adjustment_enable_animation (GtkAdjustment *adjustment,
|
||||
priv->duration = duration;
|
||||
}
|
||||
|
||||
void
|
||||
guint
|
||||
gtk_adjustment_get_animation_duration (GtkAdjustment *adjustment)
|
||||
{
|
||||
return adjustment->priv->duration;
|
||||
|
Loading…
Reference in New Issue
Block a user