[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:18:57 UTC 2011


The following commit has been merged in the debian branch:
commit 703fd3df41781c8fbe4fa712d8a5c326d513e1df
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sun Dec 6 22:22:53 2009 +0100

    opimd: Tasks: add ListFieldsWithType dbus method

diff --git a/framework/subsystems/opimd/pimd_tasks.py b/framework/subsystems/opimd/pimd_tasks.py
index 5273caf..d504e55 100644
--- a/framework/subsystems/opimd/pimd_tasks.py
+++ b/framework/subsystems/opimd/pimd_tasks.py
@@ -379,6 +379,10 @@ class TaskDomain(Domain, GenericDomain):
     def List(self):
         return self.list_fields()
 
+    @dbus_method(_DIN_FIELDS, "s", "as")
+    def ListFieldsWithType(self, type):
+        return self.list_fields_with_type(type)
+
     @dbus_method(_DIN_FIELDS, "s", "")
     def Delete(self, name):
         self.remove_field(name)

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list