Move classes that currently derive from GtkObject to GInitiallyUnowned
This commit is contained in:
committed by
Matthias Clasen
parent
945e97e505
commit
3b8184cfee
@ -546,7 +546,7 @@ gtk_scale_new_with_range (GtkOrientation orientation,
|
||||
gdouble max,
|
||||
gdouble step)
|
||||
{
|
||||
GtkObject *adj;
|
||||
GObject *adj;
|
||||
gint digits;
|
||||
|
||||
g_return_val_if_fail (min < max, NULL);
|
||||
|
||||
Reference in New Issue
Block a user