You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
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# properties.
The text was updated successfully, but these errors were encountered:
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 Set could be done similarly, but I'm not sure whether it's an ideal approach?
EDIT: @garuma, I've done a bit more work on this and made a pull request, #37, so the above pastebin diff can be ignored, the version in the pull request is quite a lot cleaner.
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# properties.
The text was updated successfully, but these errors were encountered: