1. Re: some newbie g_signal_connect questions



On Wednesday August 20 2003 22:20 CEST, Andrew W. Nosenko
wrote:
    
Matthias Mann wrote:
:  And by the way: a "void" function, does it need this
:  'return;'? Or could i leave it generally?
    
You may think about functions that returns "void" as about
functions with implicit "return" at its end.  You may step
over end of function (and implicit "return" will "faired")
or execute "return" explicitly.
    
Sorry for my late answer:
    
Thanx for your reply. I was very unsure while posting my
questions cause i had trouble with callback functions. This
is solved now. And i learned that it's better to have always
a 'return' at end of any function. So thank you!
    
Mathew
    
-- 
             ______________________________________________
                    get free software:  www.matman24.org
             ______________________________________________



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