for ( i=0 ;i<4 ;i++) 
    { 
        Person *fred = g_new(Person, 1); 
        /*--------------------------------------------*/
        fred->name = ming[i]; 
        fred->shoe_size = i+10; 
        fred->age=60+i; 
        list = g_list_append(list, fred); 
    } 

think you john
-- 
View this message in context: 
http://www.nabble.com/Unsolved-glib-problem-tf2236739.html#a6221766
Sent from the Gtk+ - Apps Dev forum at Nabble.com.

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to