[Telepathy-commits] [telepathy-qt4/master] callable cm: Added missing manager-file.py.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Thu Mar 19 08:58:47 PDT 2009
---
tests/lib/callable/manager-file.py | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
create mode 100644 tests/lib/callable/manager-file.py
diff --git a/tests/lib/callable/manager-file.py b/tests/lib/callable/manager-file.py
new file mode 100644
index 0000000..4fdb7e8
--- /dev/null
+++ b/tests/lib/callable/manager-file.py
@@ -0,0 +1,23 @@
+# Input for tools/manager-file.py
+
+MANAGER = 'example_callable'
+PARAMS = {
+ 'example' : {
+ 'account': {
+ 'dtype': 's',
+ 'flags': 'required register',
+ 'filter': 'account_param_filter',
+ # 'filter_data': 'NULL',
+ # 'default': ...,
+ # 'struct_field': '...',
+ # 'setter_data': 'NULL',
+ },
+ 'simulation-delay': {
+ 'dtype': 'u',
+ 'default': 1000,
+ },
+ },
+ }
+STRUCTS = {
+ 'example': 'ExampleParams'
+ }
--
1.5.6.5
More information about the telepathy-commits
mailing list