<?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: Vala 0.5.3</title>
	<atom:link href="http://blogs.gnome.org/juergbi/2008/12/17/vala-053/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/juergbi/2008/12/17/vala-053/</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Sat, 19 Sep 2009 13:52:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vala Toys for gEdit &#124; perSbaglio</title>
		<link>http://blogs.gnome.org/juergbi/2008/12/17/vala-053/comment-page-1/#comment-63</link>
		<dc:creator>Vala Toys for gEdit &#124; perSbaglio</dc:creator>
		<pubDate>Mon, 12 Jan 2009 23:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/juergbi/?p=13#comment-63</guid>
		<description>[...] http://blogs.gnome.org/juergbi/2008/12/17/vala-053/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blogs.gnome.org/juergbi/2008/12/17/vala-053/" rel="nofollow">http://blogs.gnome.org/juergbi/2008/12/17/vala-053/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juergbi</title>
		<link>http://blogs.gnome.org/juergbi/2008/12/17/vala-053/comment-page-1/#comment-61</link>
		<dc:creator>juergbi</dc:creator>
		<pubDate>Wed, 17 Dec 2008 17:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/juergbi/?p=13#comment-61</guid>
		<description>We actually already have experimental support for generating nice GObject based D-Bus binding. For the following code snippet

[DBus (name = &quot;org.gnome.Foo&quot;)]
public interface Foo : Object {
	public abstract void frobnicate (string bar);
}

Vala will generate an internal class FooDBusProxy that implements the interface Foo and you can use the following generated function from C to use the D-Bus service:

Foo* foo_dbus_proxy_new (DBusGConnection* connection, const char* name, const char* path);</description>
		<content:encoded><![CDATA[<p>We actually already have experimental support for generating nice GObject based D-Bus binding. For the following code snippet</p>
<p>[DBus (name = "org.gnome.Foo")]<br />
public interface Foo : Object {<br />
	public abstract void frobnicate (string bar);<br />
}</p>
<p>Vala will generate an internal class FooDBusProxy that implements the interface Foo and you can use the following generated function from C to use the D-Bus service:</p>
<p>Foo* foo_dbus_proxy_new (DBusGConnection* connection, const char* name, const char* path);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John (J5) Palmieri</title>
		<link>http://blogs.gnome.org/juergbi/2008/12/17/vala-053/comment-page-1/#comment-60</link>
		<dc:creator>John (J5) Palmieri</dc:creator>
		<pubDate>Wed, 17 Dec 2008 17:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/juergbi/?p=13#comment-60</guid>
		<description>Pretty cool on the D-Bus front.  I wonder if the Vala code could be abstracted to make better D-Bus GLib bindings.  Something like adding annotation to methods comments and having a vala subset parse that during a build.</description>
		<content:encoded><![CDATA[<p>Pretty cool on the D-Bus front.  I wonder if the Vala code could be abstracted to make better D-Bus GLib bindings.  Something like adding annotation to methods comments and having a vala subset parse that during a build.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
