* Fixed reading and writing of fixed-size arrays
git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@9595 30a43799-04e7-0310-8b2b-ea0d24f86d0e
This commit is contained in:
parent
47150044cf
commit
d0c224af9f
5 changed files with 31 additions and 4 deletions
|
@ -12,6 +12,10 @@
|
|||
<arg type="v" name="input" direction="in"/>
|
||||
<arg type="v" name="output" direction="out"/>
|
||||
</method>
|
||||
<method name="Cat">
|
||||
<arg type="s" name="file" direction="in"/>
|
||||
<arg type="ay" name="stream" direction="out"/>
|
||||
</method>
|
||||
<method name="Sum">
|
||||
<arg type="ai" name="ints" direction="in"/>
|
||||
<arg type="i" names="sum" direction="out"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue