[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:54 UTC 2011
The following commit has been merged in the debian branch:
commit b53bf4469b0b52e5417d755d9741b22ab45c3e91
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date: Sun Dec 6 22:20:48 2009 +0100
opimd: Notes: add ListFieldsWithType dbus method
diff --git a/framework/subsystems/opimd/pimd_notes.py b/framework/subsystems/opimd/pimd_notes.py
index 51b2dcb..8a776ce 100644
--- a/framework/subsystems/opimd/pimd_notes.py
+++ b/framework/subsystems/opimd/pimd_notes.py
@@ -409,6 +409,10 @@ class NoteDomain(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