Results 6 comments of Nicholas

Noticed there was some activity on the repository so I've updated the property support that I worked on some while back and isolated it in its own branch this time...

Hi, this feature would definitely be desirable! I had a hack around a bit and managed to make _Get_ work by doing this: http://pastebin.com/5B1vk8DW against the 0.7 tag. I think...

Hi, I'm also affected by this issue. Looking at the source code your assertion is correct, messages are delayed until the next method invocation you make via DBus#. I noticed...

Ok, I've done some digging. Looks like this is by design. If you're using dbus-sharp-glib you can call: BusG.init (bus) Which will post a job to the GLib main loop...

Well, the way I understand it, the bus is just a message exchange across a byte stream. So, for signals to work something has to be blocked waiting for the...