diff options
author | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2010-09-21 16:55:35 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-09-21 16:55:35 +0200 |
commit | fa70128df1eb259cbf7244471ae9f03026e5b006 (patch) | |
tree | 60d27ac9874288387f09fbe206893bf157349bb6 | |
parent | c2a4755857ffdcc3b5ed8655493ecb9af82ba2f7 (diff) |
dbus: add Progress property to introspection
-rw-r--r-- | src/dbus-manager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbus-manager.c b/src/dbus-manager.c index 53dbeac2c4..eeea821e45 100644 --- a/src/dbus-manager.c +++ b/src/dbus-manager.c @@ -133,6 +133,7 @@ " <property name=\"NNames\" type=\"u\" access=\"read\"/>\n" \ " <property name=\"NJobs\" type=\"u\" access=\"read\"/>\n" \ " <property name=\"NInstalledJobs\" type=\"u\" access=\"read\"/>\n" \ + " <property name=\"Progress\" type=\"d\" access=\"read\"/>\n" \ " <property name=\"Environment\" type=\"as\" access=\"read\"/>\n" \ " <property name=\"ConfirmSpawn\" type=\"b\" access=\"read\"/>\n" \ " <property name=\"ShowStatus\" type=\"b\" access=\"read\"/>\n" \ |