~ubuntu-branches/ubuntu/raring/sflphone/raring

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2011-11-25 13:24:12 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111125132412-dc4qvhyosk74cd42
Tags: 1.0.1-4
Don't assume that arch:all packages will get built (closes: #649726)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<node name="/org/sflphone/SFLphone">
 
3
  <interface name="org.sflphone.SFLphone.ContactManager">
 
4
    
 
5
  <!-- Contacts related methods -->
 
6
  
 
7
    <!-- Called by the client to get all saved contacts -->
 
8
    <method name="getContacts">
 
9
      <arg type="s" name="accountID" direction="in"/>
 
10
      <arg type="a{ss}" name="details" direction="out"/>
 
11
    </method>
 
12
    
 
13
    <!-- Called by the client to save all local contacts -->
 
14
    <method name="setContacts">
 
15
      <arg type="s" name="accountID" direction="in"/>
 
16
      <arg type="a{ss}" name="details" direction="in"/>
 
17
    </method>
 
18
   
 
19
  <!--      ///////////////////////               -->
 
20
 
 
21
  <!-- Presence related methods -->
 
22
 
 
23
    <!-- Called by the client to set its new presence status -->
 
24
    <method name="setPresence">
 
25
      <arg type="s" name="accountID" direction="in"/>
 
26
      <arg type="s" name="presence" direction="in"/>
 
27
      <arg type="s" name="additionalInfo" direction="in"/>
 
28
    </method>
 
29
  
 
30
    <!-- Called by the daemon when a contact presence changes -->
 
31
    <method name="setContactPresence">
 
32
      <arg type="s" name="accountID" direction="in"/>
 
33
      <arg type="s" name="presence" direction="in"/>
 
34
      <arg type="s" name="additionalInfo" direction="in"/>
 
35
    </method>
 
36
 
 
37
  </interface>
 
38
</node>