<?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>Commentaires sur : D-Bus Explorer 0.3</title>
	<atom:link href="http://blog.neteril.org/2007/12/13/d-bus-explorer-03/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.neteril.org/2007/12/13/d-bus-explorer-03/</link>
	<description>Random thoughts of Jérémie Laval</description>
	<lastBuildDate>Sun, 20 Jun 2010 21:38:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Par : Anders Rune Jensen</title>
		<link>http://blog.neteril.org/2007/12/13/d-bus-explorer-03/comment-page-1/#comment-47</link>
		<dc:creator>Anders Rune Jensen</dc:creator>
		<pubDate>Fri, 14 Dec 2007 18:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://garuma.wordpress.com/2007/12/13/d-bus-explorer-03/#comment-47</guid>
		<description>How do I copy it? I can&#039;t select it?

Another thing, the Variant name should in the C# style be named object.

Thanks :-)</description>
		<content:encoded><![CDATA[<p>How do I copy it? I can&#8217;t select it?</p>
<p>Another thing, the Variant name should in the C# style be named object.</p>
<p>Thanks <img src='http://blog.neteril.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : garuma</title>
		<link>http://blog.neteril.org/2007/12/13/d-bus-explorer-03/comment-page-1/#comment-46</link>
		<dc:creator>garuma</dc:creator>
		<pubDate>Fri, 14 Dec 2007 17:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://garuma.wordpress.com/2007/12/13/d-bus-explorer-03/#comment-46</guid>
		<description>&quot;It would really be useful if the C# style: line could be copy/pasted :-)

Even better if you could export a whole interface to a C# file.&quot;
Actually it&#039;s the case for the former and the later is on the way :)

Tracker is known to not work as current version doesn&#039;t yet export introspection data.</description>
		<content:encoded><![CDATA[<p>&laquo;&nbsp;It would really be useful if the C# style: line could be copy/pasted <img src='http://blog.neteril.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Even better if you could export a whole interface to a C# file.&nbsp;&raquo;<br />
Actually it&#8217;s the case for the former and the later is on the way <img src='http://blog.neteril.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Tracker is known to not work as current version doesn&#8217;t yet export introspection data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Anders Rune Jensen</title>
		<link>http://blog.neteril.org/2007/12/13/d-bus-explorer-03/comment-page-1/#comment-45</link>
		<dc:creator>Anders Rune Jensen</dc:creator>
		<pubDate>Fri, 14 Dec 2007 16:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://garuma.wordpress.com/2007/12/13/d-bus-explorer-03/#comment-45</guid>
		<description>Some bugs:

- Doesn&#039;t work with tracker. Just keeps standing there, updating
- When trying to change bus while the tracker thing is updating I get a crash:Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
Mono.Unix.UnixIOException: Broken pipe [EPIPE].
  at Mono.Unix.UnixMarshal.ThrowExceptionForLastError () [0x00000]
  at Mono.Unix.UnixStream.Write (System.Byte[] buffer, Int32 offset, Int32 count) [0x00000]
  at NDesk.DBus.Connection.WriteMessage (NDesk.DBus.Message msg) [0x00000]
  at NDesk.DBus.Connection.SendWithReply (NDesk.DBus.Message msg) [0x00000]
  at NDesk.DBus.Connection.SendWithReplyAndBlock (NDesk.DBus.Message msg) [0x00000]
  at NDesk.DBus.BusObject.SendMethodCall (System.String iface, System.String member, System.String inSigStr, NDesk.DBus.MessageWriter writer, System.Type retType, System.Exception&amp; exception) [0x00000]
  at IBusProxy.ListNames () [0x00000]
  at DBusExplorer.DBusExplorator.get_AvalaibleBusNames () [0x00000]
  at DBusExplorer.MainWindow.ReinitBus (DBusExplorer.DBusExplorator exp) [0x00000]
  at DBusExplorer.MainWindow.OnSessionBusActivated (System.Object sender, System.EventArgs e) [0x00000]
  at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
  at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr data) [0x00000]

   at GLib.ExceptionManager.RaiseUnhandledException ()
   at GLib.Signal.voidObjectCallback ()
   at GLib.Signal.voidObjectCallback ()
   at Gtk.Application.gtk_main ()
   at Gtk.Application.gtk_main ()
   at Gtk.Application.Run ()
   at DBusExplorer.MainClass.Main ()</description>
		<content:encoded><![CDATA[<p>Some bugs:</p>
<p>- Doesn&#8217;t work with tracker. Just keeps standing there, updating<br />
- When trying to change bus while the tracker thing is updating I get a crash:Exception in Gtk# callback delegate<br />
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.<br />
Mono.Unix.UnixIOException: Broken pipe [EPIPE].<br />
  at Mono.Unix.UnixMarshal.ThrowExceptionForLastError () [0x00000]<br />
  at Mono.Unix.UnixStream.Write (System.Byte[] buffer, Int32 offset, Int32 count) [0x00000]<br />
  at NDesk.DBus.Connection.WriteMessage (NDesk.DBus.Message msg) [0x00000]<br />
  at NDesk.DBus.Connection.SendWithReply (NDesk.DBus.Message msg) [0x00000]<br />
  at NDesk.DBus.Connection.SendWithReplyAndBlock (NDesk.DBus.Message msg) [0x00000]<br />
  at NDesk.DBus.BusObject.SendMethodCall (System.String iface, System.String member, System.String inSigStr, NDesk.DBus.MessageWriter writer, System.Type retType, System.Exception&amp; exception) [0x00000]<br />
  at IBusProxy.ListNames () [0x00000]<br />
  at DBusExplorer.DBusExplorator.get_AvalaibleBusNames () [0x00000]<br />
  at DBusExplorer.MainWindow.ReinitBus (DBusExplorer.DBusExplorator exp) [0x00000]<br />
  at DBusExplorer.MainWindow.OnSessionBusActivated (System.Object sender, System.EventArgs e) [0x00000]<br />
  at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)<br />
  at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr data) [0x00000]</p>
<p>   at GLib.ExceptionManager.RaiseUnhandledException ()<br />
   at GLib.Signal.voidObjectCallback ()<br />
   at GLib.Signal.voidObjectCallback ()<br />
   at Gtk.Application.gtk_main ()<br />
   at Gtk.Application.gtk_main ()<br />
   at Gtk.Application.Run ()<br />
   at DBusExplorer.MainClass.Main ()</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Anders Rune Jensen</title>
		<link>http://blog.neteril.org/2007/12/13/d-bus-explorer-03/comment-page-1/#comment-44</link>
		<dc:creator>Anders Rune Jensen</dc:creator>
		<pubDate>Fri, 14 Dec 2007 15:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://garuma.wordpress.com/2007/12/13/d-bus-explorer-03/#comment-44</guid>
		<description>Excellent tool. It would really be useful if the C# style: line could be copy/pasted :-)

Even better if you could export a whole interface to a C# file.</description>
		<content:encoded><![CDATA[<p>Excellent tool. It would really be useful if the C# style: line could be copy/pasted <img src='http://blog.neteril.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Even better if you could export a whole interface to a C# file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
