Re: Corba & MultiThreading (was Re: Orb choosing time)
- From: Miguel de Icaza <miguel nuclecu unam mx>
- To: gnome-list gnome org
- CC: gnome-list gnome org
- Subject: Re: Corba & MultiThreading (was Re: Orb choosing time)
- Date: Thu, 22 Jan 1998 12:40:12 -0600
> My previous experience with gtk (about 10 months ago) was that
> gtk_main_loop (which repeatedly called gtk_iteration or something like
> that) blocked on waiting for the next event from X.
You just do gdk_input_add(int fd, callbackroutine) and pass a file
descriptor. When input becomes available on fd, it will call your
routine and you can do the corba processing there.
Cheers,
Miguel.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]