From mboxrd@z Thu Jan 1 00:00:00 1970 From: mdj@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-gtkthreads gtkthreads.c gtkthreads.h Date: Wed, 29 Mar 2000 17:41:00 -0000 Message-id: <20000330014142.12102.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q1/msg00557.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: mdj@sourceware.cygnus.com 00/03/29 17:41:42 Modified files: guile-gtkthreads: gtkthreads.c gtkthreads.h Log message: * gtkthreads.c, gtkthreads.h (gtkthreads-update): New procedure: Wakes up the main loop so that it begins to handle pending events. (Ideally this should be performed automatically.) (g_poll): Extended to support waking up.