Brad Bishop | 902c01f | 2016-11-01 11:20:00 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to represent arbitrary associations between objects in the DBus |
| 3 | namespace. |
| 4 | |
| 5 | An object implementing Association describes a one way, one to many |
| 6 | association where the parent object is associated to the objects |
| 7 | in the Endpoints property, with the association type defined as the name |
| 8 | of the object implementing Association. |
| 9 | properties: |
| 10 | - name: Endpoints |
Patrick Williams | 3b51bc7 | 2016-11-23 04:40:46 -0600 | [diff] [blame] | 11 | type: array[path] |
Brad Bishop | 902c01f | 2016-11-01 11:20:00 -0500 | [diff] [blame] | 12 | description: > |
| 13 | An array of association endpoints. |
| 14 | |
| 15 | # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |