~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to gnome/src/dbus/callmanager-introspec.xml

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
            <arg type="as" name="participants" direction="in"/>
212
212
        </method>
213
213
 
 
214
        <method name="isConferenceParticipant" tp:name-for-bindings="isConferenceParticipant">
 
215
            <arg type="s" name="callID" direction="in"/>
 
216
            <arg type="b" name="isParticipant" direction="out"/>
 
217
        </method>
 
218
 
214
219
        <method name="addParticipant" tp:name-for-bindings="addParticipant">
215
220
            <tp:added version="0.9.7"/>
216
221
            <tp:docstring>
325
330
            </arg>
326
331
        </method>
327
332
 
 
333
        <method name="toggleRecording" tp:name-for-bindings="toggleRecording">
 
334
            <tp:docstring>
 
335
              Toggle recording for a call.
 
336
            </tp:docstring>
 
337
            <arg type="s" name="callID" direction="in">
 
338
              <tp:docstring>
 
339
                The ID of the call to start/stop recording.
 
340
              </tp:docstring>
 
341
            </arg>
 
342
            <arg type="b" name="isRecording" direction="out">
 
343
              <tp:docstring>
 
344
                Returns true is the call is being recorded. False otherwise.
 
345
              </tp:docstring>
 
346
            </arg>
 
347
        </method>
 
348
 
328
349
        <method name="setRecording" tp:name-for-bindings="setRecording">
 
350
        <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
329
351
            <tp:docstring>
330
352
              Start recording a call.
331
353
            </tp:docstring>
375
397
 
376
398
        <signal name="updatePlaybackScale" tp:name-for-bindings="updatePlaybackScale">
377
399
            <tp:docstring/>
 
400
            <arg type="s" name="filepath" />
378
401
            <arg type="i" name="position" />
379
402
            <arg type="i" name="size" />
380
403
        </signal>