Re: some newbie g_signal_connect questions



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.

-- 
Andrew W. Nosenko    (awn bcs zp ua)



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