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

« back to all changes in this revision

Viewing changes to daemon/src/client/dbus/instance-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:
 
1
<?xml version="1.0" ?>
 
2
<node name="/instance-introspec" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
 
3
        <interface name="org.sflphone.SFLphone.Instance">
 
4
                <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
 
5
                <p>Count the number of clients actually registered to the core. When initializing your client, you need to register it against the core by using this interface.</p>
 
6
                </tp:docstring>
 
7
                <method name="Register" tp:name-for-bindings="Register">
 
8
                        <tp:docstring>
 
9
                                Register a new client to the core. Increments the registration count.
 
10
                        </tp:docstring>
 
11
                        <arg type="i" name="pid" direction="in">
 
12
                                <tp:docstring>
 
13
                                        The pid of the client process
 
14
                                </tp:docstring>
 
15
                        </arg>
 
16
                        <arg type="s" name="name" direction="in">
 
17
                                <tp:docstring>
 
18
                                        The name of the client
 
19
                                </tp:docstring>
 
20
                        </arg>
 
21
                </method>
 
22
                <method name="Unregister" tp:name-for-bindings="Unregister">
 
23
                        <tp:docstring>
 
24
                                Unregister a connected client from the core. Decrements the registration count. If no more clients are connected, ie the registration count equals 0, the core properly quits.
 
25
                        </tp:docstring>
 
26
                        <arg type="i" name="pid" direction="in">
 
27
                                <tp:docstring>
 
28
                                        The pid of the client process
 
29
                                </tp:docstring>
 
30
                        </arg>
 
31
                </method>
 
32
        <signal name="started" tp:name-for-bindings="started">
 
33
            <tp:docstring>Notify clients that daemon has started</tp:docstring>
 
34
        </signal>
 
35
    </interface>
 
36
</node>