[EMAIL PROTECTED] kirjoitti 14.01.2008 kello 12:53:
> 
> Hi all,
> 
> 
> How do I exit from callback function at my discretion[instead of
>  quitting
> by reaching end of callback function].

By "return", "return FALSE" or "return TRUE" depending on what kind of callback 
you are talking about and what you want to happen next. "return TRUE" means 
there is an error and possibly has an effect on the program flow.

You should probably study a bit of C basics before going deeper into gtk, which 
is quite hard to master without basic C knowledge, which certainly include 
"return".

Joakim


...................................................................
Luukku Plus paketilla pääset eroon tila- ja turvallisuusongelmista.
Hanki Luukku Plus ja helpotat elämääsi. http://www.mtv3.fi/luukku

_______________________________________________
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