~ubuntu-branches/ubuntu/saucy/sflphone/saucy

« back to all changes in this revision

Viewing changes to sflphone-common/src/dbus/callmanager-introspec.xml

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-12-24 16:33:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224163355-tkvvikqxbrbav6up
Tags: 0.9.11-1
* New upstream release
* Add new build dependencies on libwebkit-dev and libyaml-dev

* Bump Standards-Version up to 3.9.1
* Bump debhelper compatibility to 8
* Patch another typo in the upstream code (lintian notice)

Show diffs side-by-side

added added

removed removed

Lines of Context:
370
370
                        <arg type="s" name="codecName" direction="out"/>
371
371
                </method>
372
372
 
 
373
                <method name="sendTextMessage" tp:name-for-bindings="sendTextMessage">
 
374
                        <tp:docstring>
 
375
                                Send a text message to the specified call
 
376
                        </tp:docstring>
 
377
                        <arg type="s" name="callID" direction="in"/>
 
378
                        <arg type="s" name="message" direction="in"/>
 
379
                </method>
 
380
 
373
381
                <signal name="currentSelectedCodec" tp:name-for-bindings="currentSelectedCodec">
374
382
                        <tp:docstring>
375
383
                          Unused
404
412
 
405
413
                <signal name="incomingMessage" tp:name-for-bindings="incomingMessage">
406
414
                        <tp:docstring>
407
 
                          Unused
 
415
                                Notify clients that a new text message has been received. 
408
416
                        </tp:docstring>
409
 
                        <arg type="s" name="accountID" />
 
417
                        <arg type="s" name="callID" />
 
418
                        <arg type="s" name="from" />
410
419
                        <arg type="s" name="message" />
411
420
                </signal>
412
421