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