~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

Viewing changes to calendar/libedata-cal/e-data-cal.xml

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<node>
 
4
        <interface name="org.gnome.evolution.dataserver.calendar.Cal">
 
5
                <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="EDataCal"/>
 
6
                
 
7
                <signal name="auth_required"/>
 
8
 
 
9
                <signal name="backend_error">
 
10
                  <arg name="error" type="s"/>
 
11
                </signal>
 
12
 
 
13
                <signal name="readonly">
 
14
                  <arg name="is_readonly" type="b"/>
 
15
                </signal>
 
16
 
 
17
                <signal name="mode">
 
18
                  <arg name="mode" type="i"/>
 
19
                </signal>
 
20
                
 
21
                <method name="getUri">
 
22
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_get_uri"/>
 
23
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
24
                        <arg name="str_uri_copy" type="s" direction="out"/>
 
25
                </method>
 
26
                
 
27
                <method name="open">
 
28
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_open"/>
 
29
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
30
                        <arg name="only_if_exists" type="b" direction="in"/>
 
31
                        <arg name="username" type="s" direction="in"/>
 
32
                        <arg name="password" type="s" direction="in"/>
 
33
                </method>
 
34
 
 
35
                <method name="refresh">
 
36
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_refresh"/>
 
37
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
38
                </method>               
 
39
 
 
40
                <method name="close">
 
41
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_close"/>
 
42
                </method>
 
43
                
 
44
                <method name="remove">
 
45
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_remove"/>
 
46
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
47
                </method>               
 
48
 
 
49
                <method name="isReadOnly">
 
50
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_isReadOnly"/>
 
51
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
52
                </method>               
 
53
 
 
54
                <method name="getCalAddress">
 
55
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_getCalAddress"/>
 
56
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
57
                        <arg name="address" type="s" direction="out"/>
 
58
                </method>
 
59
                
 
60
                <method name="getAlarmEmailAddress">
 
61
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_getAlarmEmailAddress"/>
 
62
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
63
                        <arg name="address" type="s" direction="out"/>
 
64
                </method>
 
65
 
 
66
                <method name="getLdapAttribute">
 
67
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_getLdapAttribute"/>
 
68
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
69
                        <arg name="address" type="s" direction="out"/>
 
70
                </method>
 
71
 
 
72
                <method name="getSchedulingInformation">
 
73
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_getStaticCapabilities"/>
 
74
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
75
                        <arg name="capabilities" type="s" direction="out"/>
 
76
                </method>
 
77
 
 
78
                <method name="setMode">
 
79
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_setMode"/>
 
80
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
81
                        <arg name="mode" type="u" direction="in"/>
 
82
                        <!--FIXME: This method should return mode/status-->
 
83
                        <!--<arg name="mode" type="u" direction="out"/>-->
 
84
                </method>
 
85
 
 
86
                <method name="getDefaultObject">
 
87
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_getDefaultObject"/>
 
88
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
89
                        <arg name="object" type="s" direction="out"/>
 
90
                </method>
 
91
 
 
92
                <method name="getObject">
 
93
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_getObject"/>
 
94
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
95
                        <arg name="uid" type="s" direction="in"/>
 
96
                        <arg name="rid" type="s" direction="in"/>
 
97
                        <arg name="object" type="s" direction="out"/>
 
98
                </method>
 
99
 
 
100
                <method name="getObjectList">
 
101
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_getObjectList"/>
 
102
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
103
                        <arg name="sexp" type="s" direction="in"/>
 
104
                        <arg name="objects" type="as" direction="out"/>
 
105
                </method>
 
106
 
 
107
                <method name="getChanges">
 
108
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_getChanges"/>
 
109
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
110
                        <arg name="change_id" type="s" direction="in"/>
 
111
                        <arg name="additions" type="as" direction="out"/>
 
112
                        <arg name="modifications" type="as" direction="out"/>
 
113
                        <arg name="removals" type="as" direction="out"/>
 
114
                </method>
 
115
 
 
116
                <method name="getFreeBusy">
 
117
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_getFreeBusy"/>
 
118
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
119
                        <arg name="user_list" type="as" direction="in"/>
 
120
                        <arg name="start" type="u" direction="in"/>
 
121
                        <arg name="end" type="u" direction="in"/>
 
122
                        <arg name="freebusy" type="as" direction="out"/>
 
123
                </method>
 
124
 
 
125
                <method name="discardAlarm">
 
126
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_discardAlarm"/>
 
127
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
128
                        <arg name="uid" type="s" direction="in"/>
 
129
                        <arg name="auid" type="s" direction="in"/>
 
130
                </method>
 
131
 
 
132
                <method name="createObject">
 
133
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_createObject"/>
 
134
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
135
                        <arg name="calobj" type="s" direction="in"/>
 
136
                        <arg name="uid" type="s" direction="out"/>
 
137
                </method>
 
138
 
 
139
                <method name="modifyObject">
 
140
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_modifyObject"/>
 
141
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
142
                        <arg name="calobj" type="s" direction="in"/>
 
143
                        <arg name="mod" type="u" direction="in"/>
 
144
                </method>
 
145
 
 
146
                <method name="removeObject">
 
147
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_removeObject"/>
 
148
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
149
                        <arg name="uid" type="s" direction="in"/>
 
150
                        <arg name="rid" type="s" direction="in"/>
 
151
                        <arg name="mod" type="u" direction="in"/>
 
152
                </method>
 
153
 
 
154
                <method name="receiveObjects">
 
155
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_receiveObjects"/>
 
156
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
157
                        <arg name="calobj" type="s" direction="in"/>
 
158
                </method>
 
159
 
 
160
                <method name="sendObjects">
 
161
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_sendObjects"/>
 
162
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
163
                        <arg name="calobj" type="s" direction="in"/>
 
164
                        <arg name="users" type="as" direction="out"/>
 
165
                        <arg name="calobj" type="s" direction="out"/>
 
166
                </method>
 
167
 
 
168
                <method name="getAttachmentList">
 
169
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_getAttachmentList"/>
 
170
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
171
                        <arg name="uid" type="s" direction="in"/>
 
172
                        <arg name="rid" type="s" direction="in"/>
 
173
                        <arg name="attachments" type="as" direction="out"/>
 
174
                </method>
 
175
                
 
176
                <method name="getQuery">
 
177
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_getQuery"/>
 
178
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
179
                        <arg name="sexp" type="s" direction="in"/>
 
180
                        <arg name="query" type="o" direction="out"/>
 
181
                </method>
 
182
 
 
183
                <method name="getTimezone">
 
184
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_getTimezone"/>
 
185
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
186
                        <arg name="tzid" type="s" direction="in"/>
 
187
                        <arg name="object" type="s" direction="out"/>
 
188
                </method>
 
189
 
 
190
                <method name="addTimezone">
 
191
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_addTimezone"/>
 
192
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
193
                        <arg name="tz" type="s" direction="in"/>
 
194
                </method>
 
195
 
 
196
                <method name="setDefaultTimezone">
 
197
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_Cal_setDefaultTimezone"/>
 
198
                        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
199
                        <arg name="tz" type="s" direction="in"/>
 
200
                </method>
 
201
                
 
202
        </interface>
 
203
</node>