File: com.meego.msyncd.xml

package info (click to toggle)
buteo-syncfw 0.11.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,704 kB
  • sloc: cpp: 18,406; xml: 396; sh: 34; makefile: 20
file content (149 lines) | stat: -rw-r--r-- 5,834 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!--
/*
 * This file is part of buteo-syncfw package
 *
 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
 *
 * Contact: Sateesh Kavuri <sateesh.kavuri@nokia.com>
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public License
 * version 2.1 as published by the Free Software Foundation.
 *
 * This library is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA
 *
 */
-->
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="com.meego.msyncd">
    <signal name="syncStatus">
      <arg name="aProfileName" type="s" direction="out"/>
      <arg name="aStatus" type="i" direction="out"/>
      <arg name="aMessage" type="s" direction="out"/>
      <arg name="aMoreDetails" type="i" direction="out"/>
    </signal>
    <signal name="transferProgress">
      <arg name="aProfileName" type="s" direction="out"/>
      <arg name="aTransferDatabase" type="i" direction="out"/>
      <arg name="aTransferType" type="i" direction="out"/>
      <arg name="aMimeType" type="s" direction="out"/>
      <arg name="aCommittedItems" type="i" direction="out"/>
    </signal>
    <signal name="signalProfileChanged">
      <arg name="aProfileName" type="s" direction="out"/>
      <arg name="aChangeType" type="i" direction="out"/>
      <arg name="aProfileAsXml" type="s" direction="out"/>
    </signal>
    <signal name="backupInProgress">
    </signal>
    <signal name="backupDone">
    </signal>
    <signal name="restoreInProgress">
    </signal>
    <signal name="restoreDone">
    </signal>
    <signal name="resultsAvailable">
      <arg name="aProfileName" type="s" direction="out"/>
      <arg name="aResultsAsXml" type="s" direction="out"/>
    </signal>
    <signal name="statusChanged">
      <arg name="aAccountId" type="u" direction="out"/>
      <arg name="aNewStatus" type="i" direction="out"/>
      <arg name="aFailedReason" type="i" direction="out"/>
      <arg name="aPrevSyncTime" type="x" direction="out"/>
      <arg name="aNextSyncTime" type="x" direction="out"/>
    </signal>
    <method name="startSync">
      <arg type="b" direction="out"/>
      <arg name="aProfileId" type="s" direction="in"/>
    </method>
    <method name="abortSync">
      <arg name="aProfileId" type="s" direction="in"/>
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
    </method>
    <method name="removeProfile">
      <arg type="b" direction="out"/>
      <arg name="aProfileId" type="s" direction="in"/>
    </method>
    <method name="updateProfile">
      <arg type="b" direction="out"/>
      <arg name="aProfileAsXml" type="s" direction="in"/>
    </method>
    <method name="requestStorages">
      <arg type="b" direction="out"/>
      <arg name="aStorageNames" type="as" direction="in"/>
    </method>
    <method name="isConnectivityAvailable">
      <arg type="b" direction="out"/>
      <arg name="connectivityType" type="i" direction="in"/>
    </method>
    <method name="releaseStorages">
      <arg name="aStorageNames" type="as" direction="in"/>
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
    </method>
    <method name="runningSyncs">
      <arg type="as" direction="out"/>
    </method>
    <method name="getBackUpRestoreState">
      <arg type="b" direction="out"/>
    </method>
    <method name="setSyncSchedule">
      <arg type="b" direction="out"/>
      <arg name="aProfileId" type="s" direction="in"/>
      <arg name="aScheduleAsXml" type="s" direction="in"/>
    </method>
    <method name="saveSyncResults">
      <arg type="b" direction="out"/>
      <arg name="aProfileId" type="s" direction="in"/>
      <arg name="aSyncResults" type="s" direction="in"/>
    </method>
    <method name="getLastSyncResult">
      <arg type="s" direction="out"/>
      <arg name="aProfileId" type="s" direction="in"/>
    </method>
    <method name="allVisibleSyncProfiles">
      <arg type="as" direction="out"/>
    </method>
    <method name="syncProfile">
      <arg type="s" direction="out"/>
      <arg name="aProfileId" type="s" direction="in"/>
    </method>
    <method name="syncProfilesByKey">
      <arg type="as" direction="out"/>
      <arg name="aKey" type="s" direction="in"/>
      <arg name="aValue" type="s" direction="in"/>
    </method>
    <method name="syncProfilesByType">
      <arg type="as" direction="out"/>
      <arg name="aType" type="s" direction="in"/>
    </method>
    <method name="start">
      <arg name="aAccountId" type="u" direction="in"/>
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
    </method>
    <method name="stop">
      <arg name="aAccountId" type="u" direction="in"/>
      <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
    </method>
    <method name="syncingAccounts">
      <arg type="au" direction="out"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList&lt;uint&gt;"/>
    </method>
    <method name="status">
      <arg type="i" direction="out"/>
      <arg name="aAccountId" type="u" direction="in"/>
      <arg name="aFailedReason" type="i" direction="out"/>
      <arg name="aPrevSyncTime" type="x" direction="out"/>
      <arg name="aNextSyncTime" type="x" direction="out"/>
    </method>
  </interface>
</node>