This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Release of guile-gtkthreads-1.0


Please find a new version of guile-gtkthreads as

  http://www.nada.kth.se/~mdj/guile-gtkthreads/guile-gtkthreads-1.0.tar.gz

NEWS are a couple of support procedures:

  gtkthreads-ensure-handler

    starts a gtk handler in a background thread

  gtkthreads-handler?

    predicate to test whether a handler is running

gtkthreads-ensure-handler calls

  gdk-threads-enter
  gtk-main
  gdk-threads-leave

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]