~ubuntu-branches/ubuntu/saucy/glib2.0/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gio/tmpl/gfile.sgml

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-08-21 10:08:49 UTC
  • mfrom: (1.63.24)
  • Revision ID: package-import@ubuntu.com-20130821100849-enhti9o2tk0iug5r
Tags: 2.37.6-1ubuntu1
* Resynchronise with Debian, remaining change:
  - Build-Depend on python:any for cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
GFile
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
 
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
 
 
10
</para>
 
11
 
 
12
 
 
13
<!-- ##### SECTION See_Also ##### -->
 
14
<para>
 
15
 
 
16
</para>
 
17
 
 
18
 
 
19
<!-- ##### SECTION Stability_Level ##### -->
 
20
 
 
21
 
 
22
<!-- ##### SECTION Image ##### -->
 
23
 
 
24
 
 
25
<!-- ##### STRUCT GFile ##### -->
 
26
<para>
 
27
 
 
28
</para>
 
29
 
 
30
 
 
31
<!-- ##### STRUCT GFileIface ##### -->
 
32
<para>
 
33
 
 
34
</para>
 
35
 
 
36
@g_iface: 
 
37
@dup: 
 
38
@hash: 
 
39
@equal: 
 
40
@is_native: 
 
41
@has_uri_scheme: 
 
42
@get_uri_scheme: 
 
43
@get_basename: 
 
44
@get_path: 
 
45
@get_uri: 
 
46
@get_parse_name: 
 
47
@get_parent: 
 
48
@prefix_matches: 
 
49
@get_relative_path: 
 
50
@resolve_relative_path: 
 
51
@get_child_for_display_name: 
 
52
@enumerate_children: 
 
53
@enumerate_children_async: 
 
54
@enumerate_children_finish: 
 
55
@query_info: 
 
56
@query_info_async: 
 
57
@query_info_finish: 
 
58
@query_filesystem_info: 
 
59
@query_filesystem_info_async: 
 
60
@query_filesystem_info_finish: 
 
61
@find_enclosing_mount: 
 
62
@find_enclosing_mount_async: 
 
63
@find_enclosing_mount_finish: 
 
64
@set_display_name: 
 
65
@set_display_name_async: 
 
66
@set_display_name_finish: 
 
67
@query_settable_attributes: 
 
68
@_query_settable_attributes_async: 
 
69
@_query_settable_attributes_finish: 
 
70
@query_writable_namespaces: 
 
71
@_query_writable_namespaces_async: 
 
72
@_query_writable_namespaces_finish: 
 
73
@set_attribute: 
 
74
@set_attributes_from_info: 
 
75
@set_attributes_async: 
 
76
@set_attributes_finish: 
 
77
@read_fn: 
 
78
@read_async: 
 
79
@read_finish: 
 
80
@append_to: 
 
81
@append_to_async: 
 
82
@append_to_finish: 
 
83
@create: 
 
84
@create_async: 
 
85
@create_finish: 
 
86
@replace: 
 
87
@replace_async: 
 
88
@replace_finish: 
 
89
@delete_file: 
 
90
@delete_file_async: 
 
91
@delete_file_finish: 
 
92
@trash: 
 
93
@trash_async: 
 
94
@trash_finish: 
 
95
@make_directory: 
 
96
@make_directory_async: 
 
97
@make_directory_finish: 
 
98
@make_symbolic_link: 
 
99
@_make_symbolic_link_async: 
 
100
@_make_symbolic_link_finish: 
 
101
@copy: 
 
102
@copy_async: 
 
103
@copy_finish: 
 
104
@move: 
 
105
@_move_async: 
 
106
@_move_finish: 
 
107
@mount_mountable: 
 
108
@mount_mountable_finish: 
 
109
@unmount_mountable: 
 
110
@unmount_mountable_finish: 
 
111
@eject_mountable: 
 
112
@eject_mountable_finish: 
 
113
@mount_enclosing_volume: 
 
114
@mount_enclosing_volume_finish: 
 
115
@monitor_dir: 
 
116
@monitor_file: 
 
117
@open_readwrite: 
 
118
@open_readwrite_async: 
 
119
@open_readwrite_finish: 
 
120
@create_readwrite: 
 
121
@create_readwrite_async: 
 
122
@create_readwrite_finish: 
 
123
@replace_readwrite: 
 
124
@replace_readwrite_async: 
 
125
@replace_readwrite_finish: 
 
126
@start_mountable: 
 
127
@start_mountable_finish: 
 
128
@stop_mountable: 
 
129
@stop_mountable_finish: 
 
130
@supports_thread_contexts: 
 
131
@unmount_mountable_with_operation: 
 
132
@unmount_mountable_with_operation_finish: 
 
133
@eject_mountable_with_operation: 
 
134
@eject_mountable_with_operation_finish: 
 
135
@poll_mountable: 
 
136
@poll_mountable_finish: 
 
137
 
 
138
<!-- ##### ENUM GFileQueryInfoFlags ##### -->
 
139
<para>
 
140
 
 
141
</para>
 
142
 
 
143
@G_FILE_QUERY_INFO_NONE: 
 
144
@G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS: 
 
145
 
 
146
<!-- ##### ENUM GFileCreateFlags ##### -->
 
147
<para>
 
148
 
 
149
</para>
 
150
 
 
151
@G_FILE_CREATE_NONE: 
 
152
@G_FILE_CREATE_PRIVATE: 
 
153
@G_FILE_CREATE_REPLACE_DESTINATION: 
 
154
 
 
155
<!-- ##### ENUM GFileCopyFlags ##### -->
 
156
<para>
 
157
 
 
158
</para>
 
159
 
 
160
@G_FILE_COPY_NONE: 
 
161
@G_FILE_COPY_OVERWRITE: 
 
162
@G_FILE_COPY_BACKUP: 
 
163
@G_FILE_COPY_NOFOLLOW_SYMLINKS: 
 
164
@G_FILE_COPY_ALL_METADATA: 
 
165
@G_FILE_COPY_NO_FALLBACK_FOR_MOVE: 
 
166
@G_FILE_COPY_TARGET_DEFAULT_PERMS: 
 
167
 
 
168
<!-- ##### ENUM GFileMonitorFlags ##### -->
 
169
<para>
 
170
 
 
171
</para>
 
172
 
 
173
@G_FILE_MONITOR_NONE: 
 
174
@G_FILE_MONITOR_WATCH_MOUNTS: 
 
175
@G_FILE_MONITOR_SEND_MOVED: 
 
176
@G_FILE_MONITOR_WATCH_HARD_LINKS: 
 
177
 
 
178
<!-- ##### ENUM GFilesystemPreviewType ##### -->
 
179
<para>
 
180
 
 
181
</para>
 
182
 
 
183
@G_FILESYSTEM_PREVIEW_TYPE_IF_ALWAYS: 
 
184
@G_FILESYSTEM_PREVIEW_TYPE_IF_LOCAL: 
 
185
@G_FILESYSTEM_PREVIEW_TYPE_NEVER: 
 
186
 
 
187
<!-- ##### USER_FUNCTION GFileProgressCallback ##### -->
 
188
<para>
 
189
 
 
190
</para>
 
191
 
 
192
@current_num_bytes: 
 
193
@total_num_bytes: 
 
194
@user_data: 
 
195
 
 
196
 
 
197
<!-- ##### USER_FUNCTION GFileReadMoreCallback ##### -->
 
198
<para>
 
199
 
 
200
</para>
 
201
 
 
202
@file_contents: 
 
203
@file_size: 
 
204
@callback_data: 
 
205
@Returns: 
 
206
 
 
207
 
 
208
<!-- ##### FUNCTION g_file_new_for_path ##### -->
 
209
<para>
 
210
 
 
211
</para>
 
212
 
 
213
@path: 
 
214
@Returns: 
 
215
 
 
216
 
 
217
<!-- ##### FUNCTION g_file_new_for_uri ##### -->
 
218
<para>
 
219
 
 
220
</para>
 
221
 
 
222
@uri: 
 
223
@Returns: 
 
224
 
 
225
 
 
226
<!-- ##### FUNCTION g_file_new_for_commandline_arg ##### -->
 
227
<para>
 
228
 
 
229
</para>
 
230
 
 
231
@arg: 
 
232
@Returns: 
 
233
 
 
234
 
 
235
<!-- ##### FUNCTION g_file_new_for_commandline_arg_and_cwd ##### -->
 
236
<para>
 
237
 
 
238
</para>
 
239
 
 
240
@arg: 
 
241
@cwd: 
 
242
@Returns: 
 
243
 
 
244
 
 
245
<!-- ##### FUNCTION g_file_new_tmp ##### -->
 
246
<para>
 
247
 
 
248
</para>
 
249
 
 
250
@tmpl: 
 
251
@iostream: 
 
252
@error: 
 
253
@Returns: 
 
254
 
 
255
 
 
256
<!-- ##### FUNCTION g_file_parse_name ##### -->
 
257
<para>
 
258
 
 
259
</para>
 
260
 
 
261
@parse_name: 
 
262
@Returns: 
 
263
 
 
264
 
 
265
<!-- ##### FUNCTION g_file_dup ##### -->
 
266
<para>
 
267
 
 
268
</para>
 
269
 
 
270
@file: 
 
271
@Returns: 
 
272
 
 
273
 
 
274
<!-- ##### FUNCTION g_file_hash ##### -->
 
275
<para>
 
276
 
 
277
</para>
 
278
 
 
279
@file: 
 
280
@Returns: 
 
281
 
 
282
 
 
283
<!-- ##### FUNCTION g_file_equal ##### -->
 
284
<para>
 
285
 
 
286
</para>
 
287
 
 
288
@file1: 
 
289
@file2: 
 
290
@Returns: 
 
291
 
 
292
 
 
293
<!-- ##### FUNCTION g_file_get_basename ##### -->
 
294
<para>
 
295
 
 
296
</para>
 
297
 
 
298
@file: 
 
299
@Returns: 
 
300
 
 
301
 
 
302
<!-- ##### FUNCTION g_file_get_path ##### -->
 
303
<para>
 
304
 
 
305
</para>
 
306
 
 
307
@file: 
 
308
@Returns: 
 
309
 
 
310
 
 
311
<!-- ##### FUNCTION g_file_get_uri ##### -->
 
312
<para>
 
313
 
 
314
</para>
 
315
 
 
316
@file: 
 
317
@Returns: 
 
318
 
 
319
 
 
320
<!-- ##### FUNCTION g_file_get_parse_name ##### -->
 
321
<para>
 
322
 
 
323
</para>
 
324
 
 
325
@file: 
 
326
@Returns: 
 
327
 
 
328
 
 
329
<!-- ##### FUNCTION g_file_get_parent ##### -->
 
330
<para>
 
331
 
 
332
</para>
 
333
 
 
334
@file: 
 
335
@Returns: 
 
336
 
 
337
 
 
338
<!-- ##### FUNCTION g_file_has_parent ##### -->
 
339
<para>
 
340
 
 
341
</para>
 
342
 
 
343
@file: 
 
344
@parent: 
 
345
@Returns: 
 
346
 
 
347
 
 
348
<!-- ##### FUNCTION g_file_get_child ##### -->
 
349
<para>
 
350
 
 
351
</para>
 
352
 
 
353
@file: 
 
354
@name: 
 
355
@Returns: 
 
356
 
 
357
 
 
358
<!-- ##### FUNCTION g_file_get_child_for_display_name ##### -->
 
359
<para>
 
360
 
 
361
</para>
 
362
 
 
363
@file: 
 
364
@display_name: 
 
365
@error: 
 
366
@Returns: 
 
367
 
 
368
 
 
369
<!-- ##### FUNCTION g_file_has_prefix ##### -->
 
370
<para>
 
371
 
 
372
</para>
 
373
 
 
374
@file: 
 
375
@prefix: 
 
376
@Returns: 
 
377
 
 
378
 
 
379
<!-- ##### FUNCTION g_file_get_relative_path ##### -->
 
380
<para>
 
381
 
 
382
</para>
 
383
 
 
384
@parent: 
 
385
@descendant: 
 
386
@Returns: 
 
387
 
 
388
 
 
389
<!-- ##### FUNCTION g_file_resolve_relative_path ##### -->
 
390
<para>
 
391
 
 
392
</para>
 
393
 
 
394
@file: 
 
395
@relative_path: 
 
396
@Returns: 
 
397
 
 
398
 
 
399
<!-- ##### FUNCTION g_file_is_native ##### -->
 
400
<para>
 
401
 
 
402
</para>
 
403
 
 
404
@file: 
 
405
@Returns: 
 
406
 
 
407
 
 
408
<!-- ##### FUNCTION g_file_has_uri_scheme ##### -->
 
409
<para>
 
410
 
 
411
</para>
 
412
 
 
413
@file: 
 
414
@uri_scheme: 
 
415
@Returns: 
 
416
 
 
417
 
 
418
<!-- ##### FUNCTION g_file_get_uri_scheme ##### -->
 
419
<para>
 
420
 
 
421
</para>
 
422
 
 
423
@file: 
 
424
@Returns: 
 
425
 
 
426
 
 
427
<!-- ##### FUNCTION g_file_read ##### -->
 
428
<para>
 
429
 
 
430
</para>
 
431
 
 
432
@file: 
 
433
@cancellable: 
 
434
@error: 
 
435
@Returns: 
 
436
 
 
437
 
 
438
<!-- ##### FUNCTION g_file_read_async ##### -->
 
439
<para>
 
440
 
 
441
</para>
 
442
 
 
443
@file: 
 
444
@io_priority: 
 
445
@cancellable: 
 
446
@callback: 
 
447
@user_data: 
 
448
 
 
449
 
 
450
<!-- ##### FUNCTION g_file_read_finish ##### -->
 
451
<para>
 
452
 
 
453
</para>
 
454
 
 
455
@file: 
 
456
@res: 
 
457
@error: 
 
458
@Returns: 
 
459
 
 
460
 
 
461
<!-- ##### FUNCTION g_file_append_to ##### -->
 
462
<para>
 
463
 
 
464
</para>
 
465
 
 
466
@file: 
 
467
@flags: 
 
468
@cancellable: 
 
469
@error: 
 
470
@Returns: 
 
471
 
 
472
 
 
473
<!-- ##### FUNCTION g_file_create ##### -->
 
474
<para>
 
475
 
 
476
</para>
 
477
 
 
478
@file: 
 
479
@flags: 
 
480
@cancellable: 
 
481
@error: 
 
482
@Returns: 
 
483
 
 
484
 
 
485
<!-- ##### FUNCTION g_file_replace ##### -->
 
486
<para>
 
487
 
 
488
</para>
 
489
 
 
490
@file: 
 
491
@etag: 
 
492
@make_backup: 
 
493
@flags: 
 
494
@cancellable: 
 
495
@error: 
 
496
@Returns: 
 
497
 
 
498
 
 
499
<!-- ##### FUNCTION g_file_append_to_async ##### -->
 
500
<para>
 
501
 
 
502
</para>
 
503
 
 
504
@file: 
 
505
@flags: 
 
506
@io_priority: 
 
507
@cancellable: 
 
508
@callback: 
 
509
@user_data: 
 
510
 
 
511
 
 
512
<!-- ##### FUNCTION g_file_append_to_finish ##### -->
 
513
<para>
 
514
 
 
515
</para>
 
516
 
 
517
@file: 
 
518
@res: 
 
519
@error: 
 
520
@Returns: 
 
521
 
 
522
 
 
523
<!-- ##### FUNCTION g_file_create_async ##### -->
 
524
<para>
 
525
 
 
526
</para>
 
527
 
 
528
@file: 
 
529
@flags: 
 
530
@io_priority: 
 
531
@cancellable: 
 
532
@callback: 
 
533
@user_data: 
 
534
 
 
535
 
 
536
<!-- ##### FUNCTION g_file_create_finish ##### -->
 
537
<para>
 
538
 
 
539
</para>
 
540
 
 
541
@file: 
 
542
@res: 
 
543
@error: 
 
544
@Returns: 
 
545
 
 
546
 
 
547
<!-- ##### FUNCTION g_file_replace_async ##### -->
 
548
<para>
 
549
 
 
550
</para>
 
551
 
 
552
@file: 
 
553
@etag: 
 
554
@make_backup: 
 
555
@flags: 
 
556
@io_priority: 
 
557
@cancellable: 
 
558
@callback: 
 
559
@user_data: 
 
560
 
 
561
 
 
562
<!-- ##### FUNCTION g_file_replace_finish ##### -->
 
563
<para>
 
564
 
 
565
</para>
 
566
 
 
567
@file: 
 
568
@res: 
 
569
@error: 
 
570
@Returns: 
 
571
 
 
572
 
 
573
<!-- ##### FUNCTION g_file_query_info ##### -->
 
574
<para>
 
575
 
 
576
</para>
 
577
 
 
578
@file: 
 
579
@attributes: 
 
580
@flags: 
 
581
@cancellable: 
 
582
@error: 
 
583
@Returns: 
 
584
 
 
585
 
 
586
<!-- ##### FUNCTION g_file_query_info_async ##### -->
 
587
<para>
 
588
 
 
589
</para>
 
590
 
 
591
@file: 
 
592
@attributes: 
 
593
@flags: 
 
594
@io_priority: 
 
595
@cancellable: 
 
596
@callback: 
 
597
@user_data: 
 
598
 
 
599
 
 
600
<!-- ##### FUNCTION g_file_query_info_finish ##### -->
 
601
<para>
 
602
 
 
603
</para>
 
604
 
 
605
@file: 
 
606
@res: 
 
607
@error: 
 
608
@Returns: 
 
609
 
 
610
 
 
611
<!-- ##### FUNCTION g_file_query_exists ##### -->
 
612
<para>
 
613
 
 
614
</para>
 
615
 
 
616
@file: 
 
617
@cancellable: 
 
618
@Returns: 
 
619
 
 
620
 
 
621
<!-- ##### FUNCTION g_file_query_file_type ##### -->
 
622
<para>
 
623
 
 
624
</para>
 
625
 
 
626
@file: 
 
627
@flags: 
 
628
@cancellable: 
 
629
@Returns: 
 
630
 
 
631
 
 
632
<!-- ##### FUNCTION g_file_query_filesystem_info ##### -->
 
633
<para>
 
634
 
 
635
</para>
 
636
 
 
637
@file: 
 
638
@attributes: 
 
639
@cancellable: 
 
640
@error: 
 
641
@Returns: 
 
642
 
 
643
 
 
644
<!-- ##### FUNCTION g_file_query_filesystem_info_async ##### -->
 
645
<para>
 
646
 
 
647
</para>
 
648
 
 
649
@file: 
 
650
@attributes: 
 
651
@io_priority: 
 
652
@cancellable: 
 
653
@callback: 
 
654
@user_data: 
 
655
 
 
656
 
 
657
<!-- ##### FUNCTION g_file_query_filesystem_info_finish ##### -->
 
658
<para>
 
659
 
 
660
</para>
 
661
 
 
662
@file: 
 
663
@res: 
 
664
@error: 
 
665
@Returns: 
 
666
 
 
667
 
 
668
<!-- ##### FUNCTION g_file_query_default_handler ##### -->
 
669
<para>
 
670
 
 
671
</para>
 
672
 
 
673
@file: 
 
674
@cancellable: 
 
675
@error: 
 
676
@Returns: 
 
677
 
 
678
 
 
679
<!-- ##### FUNCTION g_file_find_enclosing_mount ##### -->
 
680
<para>
 
681
 
 
682
</para>
 
683
 
 
684
@file: 
 
685
@cancellable: 
 
686
@error: 
 
687
@Returns: 
 
688
 
 
689
 
 
690
<!-- ##### FUNCTION g_file_find_enclosing_mount_async ##### -->
 
691
<para>
 
692
 
 
693
</para>
 
694
 
 
695
@file: 
 
696
@io_priority: 
 
697
@cancellable: 
 
698
@callback: 
 
699
@user_data: 
 
700
 
 
701
 
 
702
<!-- ##### FUNCTION g_file_find_enclosing_mount_finish ##### -->
 
703
<para>
 
704
 
 
705
</para>
 
706
 
 
707
@file: 
 
708
@res: 
 
709
@error: 
 
710
@Returns: 
 
711
 
 
712
 
 
713
<!-- ##### FUNCTION g_file_enumerate_children ##### -->
 
714
<para>
 
715
 
 
716
</para>
 
717
 
 
718
@file: 
 
719
@attributes: 
 
720
@flags: 
 
721
@cancellable: 
 
722
@error: 
 
723
@Returns: 
 
724
 
 
725
 
 
726
<!-- ##### FUNCTION g_file_enumerate_children_async ##### -->
 
727
<para>
 
728
 
 
729
</para>
 
730
 
 
731
@file: 
 
732
@attributes: 
 
733
@flags: 
 
734
@io_priority: 
 
735
@cancellable: 
 
736
@callback: 
 
737
@user_data: 
 
738
 
 
739
 
 
740
<!-- ##### FUNCTION g_file_enumerate_children_finish ##### -->
 
741
<para>
 
742
 
 
743
</para>
 
744
 
 
745
@file: 
 
746
@res: 
 
747
@error: 
 
748
@Returns: 
 
749
 
 
750
 
 
751
<!-- ##### FUNCTION g_file_set_display_name ##### -->
 
752
<para>
 
753
 
 
754
</para>
 
755
 
 
756
@file: 
 
757
@display_name: 
 
758
@cancellable: 
 
759
@error: 
 
760
@Returns: 
 
761
 
 
762
 
 
763
<!-- ##### FUNCTION g_file_set_display_name_async ##### -->
 
764
<para>
 
765
 
 
766
</para>
 
767
 
 
768
@file: 
 
769
@display_name: 
 
770
@io_priority: 
 
771
@cancellable: 
 
772
@callback: 
 
773
@user_data: 
 
774
 
 
775
 
 
776
<!-- ##### FUNCTION g_file_set_display_name_finish ##### -->
 
777
<para>
 
778
 
 
779
</para>
 
780
 
 
781
@file: 
 
782
@res: 
 
783
@error: 
 
784
@Returns: 
 
785
 
 
786
 
 
787
<!-- ##### FUNCTION g_file_delete ##### -->
 
788
<para>
 
789
 
 
790
</para>
 
791
 
 
792
@file: 
 
793
@cancellable: 
 
794
@error: 
 
795
@Returns: 
 
796
 
 
797
 
 
798
<!-- ##### FUNCTION g_file_delete_async ##### -->
 
799
<para>
 
800
 
 
801
</para>
 
802
 
 
803
@file: 
 
804
@io_priority: 
 
805
@cancellable: 
 
806
@callback: 
 
807
@user_data: 
 
808
 
 
809
 
 
810
<!-- ##### FUNCTION g_file_delete_finish ##### -->
 
811
<para>
 
812
 
 
813
</para>
 
814
 
 
815
@file: 
 
816
@result: 
 
817
@error: 
 
818
@Returns: 
 
819
 
 
820
 
 
821
<!-- ##### FUNCTION g_file_trash ##### -->
 
822
<para>
 
823
 
 
824
</para>
 
825
 
 
826
@file: 
 
827
@cancellable: 
 
828
@error: 
 
829
@Returns: 
 
830
 
 
831
 
 
832
<!-- ##### FUNCTION g_file_trash_async ##### -->
 
833
<para>
 
834
 
 
835
</para>
 
836
 
 
837
@file: 
 
838
@io_priority: 
 
839
@cancellable: 
 
840
@callback: 
 
841
@user_data: 
 
842
 
 
843
 
 
844
<!-- ##### FUNCTION g_file_trash_finish ##### -->
 
845
<para>
 
846
 
 
847
</para>
 
848
 
 
849
@file: 
 
850
@result: 
 
851
@error: 
 
852
@Returns: 
 
853
 
 
854
 
 
855
<!-- ##### FUNCTION g_file_copy ##### -->
 
856
<para>
 
857
 
 
858
</para>
 
859
 
 
860
@source: 
 
861
@destination: 
 
862
@flags: 
 
863
@cancellable: 
 
864
@progress_callback: 
 
865
@progress_callback_data: 
 
866
@error: 
 
867
@Returns: 
 
868
 
 
869
 
 
870
<!-- ##### FUNCTION g_file_copy_async ##### -->
 
871
<para>
 
872
 
 
873
</para>
 
874
 
 
875
@source: 
 
876
@destination: 
 
877
@flags: 
 
878
@io_priority: 
 
879
@cancellable: 
 
880
@progress_callback: 
 
881
@progress_callback_data: 
 
882
@callback: 
 
883
@user_data: 
 
884
 
 
885
 
 
886
<!-- ##### FUNCTION g_file_copy_finish ##### -->
 
887
<para>
 
888
 
 
889
</para>
 
890
 
 
891
@file: 
 
892
@res: 
 
893
@error: 
 
894
@Returns: 
 
895
 
 
896
 
 
897
<!-- ##### FUNCTION g_file_move ##### -->
 
898
<para>
 
899
 
 
900
</para>
 
901
 
 
902
@source: 
 
903
@destination: 
 
904
@flags: 
 
905
@cancellable: 
 
906
@progress_callback: 
 
907
@progress_callback_data: 
 
908
@error: 
 
909
@Returns: 
 
910
 
 
911
 
 
912
<!-- ##### FUNCTION g_file_make_directory ##### -->
 
913
<para>
 
914
 
 
915
</para>
 
916
 
 
917
@file: 
 
918
@cancellable: 
 
919
@error: 
 
920
@Returns: 
 
921
 
 
922
 
 
923
<!-- ##### FUNCTION g_file_make_directory_async ##### -->
 
924
<para>
 
925
 
 
926
</para>
 
927
 
 
928
@file: 
 
929
@io_priority: 
 
930
@cancellable: 
 
931
@callback: 
 
932
@user_data: 
 
933
 
 
934
 
 
935
<!-- ##### FUNCTION g_file_make_directory_finish ##### -->
 
936
<para>
 
937
 
 
938
</para>
 
939
 
 
940
@file: 
 
941
@result: 
 
942
@error: 
 
943
@Returns: 
 
944
 
 
945
 
 
946
<!-- ##### FUNCTION g_file_make_directory_with_parents ##### -->
 
947
<para>
 
948
 
 
949
</para>
 
950
 
 
951
@file: 
 
952
@cancellable: 
 
953
@error: 
 
954
@Returns: 
 
955
 
 
956
 
 
957
<!-- ##### FUNCTION g_file_make_symbolic_link ##### -->
 
958
<para>
 
959
 
 
960
</para>
 
961
 
 
962
@file: 
 
963
@symlink_value: 
 
964
@cancellable: 
 
965
@error: 
 
966
@Returns: 
 
967
 
 
968
 
 
969
<!-- ##### FUNCTION g_file_query_settable_attributes ##### -->
 
970
<para>
 
971
 
 
972
</para>
 
973
 
 
974
@file: 
 
975
@cancellable: 
 
976
@error: 
 
977
@Returns: 
 
978
 
 
979
 
 
980
<!-- ##### FUNCTION g_file_query_writable_namespaces ##### -->
 
981
<para>
 
982
 
 
983
</para>
 
984
 
 
985
@file: 
 
986
@cancellable: 
 
987
@error: 
 
988
@Returns: 
 
989
 
 
990
 
 
991
<!-- ##### FUNCTION g_file_set_attribute ##### -->
 
992
<para>
 
993
 
 
994
</para>
 
995
 
 
996
@file: 
 
997
@attribute: 
 
998
@type: 
 
999
@value_p: 
 
1000
@flags: 
 
1001
@cancellable: 
 
1002
@error: 
 
1003
@Returns: 
 
1004
 
 
1005
 
 
1006
<!-- ##### FUNCTION g_file_set_attributes_from_info ##### -->
 
1007
<para>
 
1008
 
 
1009
</para>
 
1010
 
 
1011
@file: 
 
1012
@info: 
 
1013
@flags: 
 
1014
@cancellable: 
 
1015
@error: 
 
1016
@Returns: 
 
1017
 
 
1018
 
 
1019
<!-- ##### FUNCTION g_file_set_attributes_async ##### -->
 
1020
<para>
 
1021
 
 
1022
</para>
 
1023
 
 
1024
@file: 
 
1025
@info: 
 
1026
@flags: 
 
1027
@io_priority: 
 
1028
@cancellable: 
 
1029
@callback: 
 
1030
@user_data: 
 
1031
 
 
1032
 
 
1033
<!-- ##### FUNCTION g_file_set_attributes_finish ##### -->
 
1034
<para>
 
1035
 
 
1036
</para>
 
1037
 
 
1038
@file: 
 
1039
@result: 
 
1040
@info: 
 
1041
@error: 
 
1042
@Returns: 
 
1043
 
 
1044
 
 
1045
<!-- ##### FUNCTION g_file_set_attribute_string ##### -->
 
1046
<para>
 
1047
 
 
1048
</para>
 
1049
 
 
1050
@file: 
 
1051
@attribute: 
 
1052
@value: 
 
1053
@flags: 
 
1054
@cancellable: 
 
1055
@error: 
 
1056
@Returns: 
 
1057
 
 
1058
 
 
1059
<!-- ##### FUNCTION g_file_set_attribute_byte_string ##### -->
 
1060
<para>
 
1061
 
 
1062
</para>
 
1063
 
 
1064
@file: 
 
1065
@attribute: 
 
1066
@value: 
 
1067
@flags: 
 
1068
@cancellable: 
 
1069
@error: 
 
1070
@Returns: 
 
1071
 
 
1072
 
 
1073
<!-- ##### FUNCTION g_file_set_attribute_uint32 ##### -->
 
1074
<para>
 
1075
 
 
1076
</para>
 
1077
 
 
1078
@file: 
 
1079
@attribute: 
 
1080
@value: 
 
1081
@flags: 
 
1082
@cancellable: 
 
1083
@error: 
 
1084
@Returns: 
 
1085
 
 
1086
 
 
1087
<!-- ##### FUNCTION g_file_set_attribute_int32 ##### -->
 
1088
<para>
 
1089
 
 
1090
</para>
 
1091
 
 
1092
@file: 
 
1093
@attribute: 
 
1094
@value: 
 
1095
@flags: 
 
1096
@cancellable: 
 
1097
@error: 
 
1098
@Returns: 
 
1099
 
 
1100
 
 
1101
<!-- ##### FUNCTION g_file_set_attribute_uint64 ##### -->
 
1102
<para>
 
1103
 
 
1104
</para>
 
1105
 
 
1106
@file: 
 
1107
@attribute: 
 
1108
@value: 
 
1109
@flags: 
 
1110
@cancellable: 
 
1111
@error: 
 
1112
@Returns: 
 
1113
 
 
1114
 
 
1115
<!-- ##### FUNCTION g_file_set_attribute_int64 ##### -->
 
1116
<para>
 
1117
 
 
1118
</para>
 
1119
 
 
1120
@file: 
 
1121
@attribute: 
 
1122
@value: 
 
1123
@flags: 
 
1124
@cancellable: 
 
1125
@error: 
 
1126
@Returns: 
 
1127
 
 
1128
 
 
1129
<!-- ##### FUNCTION g_file_mount_mountable ##### -->
 
1130
<para>
 
1131
 
 
1132
</para>
 
1133
 
 
1134
@file: 
 
1135
@flags: 
 
1136
@mount_operation: 
 
1137
@cancellable: 
 
1138
@callback: 
 
1139
@user_data: 
 
1140
 
 
1141
 
 
1142
<!-- ##### FUNCTION g_file_mount_mountable_finish ##### -->
 
1143
<para>
 
1144
 
 
1145
</para>
 
1146
 
 
1147
@file: 
 
1148
@result: 
 
1149
@error: 
 
1150
@Returns: 
 
1151
 
 
1152
 
 
1153
<!-- ##### FUNCTION g_file_unmount_mountable ##### -->
 
1154
<para>
 
1155
 
 
1156
</para>
 
1157
 
 
1158
@file: 
 
1159
@flags: 
 
1160
@cancellable: 
 
1161
@callback: 
 
1162
@user_data: 
 
1163
 
 
1164
 
 
1165
<!-- ##### FUNCTION g_file_unmount_mountable_finish ##### -->
 
1166
<para>
 
1167
 
 
1168
</para>
 
1169
 
 
1170
@file: 
 
1171
@result: 
 
1172
@error: 
 
1173
@Returns: 
 
1174
 
 
1175
 
 
1176
<!-- ##### FUNCTION g_file_unmount_mountable_with_operation ##### -->
 
1177
<para>
 
1178
 
 
1179
</para>
 
1180
 
 
1181
@file: 
 
1182
@flags: 
 
1183
@mount_operation: 
 
1184
@cancellable: 
 
1185
@callback: 
 
1186
@user_data: 
 
1187
 
 
1188
 
 
1189
<!-- ##### FUNCTION g_file_unmount_mountable_with_operation_finish ##### -->
 
1190
<para>
 
1191
 
 
1192
</para>
 
1193
 
 
1194
@file: 
 
1195
@result: 
 
1196
@error: 
 
1197
@Returns: 
 
1198
 
 
1199
 
 
1200
<!-- ##### FUNCTION g_file_eject_mountable ##### -->
 
1201
<para>
 
1202
 
 
1203
</para>
 
1204
 
 
1205
@file: 
 
1206
@flags: 
 
1207
@cancellable: 
 
1208
@callback: 
 
1209
@user_data: 
 
1210
 
 
1211
 
 
1212
<!-- ##### FUNCTION g_file_eject_mountable_finish ##### -->
 
1213
<para>
 
1214
 
 
1215
</para>
 
1216
 
 
1217
@file: 
 
1218
@result: 
 
1219
@error: 
 
1220
@Returns: 
 
1221
 
 
1222
 
 
1223
<!-- ##### FUNCTION g_file_eject_mountable_with_operation ##### -->
 
1224
<para>
 
1225
 
 
1226
</para>
 
1227
 
 
1228
@file: 
 
1229
@flags: 
 
1230
@mount_operation: 
 
1231
@cancellable: 
 
1232
@callback: 
 
1233
@user_data: 
 
1234
 
 
1235
 
 
1236
<!-- ##### FUNCTION g_file_eject_mountable_with_operation_finish ##### -->
 
1237
<para>
 
1238
 
 
1239
</para>
 
1240
 
 
1241
@file: 
 
1242
@result: 
 
1243
@error: 
 
1244
@Returns: 
 
1245
 
 
1246
 
 
1247
<!-- ##### FUNCTION g_file_start_mountable ##### -->
 
1248
<para>
 
1249
 
 
1250
</para>
 
1251
 
 
1252
@file: 
 
1253
@flags: 
 
1254
@start_operation: 
 
1255
@cancellable: 
 
1256
@callback: 
 
1257
@user_data: 
 
1258
 
 
1259
 
 
1260
<!-- ##### FUNCTION g_file_start_mountable_finish ##### -->
 
1261
<para>
 
1262
 
 
1263
</para>
 
1264
 
 
1265
@file: 
 
1266
@result: 
 
1267
@error: 
 
1268
@Returns: 
 
1269
 
 
1270
 
 
1271
<!-- ##### FUNCTION g_file_stop_mountable ##### -->
 
1272
<para>
 
1273
 
 
1274
</para>
 
1275
 
 
1276
@file: 
 
1277
@flags: 
 
1278
@mount_operation: 
 
1279
@cancellable: 
 
1280
@callback: 
 
1281
@user_data: 
 
1282
 
 
1283
 
 
1284
<!-- ##### FUNCTION g_file_stop_mountable_finish ##### -->
 
1285
<para>
 
1286
 
 
1287
</para>
 
1288
 
 
1289
@file: 
 
1290
@result: 
 
1291
@error: 
 
1292
@Returns: 
 
1293
 
 
1294
 
 
1295
<!-- ##### FUNCTION g_file_poll_mountable ##### -->
 
1296
<para>
 
1297
 
 
1298
</para>
 
1299
 
 
1300
@file: 
 
1301
@cancellable: 
 
1302
@callback: 
 
1303
@user_data: 
 
1304
 
 
1305
 
 
1306
<!-- ##### FUNCTION g_file_poll_mountable_finish ##### -->
 
1307
<para>
 
1308
 
 
1309
</para>
 
1310
 
 
1311
@file: 
 
1312
@result: 
 
1313
@error: 
 
1314
@Returns: 
 
1315
 
 
1316
 
 
1317
<!-- ##### FUNCTION g_file_mount_enclosing_volume ##### -->
 
1318
<para>
 
1319
 
 
1320
</para>
 
1321
 
 
1322
@location: 
 
1323
@flags: 
 
1324
@mount_operation: 
 
1325
@cancellable: 
 
1326
@callback: 
 
1327
@user_data: 
 
1328
 
 
1329
 
 
1330
<!-- ##### FUNCTION g_file_mount_enclosing_volume_finish ##### -->
 
1331
<para>
 
1332
 
 
1333
</para>
 
1334
 
 
1335
@location: 
 
1336
@result: 
 
1337
@error: 
 
1338
@Returns: 
 
1339
 
 
1340
 
 
1341
<!-- ##### FUNCTION g_file_monitor_directory ##### -->
 
1342
<para>
 
1343
 
 
1344
</para>
 
1345
 
 
1346
@file: 
 
1347
@flags: 
 
1348
@cancellable: 
 
1349
@error: 
 
1350
@Returns: 
 
1351
 
 
1352
 
 
1353
<!-- ##### FUNCTION g_file_monitor_file ##### -->
 
1354
<para>
 
1355
 
 
1356
</para>
 
1357
 
 
1358
@file: 
 
1359
@flags: 
 
1360
@cancellable: 
 
1361
@error: 
 
1362
@Returns: 
 
1363
 
 
1364
 
 
1365
<!-- ##### FUNCTION g_file_monitor ##### -->
 
1366
<para>
 
1367
 
 
1368
</para>
 
1369
 
 
1370
@file: 
 
1371
@flags: 
 
1372
@cancellable: 
 
1373
@error: 
 
1374
@Returns: 
 
1375
 
 
1376
 
 
1377
<!-- ##### FUNCTION g_file_load_contents ##### -->
 
1378
<para>
 
1379
 
 
1380
</para>
 
1381
 
 
1382
@file: 
 
1383
@cancellable: 
 
1384
@contents: 
 
1385
@length: 
 
1386
@etag_out: 
 
1387
@error: 
 
1388
@Returns: 
 
1389
 
 
1390
 
 
1391
<!-- ##### FUNCTION g_file_load_contents_async ##### -->
 
1392
<para>
 
1393
 
 
1394
</para>
 
1395
 
 
1396
@file: 
 
1397
@cancellable: 
 
1398
@callback: 
 
1399
@user_data: 
 
1400
 
 
1401
 
 
1402
<!-- ##### FUNCTION g_file_load_contents_finish ##### -->
 
1403
<para>
 
1404
 
 
1405
</para>
 
1406
 
 
1407
@file: 
 
1408
@res: 
 
1409
@contents: 
 
1410
@length: 
 
1411
@etag_out: 
 
1412
@error: 
 
1413
@Returns: 
 
1414
 
 
1415
 
 
1416
<!-- ##### FUNCTION g_file_load_partial_contents_async ##### -->
 
1417
<para>
 
1418
 
 
1419
</para>
 
1420
 
 
1421
@file: 
 
1422
@cancellable: 
 
1423
@read_more_callback: 
 
1424
@callback: 
 
1425
@user_data: 
 
1426
 
 
1427
 
 
1428
<!-- ##### FUNCTION g_file_load_partial_contents_finish ##### -->
 
1429
<para>
 
1430
 
 
1431
</para>
 
1432
 
 
1433
@file: 
 
1434
@res: 
 
1435
@contents: 
 
1436
@length: 
 
1437
@etag_out: 
 
1438
@error: 
 
1439
@Returns: 
 
1440
 
 
1441
 
 
1442
<!-- ##### FUNCTION g_file_replace_contents ##### -->
 
1443
<para>
 
1444
 
 
1445
</para>
 
1446
 
 
1447
@file: 
 
1448
@contents: 
 
1449
@length: 
 
1450
@etag: 
 
1451
@make_backup: 
 
1452
@flags: 
 
1453
@new_etag: 
 
1454
@cancellable: 
 
1455
@error: 
 
1456
@Returns: 
 
1457
 
 
1458
 
 
1459
<!-- ##### FUNCTION g_file_replace_contents_async ##### -->
 
1460
<para>
 
1461
 
 
1462
</para>
 
1463
 
 
1464
@file: 
 
1465
@contents: 
 
1466
@length: 
 
1467
@etag: 
 
1468
@make_backup: 
 
1469
@flags: 
 
1470
@cancellable: 
 
1471
@callback: 
 
1472
@user_data: 
 
1473
 
 
1474
 
 
1475
<!-- ##### FUNCTION g_file_replace_contents_finish ##### -->
 
1476
<para>
 
1477
 
 
1478
</para>
 
1479
 
 
1480
@file: 
 
1481
@res: 
 
1482
@new_etag: 
 
1483
@error: 
 
1484
@Returns: 
 
1485
 
 
1486
 
 
1487
<!-- ##### FUNCTION g_file_copy_attributes ##### -->
 
1488
<para>
 
1489
 
 
1490
</para>
 
1491
 
 
1492
@source: 
 
1493
@destination: 
 
1494
@flags: 
 
1495
@cancellable: 
 
1496
@error: 
 
1497
@Returns: 
 
1498
 
 
1499
 
 
1500
<!-- ##### FUNCTION g_file_create_readwrite ##### -->
 
1501
<para>
 
1502
 
 
1503
</para>
 
1504
 
 
1505
@file: 
 
1506
@flags: 
 
1507
@cancellable: 
 
1508
@error: 
 
1509
@Returns: 
 
1510
 
 
1511
 
 
1512
<!-- ##### FUNCTION g_file_create_readwrite_async ##### -->
 
1513
<para>
 
1514
 
 
1515
</para>
 
1516
 
 
1517
@file: 
 
1518
@flags: 
 
1519
@io_priority: 
 
1520
@cancellable: 
 
1521
@callback: 
 
1522
@user_data: 
 
1523
 
 
1524
 
 
1525
<!-- ##### FUNCTION g_file_create_readwrite_finish ##### -->
 
1526
<para>
 
1527
 
 
1528
</para>
 
1529
 
 
1530
@file: 
 
1531
@res: 
 
1532
@error: 
 
1533
@Returns: 
 
1534
 
 
1535
 
 
1536
<!-- ##### FUNCTION g_file_open_readwrite ##### -->
 
1537
<para>
 
1538
 
 
1539
</para>
 
1540
 
 
1541
@file: 
 
1542
@cancellable: 
 
1543
@error: 
 
1544
@Returns: 
 
1545
 
 
1546
 
 
1547
<!-- ##### FUNCTION g_file_open_readwrite_async ##### -->
 
1548
<para>
 
1549
 
 
1550
</para>
 
1551
 
 
1552
@file: 
 
1553
@io_priority: 
 
1554
@cancellable: 
 
1555
@callback: 
 
1556
@user_data: 
 
1557
 
 
1558
 
 
1559
<!-- ##### FUNCTION g_file_open_readwrite_finish ##### -->
 
1560
<para>
 
1561
 
 
1562
</para>
 
1563
 
 
1564
@file: 
 
1565
@res: 
 
1566
@error: 
 
1567
@Returns: 
 
1568
 
 
1569
 
 
1570
<!-- ##### FUNCTION g_file_replace_readwrite ##### -->
 
1571
<para>
 
1572
 
 
1573
</para>
 
1574
 
 
1575
@file: 
 
1576
@etag: 
 
1577
@make_backup: 
 
1578
@flags: 
 
1579
@cancellable: 
 
1580
@error: 
 
1581
@Returns: 
 
1582
 
 
1583
 
 
1584
<!-- ##### FUNCTION g_file_replace_readwrite_async ##### -->
 
1585
<para>
 
1586
 
 
1587
</para>
 
1588
 
 
1589
@file: 
 
1590
@etag: 
 
1591
@make_backup: 
 
1592
@flags: 
 
1593
@io_priority: 
 
1594
@cancellable: 
 
1595
@callback: 
 
1596
@user_data: 
 
1597
 
 
1598
 
 
1599
<!-- ##### FUNCTION g_file_replace_readwrite_finish ##### -->
 
1600
<para>
 
1601
 
 
1602
</para>
 
1603
 
 
1604
@file: 
 
1605
@res: 
 
1606
@error: 
 
1607
@Returns: 
 
1608
 
 
1609
 
 
1610
<!-- ##### FUNCTION g_file_supports_thread_contexts ##### -->
 
1611
<para>
 
1612
 
 
1613
</para>
 
1614
 
 
1615
@file: 
 
1616
@Returns: 
 
1617
 
 
1618