dbus-sharp
dbus-sharp copied to clipboard
DBus Sharp
The pages pointed to by the first two links in the README (See http://mono.github.com/dbus-sharp/ for our fork, - Tarball download: http://github.com/mono/dbus-sharp/downloads) are both out of date - listing dbus-sharp 0.7.0...
I must be missing something, how would I emit a signal from dbus-sharp? I looked through the examples but don't see anything that looks analogous.
If I have this code: ``` [Interface("org.freedesktop.hostname1")] interface IHostname1 : Introspectable, Properties { void SetHostname (string name, bool userInteraction); void SetStaticHostname (string name, bool userInteraction); void SetPrettyHostname (string name, bool...
I'm working to connect two programs using D-Bus. The first program is my own, written in C# and using dbus-sharp. The second is written by a 3rd-party in C++ using...
The flip side of Issue 17 is being able to access remote objects' properties (that are exposed via org.freedesktop.DBus.Properties) without having to explicitly use that interface, but rather via C#...
Guys, could you please find a way to set SOCK_STREAM to proper system defined value. I'm not a Mono/C# hacker or even user, so all I could is to hardcode...
I've been attempting to compile 0.8.0 on my Mac but it fails with the following output. hub.com/DavidNielsen/bockbuild 2013-11-07 10:36:58: Building dbus-sharp on python-posix (4 CPU) + /Users/gnomeuser/Documents/Projekter/bockbuild-timo/profiles/banshee/build-root/_install/bin/tar xf /Users/gnomeuser/Documents/Projekter/bockbuild-timo/cache/8eaea9441901d411974e55cde896df33838f3b69 -O...
Currently, when the connection to dbus is lost (e.g. because the dbus sever is killed), Connection.Iterate() will return without setting Connection.IsConnected to false. A program using dbus-sharp then will call...
I just got this exception with Banshee using dbus-sharp 0.7: [14 Debug 13:16:44.450] DAAP Proxy listening for connections on port 8089 [13 Debug 13:16:44.703] Found DAAP share Mediathek von Jordan,...