]> sourceware.org Git - lvm2.git/commit
lvmdbusd: Fix dbus object with only properties and no method
authorTony Asleson <tasleson@redhat.com>
Mon, 19 Sep 2016 14:54:24 +0000 (09:54 -0500)
committerTony Asleson <tasleson@redhat.com>
Mon, 19 Sep 2016 20:32:47 +0000 (15:32 -0500)
commit9cb886551160cecc50a20d1867aaa5e1e75b61a6
tree073c9124771f976b81dd499fa68ab97adc0b9f0d
parentcb2b2615107e84dc3aba7b3e4b6755ed01c18cb0
lvmdbusd: Fix dbus object with only properties and no method

Gris debugged that when we don't have a method the introspection
data is missing the interface itself eg.

<interface name="<your_obj_iface_name>" />

When adding the properties to the dbus object introspection we will
add the interface too if it's missing.  This now allows us the
ability to have a dbus object with only properties.
daemons/lvmdbusd/lv.py
daemons/lvmdbusd/utils.py
This page took 0.035378 seconds and 5 git commands to generate.