Re: how to fully quit out of recursive main loops?



>> so yes, perhaps its a small
>> set of programs, but we're doing it the right way, and the rest of you
>> are just being lazy :)
>
>With no apparent negative impact. ;-)

ever heard the sound of an audio interface looping through its buffers
while the rest of the application shuts down first? this is a resource
acquisition/release problem, and it typifies the kinds of things that
are best handled by returning to level at which the resources were
acquired (ie. before gtk_main_run()).

--p



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