gtk_adjustment_new() should return a GtkAdjustment*
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630731
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user