[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:53 UTC 2011


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

    opimd: Contacts: add ListFieldsWithType dbus method

diff --git a/framework/subsystems/opimd/pimd_contacts.py b/framework/subsystems/opimd/pimd_contacts.py
index 85b693a..ce0baa1 100644
--- a/framework/subsystems/opimd/pimd_contacts.py
+++ b/framework/subsystems/opimd/pimd_contacts.py
@@ -345,6 +345,10 @@ class ContactDomain(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