<?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: DBus Activation Tutorial</title>
	<atom:link href="http://raphael.slinckx.net/blog/documents/dbus-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://raphael.slinckx.net/blog</link>
	<description>a.k.a kikidonk — Scabreusement Hype</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: …for the adult in you &#187; Thought experiments: plugins</title>
		<link>http://raphael.slinckx.net/blog/documents/dbus-tutorial/comment-page-1#comment-16811</link>
		<dc:creator>…for the adult in you &#187; Thought experiments: plugins</dc:creator>
		<pubDate>Fri, 01 Aug 2008 01:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/test-page/dbus-tutorial/#comment-16811</guid>
		<description>[...] This has the great advantage over X messages that if the handler isn&#8217;t running the bus will start it, and the handler can do its work and then softly and silently vanish away without ever hanging [...]</description>
		<content:encoded><![CDATA[<p>[...] This has the great advantage over X messages that if the handler isn&#8217;t running the bus will start it, and the handler can do its work and then softly and silently vanish away without ever hanging [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Useful References - DBUS &#171; /home/karthik/blog</title>
		<link>http://raphael.slinckx.net/blog/documents/dbus-tutorial/comment-page-1#comment-16687</link>
		<dc:creator>Useful References - DBUS &#171; /home/karthik/blog</dc:creator>
		<pubDate>Tue, 26 Feb 2008 06:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/test-page/dbus-tutorial/#comment-16687</guid>
		<description>[...] 2008  Official Dbus Tutorial Basic Glib DBus Server using XML Basic GLib DBus Server without XML DBus Activation Tutorial  Another DBus Basic Example Asynchronous DBus [...]</description>
		<content:encoded><![CDATA[<p>[...] 2008  Official Dbus Tutorial Basic Glib DBus Server using XML Basic GLib DBus Server without XML DBus Activation Tutorial  Another DBus Basic Example Asynchronous DBus [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl H. Beckers</title>
		<link>http://raphael.slinckx.net/blog/documents/dbus-tutorial/comment-page-1#comment-16544</link>
		<dc:creator>Karl H. Beckers</dc:creator>
		<pubDate>Tue, 23 Oct 2007 12:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/test-page/dbus-tutorial/#comment-16544</guid>
		<description>One practical question: 
I end up with -server-bindings.h building up the array of remote functions available. But then those are not defined there and I need to add an #include of the header where they are. 
... and I need to do that every time I run make. Am I missing anything?</description>
		<content:encoded><![CDATA[<p>One practical question:<br />
I end up with -server-bindings.h building up the array of remote functions available. But then those are not defined there and I need to add an #include of the header where they are.<br />
&#8230; and I need to do that every time I run make. Am I missing anything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl H. Beckers</title>
		<link>http://raphael.slinckx.net/blog/documents/dbus-tutorial/comment-page-1#comment-16543</link>
		<dc:creator>Karl H. Beckers</dc:creator>
		<pubDate>Tue, 23 Oct 2007 11:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/test-page/dbus-tutorial/#comment-16543</guid>
		<description>Thank you so much for this tutorial.</description>
		<content:encoded><![CDATA[<p>Thank you so much for this tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbus finally demistified &#171; On the Crest of the Wave</title>
		<link>http://raphael.slinckx.net/blog/documents/dbus-tutorial/comment-page-1#comment-16542</link>
		<dc:creator>dbus finally demistified &#171; On the Crest of the Wave</dc:creator>
		<pubDate>Tue, 23 Oct 2007 11:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/test-page/dbus-tutorial/#comment-16542</guid>
		<description>[...] on the back burner due to the usual time constraints. Revisiting the issue I&#8217;ve come across this great tutorial. Finally somebody has put all the pieces needed together, thanks a million for [...]</description>
		<content:encoded><![CDATA[<p>[...] on the back burner due to the usual time constraints. Revisiting the issue I&#8217;ve come across this great tutorial. Finally somebody has put all the pieces needed together, thanks a million for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Magyar</title>
		<link>http://raphael.slinckx.net/blog/documents/dbus-tutorial/comment-page-1#comment-11074</link>
		<dc:creator>Curtis Magyar</dc:creator>
		<pubDate>Fri, 09 Mar 2007 13:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/test-page/dbus-tutorial/#comment-11074</guid>
		<description>Hello, thanks for the tutorial.  I had to make a change to the Makefile.am snippet to make it work.

Instead of:
@sed -e &quot;s&#124;@bindir@&#124;$(bindir)&#124;&quot; $&lt;&gt; $@

I used:
@sed -e &quot;s&#124;\@bindir\@&#124;$(bindir)&#124;&quot; $ $@

or else the actual sed command that is executed is:

sed -e &quot;s&#124;/usr/bin&#124;/usr/bin&#124;&quot; $ $@</description>
		<content:encoded><![CDATA[<p>Hello, thanks for the tutorial.  I had to make a change to the Makefile.am snippet to make it work.</p>
<p>Instead of:<br />
@sed -e &#8220;s|@bindir@|$(bindir)|&#8221; $&lt;> $@</p>
<p>I used:<br />
@sed -e &#8220;s|\@bindir\@|$(bindir)|&#8221; $ $@</p>
<p>or else the actual sed command that is executed is:</p>
<p>sed -e &#8220;s|/usr/bin|/usr/bin|&#8221; $ $@</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wette</title>
		<link>http://raphael.slinckx.net/blog/documents/dbus-tutorial/comment-page-1#comment-9010</link>
		<dc:creator>Matt Wette</dc:creator>
		<pubDate>Mon, 15 Jan 2007 00:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/test-page/dbus-tutorial/#comment-9010</guid>
		<description>Nice review, but I am still not getting things to work.  
I seem to havea problem with security policy.  This tutorial 
would have helped better if security policies were covered, 
or a link to this topic was included.  On my system this stuff
is in /etc/dbus-1/system.d.</description>
		<content:encoded><![CDATA[<p>Nice review, but I am still not getting things to work.<br />
I seem to havea problem with security policy.  This tutorial<br />
would have helped better if security policies were covered,<br />
or a link to this topic was included.  On my system this stuff<br />
is in /etc/dbus-1/system.d.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frederic heem</title>
		<link>http://raphael.slinckx.net/blog/documents/dbus-tutorial/comment-page-1#comment-4498</link>
		<dc:creator>frederic heem</dc:creator>
		<pubDate>Mon, 28 Aug 2006 10:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/test-page/dbus-tutorial/#comment-4498</guid>
		<description>With dbus-glib-0.71, dbus-binding-tool is not generating OBJECT_TYPE_SERVER and SERVER_OBJET_GET_CLASS.
The problem now is implementing the &quot;glib object emulation&quot;. In other word, how to define and use  ServerObjectClass and ServerObject ? When and how to call the G_DEFINE_TYPE macro ?
I think providing an archive with the samples code would be very nice.</description>
		<content:encoded><![CDATA[<p>With dbus-glib-0.71, dbus-binding-tool is not generating OBJECT_TYPE_SERVER and SERVER_OBJET_GET_CLASS.<br />
The problem now is implementing the &#8220;glib object emulation&#8221;. In other word, how to define and use  ServerObjectClass and ServerObject ? When and how to call the G_DEFINE_TYPE macro ?<br />
I think providing an archive with the samples code would be very nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raphaël Slinckx</title>
		<link>http://raphael.slinckx.net/blog/documents/dbus-tutorial/comment-page-1#comment-3864</link>
		<dc:creator>Raphaël Slinckx</dc:creator>
		<pubDate>Mon, 07 Aug 2006 16:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/test-page/dbus-tutorial/#comment-3864</guid>
		<description>Unfortunately tere is no source code, and it&#039;s more like excerpts from many different sources. The goal here was to explain concepts more than actual code, sorry for that..</description>
		<content:encoded><![CDATA[<p>Unfortunately tere is no source code, and it&#8217;s more like excerpts from many different sources. The goal here was to explain concepts more than actual code, sorry for that..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad K</title>
		<link>http://raphael.slinckx.net/blog/documents/dbus-tutorial/comment-page-1#comment-3844</link>
		<dc:creator>Prasad K</dc:creator>
		<pubDate>Mon, 07 Aug 2006 00:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/test-page/dbus-tutorial/#comment-3844</guid>
		<description>Hi I really enjoyed your tutorial.Will it be possible to get hold of source code?</description>
		<content:encoded><![CDATA[<p>Hi I really enjoyed your tutorial.Will it be possible to get hold of source code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

