gtk_adjustment_new() should return a GtkAdjustment*

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630731
This commit is contained in:
Javier Jardón
2010-09-27 14:48:26 +02:00
parent 948768c708
commit 42f480a537
13 changed files with 61 additions and 65 deletions

View File

@ -74,7 +74,7 @@ struct _GtkAdjustmentClass
GType gtk_adjustment_get_type (void) G_GNUC_CONST;
GObject* gtk_adjustment_new (gdouble value,
GtkAdjustment* gtk_adjustment_new (gdouble value,
gdouble lower,
gdouble upper,
gdouble step_increment,