<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Saving the world one uW at a time : ekiga</title>
	<atom:link href="http://blogs.gnome.org/snark/2008/12/11/saving-the-world-one-uw-at-a-time-ekiga/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/snark/2008/12/11/saving-the-world-one-uw-at-a-time-ekiga/</link>
	<description>Snark's gnome blog</description>
	<lastBuildDate>Tue, 25 Aug 2009 13:54:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Henstridge</title>
		<link>http://blogs.gnome.org/snark/2008/12/11/saving-the-world-one-uw-at-a-time-ekiga/comment-page-1/#comment-97</link>
		<dc:creator>James Henstridge</dc:creator>
		<pubDate>Thu, 11 Dec 2008 17:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/snark/?p=56#comment-97</guid>
		<description>Perhaps you could do a single #if in a header.  Something like:

    #if ! GLIB_CHECK_VERSION(2,14,0)
    #  define g_timeout_add_seconds(interval, function, data) g_timeout_add((interval)*1000, (function), (data))
    #endif

I agree that sprinkling ifdefs throughout the code is a bad idea.</description>
		<content:encoded><![CDATA[<p>Perhaps you could do a single #if in a header.  Something like:</p>
<p>    #if ! GLIB_CHECK_VERSION(2,14,0)<br />
    #  define g_timeout_add_seconds(interval, function, data) g_timeout_add((interval)*1000, (function), (data))<br />
    #endif</p>
<p>I agree that sprinkling ifdefs throughout the code is a bad idea.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
