~ubuntu-branches/ubuntu/warty/gnome-vfs2/warty

« back to all changes in this revision

Viewing changes to doc/tmpl/cancellable-ops.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-10-11 16:04:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041011160446-lc0ervct24rylahc
Tags: 2.8.2-0ubuntu1
* New upstream release:
  - performance increase in gnome-vfs-volume-monitor.
  - make folders open with components, to make run-dialog work for folders.
  - add support for additional headers to http backend (Warty: #2163).
  - default to the workgroup specified in smb.conf for network://.
* debian/patches/13_ssl_crash.patch:
  - removed, these changes are in the new version.
* debian/patches/14_default-workgroup.patch:
  - removed, these changes are in the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
Cancellable Ops
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
 
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
 
10
 
</para>
11
 
 
12
 
<!-- ##### SECTION See_Also ##### -->
13
 
<para>
14
 
 
15
 
</para>
16
 
 
17
 
<!-- ##### FUNCTION gnome_vfs_open_uri_cancellable ##### -->
18
 
<para>
19
 
 
20
 
</para>
21
 
 
22
 
@handle: 
23
 
@uri: 
24
 
@open_mode: 
25
 
@context: 
26
 
@Returns: 
27
 
 
28
 
 
29
 
<!-- ##### FUNCTION gnome_vfs_create_uri_cancellable ##### -->
30
 
<para>
31
 
 
32
 
</para>
33
 
 
34
 
@handle: 
35
 
@uri: 
36
 
@open_mode: 
37
 
@exclusive: 
38
 
@perm: 
39
 
@context: 
40
 
@Returns: 
41
 
 
42
 
 
43
 
<!-- ##### FUNCTION gnome_vfs_close_cancellable ##### -->
44
 
<para>
45
 
 
46
 
</para>
47
 
 
48
 
@handle: 
49
 
@context: 
50
 
@Returns: 
51
 
 
52
 
 
53
 
<!-- ##### FUNCTION gnome_vfs_read_cancellable ##### -->
54
 
<para>
55
 
 
56
 
</para>
57
 
 
58
 
@handle: 
59
 
@buffer: 
60
 
@bytes: 
61
 
@bytes_written: 
62
 
@context: 
63
 
@Returns: 
64
 
 
65
 
 
66
 
<!-- ##### FUNCTION gnome_vfs_write_cancellable ##### -->
67
 
<para>
68
 
 
69
 
</para>
70
 
 
71
 
@handle: 
72
 
@buffer: 
73
 
@bytes: 
74
 
@bytes_written: 
75
 
@context: 
76
 
@Returns: 
77
 
 
78
 
 
79
 
<!-- ##### FUNCTION gnome_vfs_seek_cancellable ##### -->
80
 
<para>
81
 
 
82
 
</para>
83
 
 
84
 
@handle: 
85
 
@whence: 
86
 
@offset: 
87
 
@context: 
88
 
@Returns: 
89
 
 
90
 
 
91
 
<!-- ##### FUNCTION gnome_vfs_get_file_info_uri_cancellable ##### -->
92
 
<para>
93
 
 
94
 
</para>
95
 
 
96
 
@uri: 
97
 
@info: 
98
 
@options: 
99
 
@context: 
100
 
@Returns: 
101
 
 
102
 
 
103
 
<!-- ##### FUNCTION gnome_vfs_get_file_info_from_handle_cancellable ##### -->
104
 
<para>
105
 
 
106
 
</para>
107
 
 
108
 
@handle: 
109
 
@info: 
110
 
@options: 
111
 
@context: 
112
 
@Returns: 
113
 
 
114
 
 
115
 
<!-- ##### FUNCTION gnome_vfs_truncate_uri_cancellable ##### -->
116
 
<para>
117
 
 
118
 
</para>
119
 
 
120
 
@uri: 
121
 
@length: 
122
 
@context: 
123
 
@Returns: 
124
 
 
125
 
 
126
 
<!-- ##### FUNCTION gnome_vfs_truncate_handle_cancellable ##### -->
127
 
<para>
128
 
 
129
 
</para>
130
 
 
131
 
@handle: 
132
 
@length: 
133
 
@context: 
134
 
@Returns: 
135
 
 
136
 
 
137
 
<!-- ##### FUNCTION gnome_vfs_make_directory_for_uri_cancellable ##### -->
138
 
<para>
139
 
 
140
 
</para>
141
 
 
142
 
@uri: 
143
 
@perm: 
144
 
@context: 
145
 
@Returns: 
146
 
 
147
 
 
148
 
<!-- ##### FUNCTION gnome_vfs_find_directory_cancellable ##### -->
149
 
<para>
150
 
 
151
 
</para>
152
 
 
153
 
@near_uri: 
154
 
@kind: 
155
 
@result_uri: 
156
 
@create_if_needed: 
157
 
@find_if_needed: 
158
 
@permissions: 
159
 
@context: 
160
 
@Returns: 
161
 
 
162
 
 
163
 
<!-- ##### FUNCTION gnome_vfs_remove_directory_from_uri_cancellable ##### -->
164
 
<para>
165
 
 
166
 
</para>
167
 
 
168
 
@uri: 
169
 
@context: 
170
 
@Returns: 
171
 
 
172
 
 
173
 
<!-- ##### FUNCTION gnome_vfs_unlink_from_uri_cancellable ##### -->
174
 
<para>
175
 
 
176
 
</para>
177
 
 
178
 
@uri: 
179
 
@context: 
180
 
@Returns: 
181
 
 
182
 
 
183
 
<!-- ##### FUNCTION gnome_vfs_create_symbolic_link_cancellable ##### -->
184
 
<para>
185
 
 
186
 
</para>
187
 
 
188
 
@uri: 
189
 
@target_reference: 
190
 
@context: 
191
 
@Returns: 
192
 
 
193
 
 
194
 
<!-- ##### FUNCTION gnome_vfs_move_uri_cancellable ##### -->
195
 
<para>
196
 
 
197
 
</para>
198
 
 
199
 
@old: 
200
 
@new: 
201
 
@force_replace: 
202
 
@context: 
203
 
@Returns: 
204
 
 
205
 
 
206
 
<!-- ##### FUNCTION gnome_vfs_check_same_fs_uris_cancellable ##### -->
207
 
<para>
208
 
 
209
 
</para>
210
 
 
211
 
@a: 
212
 
@b: 
213
 
@same_fs_return: 
214
 
@context: 
215
 
@Returns: 
216
 
 
217
 
 
218
 
<!-- ##### FUNCTION gnome_vfs_set_file_info_cancellable ##### -->
219
 
<para>
220
 
 
221
 
</para>
222
 
 
223
 
@a: 
224
 
@info: 
225
 
@mask: 
226
 
@context: 
227
 
@Returns: 
228
 
 
229
 
 
230
 
<!-- ##### FUNCTION gnome_vfs_xfer_private ##### -->
231
 
<para>
232
 
 
233
 
</para>
234
 
 
235
 
@source_uri_list: 
236
 
@target_uri_list: 
237
 
@xfer_options: 
238
 
@error_mode: 
239
 
@overwrite_mode: 
240
 
@progress_callback: 
241
 
@data: 
242
 
@sync_progress_callback: 
243
 
@sync_progress_data: 
244
 
@Returns: 
245
 
 
246
 
 
247
 
<!-- ##### FUNCTION gnome_vfs_directory_read_next_cancellable ##### -->
248
 
<para>
249
 
 
250
 
</para>
251
 
 
252
 
@handle: 
253
 
@info: 
254
 
@context: 
255
 
@Returns: 
256
 
 
257
 
 
258
 
<!-- ##### FUNCTION gnome_vfs_directory_open_from_uri_cancellable ##### -->
259
 
<para>
260
 
 
261
 
</para>
262
 
 
263
 
@handle: 
264
 
@uri: 
265
 
@options: 
266
 
@context: 
267
 
@Returns: 
268
 
<!-- # Unused Parameters # -->
269
 
@filter: 
270
 
 
271