Add device name property

Add GetProperties method, with a single "Name" properties into
the hashtable.
Use the device name property in the PAM module, and in the list test.
This commit is contained in:
Bastien Nocera
2008-11-19 15:22:29 +00:00
committed by Daniel Drake
parent 69c131f723
commit 924e08d2e8
5 changed files with 46 additions and 8 deletions

View File

@ -54,6 +54,10 @@
<arg type="i" name="result" />
</signal>
<method name="GetProperties">
<arg type="a{ss}" name="properties" direction="out" />
</method>
</interface>
</node>