From: Sean E. <sea...@gm...> - 2005-10-29 19:03:27
|
On 10/28/05, Peter Lawler <gai...@si...> wrote: > From my experience with g_spawn_command_line_sync in /exec plugin, it's > evil. You're presuming that gconftool-2 will return nicely and in a > timely manner. Yes, I am. I've been assured by GNOME developers that gconftool-2 will return immediately and will never print anything other than the value to STDOUT. Obviouslly, Gaim has stricter requirements for "immediately" than a shell script would, but if this actually turns out being problematic, we can change it to use g_spawn_async_with_pipes(), but that code will be so much uglier. -s. -- Author of Open Source Messaging Application Development: Building and Extending Gaim: http://gaim.sf.net/book.php |