Hi, On Fri, Mar 26, 2010 at 1:22 AM, Dan Saul <daniel.saul at gmail.com> wrote: > Hi all, > Newbie question here. Using DbusG, how do I fetch a property? There's no shortcut or "sugar" for this in dbus-glib currently; you need to create a proxy for org.freedesktop.DBus.Properties like you would for any other interface , and call the "Get" method manually.