Move classes that currently derive from GtkObject to GInitiallyUnowned

This commit is contained in:
Javier Jardón
2010-09-18 19:54:31 -04:00
committed by Matthias Clasen
parent 945e97e505
commit 3b8184cfee
16 changed files with 51 additions and 58 deletions

View File

@ -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);