~ubuntu-branches/ubuntu/jaunty/ekiga/jaunty-updates

« back to all changes in this revision

Viewing changes to src/components/dbus_stub.xml

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-12-07 10:30:45 UTC
  • mfrom: (1.2.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20081207103045-iaurrjo4p7d1nngo
Tags: 3.0.1-1ubuntu1
* Merge to Debian experimental, to get Ekiga 3. (LP: #274085) Remaining
  Ubuntu changes:
  - Launchpad Integration: (Ubuntu specific)
    + debian/control.in: Add liblaunchpad-integration-dev build dependency.
    + Add ubuntu_lpi.patch: Call launchpad_integration_add_items() in main() and
      check for the launchpad-integration pkg-config module.
    + Add autoconf.patch: autoconf changes from above patch.
  - Add ubuntu_desktop-file-onlyshowin.patch: Show ekiga in Mobile, too.
    (Ubuntu specific).
  - debian/control.in: Add missing fdupes build dependency for identical
    GNOME help file symlinking. (Debian #505536)
* Drop 42_change_pixmaps.dpatch: Many of the old icons do not exist any
  more, some have been replaced, and keeping the remaining three would make
  them look very inconsistent.
* Convert our dpatches to quilt patches and rewrite them for new upstream
  version.
* Add migrate_2.0_settings.patch: Properly migrate settings from
  2.0. Taken from upstream SVN, thanks to Damien Sandras!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" ?>
2
 
 
3
 
<node name="/">
4
 
  <interface name="net.ekiga.accounts">
5
 
    <method name="GetAccountsList">
6
 
      <arg type="as" direction="out"/>
7
 
    </method>
8
 
    <method name="Register">
9
 
      <arg type="s" name="token" direction="in"/>
10
 
    </method>
11
 
    <method name="Unregister">
12
 
        <arg type="s" name="token" direction="in"/>
13
 
    </method>
14
 
    <method name="ResignalAccountInfo">
15
 
        <arg type="s" name="token" direction="in"/>
16
 
    </method>
17
 
    <signal name="AccountState">
18
 
        <arg type="s" name="token"/>
19
 
        <arg type="u" name="state"/>
20
 
    </signal>
21
 
    <signal name="AccountName">
22
 
        <arg type="s" name="token"/>
23
 
        <arg type="s" name="name"/>
24
 
    </signal>
25
 
  </interface>
26
 
  <interface name="net.ekiga.calls">
27
 
        <method name="GetCallsList">
28
 
                <arg type="as" direction="out"/>
29
 
        </method>
30
 
        <method name="Connect">
31
 
                <arg type="s" name="url" direction="in"/>
32
 
                <arg type="s" direction="out"/>
33
 
        </method>
34
 
        <method name="Disconnect">
35
 
                <arg type="s" name="token" direction="in"/>
36
 
        </method>
37
 
        <method name="PlayPause">
38
 
                <arg type="s" name="token" direction="in"/>
39
 
        </method>
40
 
        <method name="Transfer">
41
 
                <arg type="s" name="token" direction="in"/>
42
 
                <arg type="s" name="url" direction="in"/>
43
 
        </method>
44
 
        <method name="ResignalCallInfo">
45
 
                <arg type="s" name="token" direction="in"/>
46
 
        </method>
47
 
        <signal name="StateChanged">
48
 
                <arg type="s" name="token"/>
49
 
                <arg type="u" name="state"/>
50
 
        </signal>
51
 
        <signal name="NameInfo">
52
 
                <arg type="s" name="token"/>
53
 
                <arg type="s" name="name"/>
54
 
        </signal>
55
 
        <signal name="ClientInfo">
56
 
                <arg type="s" name="token"/>
57
 
                <arg type="s" name="client"/>
58
 
        </signal>
59
 
        <signal name="UrlInfo">
60
 
                <arg type="s" name="token"/>
61
 
                <arg type="s" name="url"/>
62
 
        </signal>
63
 
        <signal name="ProtocolInfo">
64
 
                <arg type="s" name="token"/>
65
 
                <arg type="s" name="protocol"/>
66
 
        </signal>
67
 
        <signal name="OnHoldInfo">
68
 
                <arg type="s" name="token"/>
69
 
                <arg type="b" name="is_on_hold"/>
70
 
        </signal>
71
 
  </interface>
72
 
  <interface name="net.ekiga.self">
73
 
        <method name="Shutdown"/>
74
 
        <method name="GetLocalAddress">
75
 
                <arg type="s" name="protocol" direction="in"/>
76
 
                <arg type="s" direction="out"/>
77
 
        </method>
78
 
        <method name="GetName">
79
 
                <arg type="s" direction="out"/>
80
 
        </method>
81
 
        <method name="GetLocation">
82
 
                <arg type="s" direction="out"/>
83
 
        </method>
84
 
        <method name="GetComment">
85
 
                <arg type="s" direction="out"/>
86
 
        </method>
87
 
  </interface>
88
 
</node>