Matt Spinler | 90ebe2d | 2018-05-22 15:21:48 -0500 | [diff] [blame] | 1 | description: > |
| 2 | An interface which contains a D-Bus object path. |
| 3 | |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 4 | This may be used along with other interfaces when a particular D-Bus object |
| 5 | needs to show information about another object and using associations is not |
| 6 | possible. |
Matt Spinler | 90ebe2d | 2018-05-22 15:21:48 -0500 | [diff] [blame] | 7 | |
| 8 | properties: |
| 9 | - name: Path |
| 10 | type: string |
| 11 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 12 | The object path of a D-Bus object. |