[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 d1a3414cf9bcaeb1b4e77d51cb6a5986ff070c09
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date: Sun Dec 6 22:20:19 2009 +0100
opimd: Messages: add ListFieldsWithType dbus method
diff --git a/framework/subsystems/opimd/pimd_messages.py b/framework/subsystems/opimd/pimd_messages.py
index 08d0f80..f780167 100644
--- a/framework/subsystems/opimd/pimd_messages.py
+++ b/framework/subsystems/opimd/pimd_messages.py
@@ -584,6 +584,10 @@ class MessageDomain(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