Re: Unsolved glib problem




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.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]