Date: Tue, 15 Mar 2005 10:58:58 +0100 (CET) Message-Id: <20050315.105858.74746677.andrieu at ijm.jussieu.fr> To: rich at annexia.org Cc: lablgtk at math.nagoya-u.ac.jp Subject: Re: g_main_context_iteration not bound? From: Olivier Andrieu In-Reply-To: <20050310233442.GA25276 at furbychan.cocan.org> References: <20050310233442.GA25276 at furbychan.cocan.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Richard Jones [Thu, 10 Mar 2005]: > > I looked in the latest snapshot and it seems like > g_main_context_iteration isn't bound: > > http://www.gtk.org/faq/#AEN602 > http://www-eleves-isia.cma.fr/documentation/GtkDoc/glib/glib-the-main-event-loop.html#G-MAIN-ITERATION > > The deprecated g_main_iteration is bound (as Main.iteration), so I > can make my program work for now. g_main_iteration = g_main_context_iteration with the GMainContext argument NULL (ie default context). Actually none of the main loop functions with GMainContext arguments are bound in lablgtk. It's a bit delicate as this is meant to deal with threads. I'm not sure how this interacts with the way threads are handled in lablgtk. -- Olivier