~ubuntu-branches/ubuntu/vivid/muon/vivid-proposed

« back to all changes in this revision

Viewing changes to libmuon/backends/ApplicationBackend/ubuntu_sso_dbus_interface.xml

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Harald Sitter, Jonathan Riddell
  • Date: 2015-01-15 01:33:55 UTC
  • mfrom: (1.4.31)
  • mto: This revision was merged to the branch mainline in revision 81.
  • Revision ID: package-import@ubuntu.com-20150115013355-3h99wieurdvo6z6q
Tags: 4:5.1.95-0ubuntu1
[ Harald Sitter ]
* New upstream release based on KDE Frameworks 5
* muon-installer is no more remove binary package and all references
* Drop all patches, they all came from upstream anyway
* Remove muon.1 it was wrong and is now outdated
* Fix lintian warnings and ignore all that are bogus or not worth
  fixing

[ Jonathan Riddell ]
* New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    <signal name="CredentialsError">
6
6
      <arg type="s" name="app_name" />
7
7
      <arg type="a{ss}" name="error_dict" />
8
 
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapString"/>
 
8
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QMap&lt;QString,QString&gt;"/>
9
9
    </signal>
10
10
    <signal name="CredentialsStored">
11
11
      <arg type="s" name="app_name" />
21
21
    <method name="register">
22
22
      <arg direction="in"  type="s" name="app_name" />
23
23
      <arg direction="in"  type="a{ss}" name="args" />
24
 
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapString"/>
 
24
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QMap&lt;QString,QString&gt;"/>
25
25
    </method>-->
26
26
    <method name="find_credentials_sync">
27
27
      <arg direction="in"  type="s" name="app_name" />
28
28
      <arg direction="in"  type="a{ss}" name="args" />
29
 
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapString"/>
 
29
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QMap&lt;QString,QString&gt;"/>
30
30
      <arg direction="out" type="a{ss}" />
31
 
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="MapString"/>
 
31
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QMap&lt;QString,QString&gt;"/>
32
32
    </method>
33
33
    <method name="find_credentials">
34
34
      <arg direction="in"  type="s" name="app_name" />
35
35
      <arg direction="in"  type="a{ss}" name="args" />
36
 
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapString"/>
 
36
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QMap&lt;QString,QString&gt;"/>
37
37
    </method>
38
38
    <signal name="CredentialsCleared">
39
39
      <arg type="s" name="app_name" />
41
41
    <method name="clear_credentials">
42
42
      <arg direction="in"  type="s" name="app_name" />
43
43
      <arg direction="in"  type="a{ss}" name="args" />
44
 
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapString"/>
 
44
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QMap&lt;QString,QString&gt;"/>
45
45
    </method>
46
46
    <signal name="CredentialsFound">
47
47
      <arg type="s" name="app_name" />
48
48
      <arg type="a{ss}" name="credentials" />
49
 
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapString"/>
 
49
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QMap&lt;QString,QString&gt;"/>
50
50
    </signal>
51
51
    <method name="login">
52
52
      <arg direction="in"  type="s" name="app_name" />
53
53
      <arg direction="in"  type="a{ss}" name="args" />
54
 
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapString"/>
 
54
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QMap&lt;QString,QString&gt;"/>
55
55
    </method>
56
56
    <method name="login_email_password">
57
57
      <arg direction="in"  type="s" name="app_name" />
58
58
      <arg direction="in"  type="a{ss}" name="args" />
59
 
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapString"/>
 
59
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QMap&lt;QString,QString&gt;"/>
60
60
    </method>
61
61
    <method name="store_credentials">
62
62
      <arg direction="in"  type="s" name="app_name" />
63
63
      <arg direction="in"  type="a{ss}" name="args" />
64
 
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="MapString"/>
 
64
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QMap&lt;QString,QString&gt;"/>
65
65
    </method>
66
66
  </interface>
67
67
  <interface name="org.freedesktop.DBus.Introspectable">