Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkin committed Sep 28, 2016
1 parent 8922f7d commit 4d503eb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Qubesdbus

This package contains a qubes extension called `QubesDbusProxy` and Qubes D-Bus
services. UI developer should use the D-Bus API to interact with
`qubes-core-admin`.

## Services

* `org.qubes.DomainManager1` - equivalent to `qubes.Qubes` for managing domains.
* `org.qubes.Labels1` - Collection holding all the labels provided by the
system

## Objects

* `Domain` is managed by `DomainManager1` and represents a domain. Its D-Bus
object path is `/org/qubes/DomainManager1/domains/QID`
* `Label` a qubes label. Its D-Bus object path is `org/qubes/Labels1/labels/COLORNAME`

0 comments on commit 4d503eb

Please sign in to comment.