Bug in glib docs?



Helo.

http://developer.gnome.org/doc/API/2.0/glib/glib-threads.html:                  
                                                                                
At g_thread_exit():                                                             
                                                                                
Calling                                                                         
g_thread_join (retval);                                                         
is equivalent to calling                                                        
return retval;                                                                  
                                                                                
Shouldn't that be g_thread_exit (retval) ?                                      

/Tomas
-- 
Tomas Ögren, stric ing umu se, http://www.ing.umu.se/~stric/
|- Student at Computing Science, University of Umeå
`- Sysadmin at {cs,ing,acc}.umu.se



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