~noskcaj/ubuntu/vivid/thunar/1.6.4

« back to all changes in this revision

Viewing changes to thunar-vfs/thunar-vfs-aliasdef.c

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 16:46:20 UTC
  • mto: (2.1.3 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: james.westby@ubuntu.com-20101204164620-h7p4t2e9z6hfhz6l
Tags: upstream-1.1.4
ImportĀ upstreamĀ versionĀ 1.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Generated by make-thunar-vfs-alias.pl. Do not edit this file. */
2
 
 
3
 
#ifdef HAVE_GNUC_VISIBILITY
4
 
 
5
 
#include <glib.h>
6
 
 
7
 
#undef IN_HEADER
8
 
#define IN_HEADER(x) 1
9
 
 
10
 
#undef IN_SOURCE
11
 
#define IN_SOURCE defined
12
 
 
13
 
#if IN_HEADER(__THUNAR_VFS_H__)
14
 
#if IN_SOURCE(__THUNAR_VFS_C__)
15
 
#undef thunar_vfs_init 
16
 
extern __typeof (thunar_vfs_init) thunar_vfs_init __attribute((alias("IA__thunar_vfs_init"), visibility("default")));
17
 
 
18
 
#undef thunar_vfs_shutdown 
19
 
extern __typeof (thunar_vfs_shutdown) thunar_vfs_shutdown __attribute((alias("IA__thunar_vfs_shutdown"), visibility("default")));
20
 
 
21
 
#undef thunar_vfs_listdir 
22
 
extern __typeof (thunar_vfs_listdir) thunar_vfs_listdir __attribute((alias("IA__thunar_vfs_listdir"), visibility("default")));
23
 
 
24
 
#undef thunar_vfs_create_file 
25
 
extern __typeof (thunar_vfs_create_file) thunar_vfs_create_file __attribute((alias("IA__thunar_vfs_create_file"), visibility("default")));
26
 
 
27
 
#undef thunar_vfs_create_files 
28
 
extern __typeof (thunar_vfs_create_files) thunar_vfs_create_files __attribute((alias("IA__thunar_vfs_create_files"), visibility("default")));
29
 
 
30
 
#undef thunar_vfs_copy_file 
31
 
extern __typeof (thunar_vfs_copy_file) thunar_vfs_copy_file __attribute((alias("IA__thunar_vfs_copy_file"), visibility("default")));
32
 
 
33
 
#undef thunar_vfs_copy_files 
34
 
extern __typeof (thunar_vfs_copy_files) thunar_vfs_copy_files __attribute((alias("IA__thunar_vfs_copy_files"), visibility("default")));
35
 
 
36
 
#undef thunar_vfs_link_file 
37
 
extern __typeof (thunar_vfs_link_file) thunar_vfs_link_file __attribute((alias("IA__thunar_vfs_link_file"), visibility("default")));
38
 
 
39
 
#undef thunar_vfs_link_files 
40
 
extern __typeof (thunar_vfs_link_files) thunar_vfs_link_files __attribute((alias("IA__thunar_vfs_link_files"), visibility("default")));
41
 
 
42
 
#undef thunar_vfs_move_file 
43
 
extern __typeof (thunar_vfs_move_file) thunar_vfs_move_file __attribute((alias("IA__thunar_vfs_move_file"), visibility("default")));
44
 
 
45
 
#undef thunar_vfs_move_files 
46
 
extern __typeof (thunar_vfs_move_files) thunar_vfs_move_files __attribute((alias("IA__thunar_vfs_move_files"), visibility("default")));
47
 
 
48
 
#undef thunar_vfs_unlink_file 
49
 
extern __typeof (thunar_vfs_unlink_file) thunar_vfs_unlink_file __attribute((alias("IA__thunar_vfs_unlink_file"), visibility("default")));
50
 
 
51
 
#undef thunar_vfs_unlink_files 
52
 
extern __typeof (thunar_vfs_unlink_files) thunar_vfs_unlink_files __attribute((alias("IA__thunar_vfs_unlink_files"), visibility("default")));
53
 
 
54
 
#undef thunar_vfs_make_directory 
55
 
extern __typeof (thunar_vfs_make_directory) thunar_vfs_make_directory __attribute((alias("IA__thunar_vfs_make_directory"), visibility("default")));
56
 
 
57
 
#undef thunar_vfs_make_directories 
58
 
extern __typeof (thunar_vfs_make_directories) thunar_vfs_make_directories __attribute((alias("IA__thunar_vfs_make_directories"), visibility("default")));
59
 
 
60
 
#undef thunar_vfs_change_mode 
61
 
extern __typeof (thunar_vfs_change_mode) thunar_vfs_change_mode __attribute((alias("IA__thunar_vfs_change_mode"), visibility("default")));
62
 
 
63
 
#undef thunar_vfs_change_group 
64
 
extern __typeof (thunar_vfs_change_group) thunar_vfs_change_group __attribute((alias("IA__thunar_vfs_change_group"), visibility("default")));
65
 
 
66
 
#undef thunar_vfs_change_owner 
67
 
extern __typeof (thunar_vfs_change_owner) thunar_vfs_change_owner __attribute((alias("IA__thunar_vfs_change_owner"), visibility("default")));
68
 
 
69
 
#undef thunar_vfs_deep_count 
70
 
extern __typeof (thunar_vfs_deep_count) thunar_vfs_deep_count __attribute((alias("IA__thunar_vfs_deep_count"), visibility("default")));
71
 
 
72
 
#endif
73
 
#endif
74
 
#if IN_HEADER(__THUNAR_VFS_CONFIG_H__)
75
 
#if IN_SOURCE(__THUNAR_VFS_CONFIG_C__)
76
 
#undef thunar_vfs_major_version 
77
 
extern __typeof (thunar_vfs_major_version) thunar_vfs_major_version __attribute((alias("IA__thunar_vfs_major_version"), visibility("default")));
78
 
 
79
 
#undef thunar_vfs_minor_version 
80
 
extern __typeof (thunar_vfs_minor_version) thunar_vfs_minor_version __attribute((alias("IA__thunar_vfs_minor_version"), visibility("default")));
81
 
 
82
 
#undef thunar_vfs_micro_version 
83
 
extern __typeof (thunar_vfs_micro_version) thunar_vfs_micro_version __attribute((alias("IA__thunar_vfs_micro_version"), visibility("default")));
84
 
 
85
 
#undef thunar_vfs_check_version 
86
 
extern __typeof (thunar_vfs_check_version) thunar_vfs_check_version __attribute((alias("IA__thunar_vfs_check_version"), visibility("default")));
87
 
 
88
 
#endif
89
 
#endif
90
 
#if IN_HEADER(__THUNAR_VFS_INFO_H__)
91
 
#if IN_SOURCE(__THUNAR_VFS_INFO_C__)
92
 
#undef thunar_vfs_info_get_type 
93
 
extern __typeof (thunar_vfs_info_get_type) thunar_vfs_info_get_type __attribute((alias("IA__thunar_vfs_info_get_type"), visibility("default")));
94
 
 
95
 
#undef thunar_vfs_info_new_for_path 
96
 
extern __typeof (thunar_vfs_info_new_for_path) thunar_vfs_info_new_for_path __attribute((alias("IA__thunar_vfs_info_new_for_path"), visibility("default")));
97
 
 
98
 
#undef thunar_vfs_info_unref 
99
 
extern __typeof (thunar_vfs_info_unref) thunar_vfs_info_unref __attribute((alias("IA__thunar_vfs_info_unref"), visibility("default")));
100
 
 
101
 
#undef thunar_vfs_info_copy 
102
 
extern __typeof (thunar_vfs_info_copy) thunar_vfs_info_copy __attribute((alias("IA__thunar_vfs_info_copy"), visibility("default")));
103
 
 
104
 
#undef thunar_vfs_info_set_custom_icon 
105
 
extern __typeof (thunar_vfs_info_set_custom_icon) thunar_vfs_info_set_custom_icon __attribute((alias("IA__thunar_vfs_info_set_custom_icon"), visibility("default")));
106
 
 
107
 
#undef thunar_vfs_info_get_free_space 
108
 
extern __typeof (thunar_vfs_info_get_free_space) thunar_vfs_info_get_free_space __attribute((alias("IA__thunar_vfs_info_get_free_space"), visibility("default")));
109
 
 
110
 
#undef thunar_vfs_info_get_metadata 
111
 
extern __typeof (thunar_vfs_info_get_metadata) thunar_vfs_info_get_metadata __attribute((alias("IA__thunar_vfs_info_get_metadata"), visibility("default")));
112
 
 
113
 
#undef thunar_vfs_info_execute 
114
 
extern __typeof (thunar_vfs_info_execute) thunar_vfs_info_execute __attribute((alias("IA__thunar_vfs_info_execute"), visibility("default")));
115
 
 
116
 
#undef thunar_vfs_info_rename 
117
 
extern __typeof (thunar_vfs_info_rename) thunar_vfs_info_rename __attribute((alias("IA__thunar_vfs_info_rename"), visibility("default")));
118
 
 
119
 
#undef thunar_vfs_info_matches 
120
 
extern __typeof (thunar_vfs_info_matches) thunar_vfs_info_matches __attribute((alias("IA__thunar_vfs_info_matches"), visibility("default")));
121
 
 
122
 
#undef thunar_vfs_info_list_free 
123
 
extern __typeof (thunar_vfs_info_list_free) thunar_vfs_info_list_free __attribute((alias("IA__thunar_vfs_info_list_free"), visibility("default")));
124
 
 
125
 
#endif
126
 
#endif
127
 
#if IN_HEADER(__THUNAR_VFS_ENUM_TYPES_H__)
128
 
#if IN_SOURCE(__THUNAR_VFS_ENUM_TYPES_C__)
129
 
#undef thunar_vfs_deep_count_flags_get_type 
130
 
extern __typeof (thunar_vfs_deep_count_flags_get_type) thunar_vfs_deep_count_flags_get_type __attribute((alias("IA__thunar_vfs_deep_count_flags_get_type"), visibility("default")));
131
 
 
132
 
#undef thunar_vfs_file_flags_get_type 
133
 
extern __typeof (thunar_vfs_file_flags_get_type) thunar_vfs_file_flags_get_type __attribute((alias("IA__thunar_vfs_file_flags_get_type"), visibility("default")));
134
 
 
135
 
#undef thunar_vfs_file_mode_get_type 
136
 
extern __typeof (thunar_vfs_file_mode_get_type) thunar_vfs_file_mode_get_type __attribute((alias("IA__thunar_vfs_file_mode_get_type"), visibility("default")));
137
 
 
138
 
#undef thunar_vfs_file_type_get_type 
139
 
extern __typeof (thunar_vfs_file_type_get_type) thunar_vfs_file_type_get_type __attribute((alias("IA__thunar_vfs_file_type_get_type"), visibility("default")));
140
 
 
141
 
#undef thunar_vfs_job_response_get_type 
142
 
extern __typeof (thunar_vfs_job_response_get_type) thunar_vfs_job_response_get_type __attribute((alias("IA__thunar_vfs_job_response_get_type"), visibility("default")));
143
 
 
144
 
#undef thunar_vfs_mime_handler_flags_get_type 
145
 
extern __typeof (thunar_vfs_mime_handler_flags_get_type) thunar_vfs_mime_handler_flags_get_type __attribute((alias("IA__thunar_vfs_mime_handler_flags_get_type"), visibility("default")));
146
 
 
147
 
#undef thunar_vfs_monitor_event_get_type 
148
 
extern __typeof (thunar_vfs_monitor_event_get_type) thunar_vfs_monitor_event_get_type __attribute((alias("IA__thunar_vfs_monitor_event_get_type"), visibility("default")));
149
 
 
150
 
#undef thunar_vfs_thumb_size_get_type 
151
 
extern __typeof (thunar_vfs_thumb_size_get_type) thunar_vfs_thumb_size_get_type __attribute((alias("IA__thunar_vfs_thumb_size_get_type"), visibility("default")));
152
 
 
153
 
#undef thunar_vfs_volume_kind_get_type 
154
 
extern __typeof (thunar_vfs_volume_kind_get_type) thunar_vfs_volume_kind_get_type __attribute((alias("IA__thunar_vfs_volume_kind_get_type"), visibility("default")));
155
 
 
156
 
#undef thunar_vfs_volume_status_get_type 
157
 
extern __typeof (thunar_vfs_volume_status_get_type) thunar_vfs_volume_status_get_type __attribute((alias("IA__thunar_vfs_volume_status_get_type"), visibility("default")));
158
 
 
159
 
#endif
160
 
#endif
161
 
#if IN_HEADER(__THUNAR_VFS_INTERACTIVE_JOB_H__)
162
 
#if IN_SOURCE(__THUNAR_VFS_INTERACTIVE_JOB_C__)
163
 
#undef thunar_vfs_interactive_job_response_get_type 
164
 
extern __typeof (thunar_vfs_interactive_job_response_get_type) thunar_vfs_interactive_job_response_get_type __attribute((alias("IA__thunar_vfs_interactive_job_response_get_type"), visibility("default")));
165
 
 
166
 
#undef thunar_vfs_interactive_job_get_type 
167
 
extern __typeof (thunar_vfs_interactive_job_get_type) thunar_vfs_interactive_job_get_type __attribute((alias("IA__thunar_vfs_interactive_job_get_type"), visibility("default")));
168
 
 
169
 
#endif
170
 
#endif
171
 
#if IN_HEADER(__THUNAR_VFS_JOB_H__)
172
 
#if IN_SOURCE(__THUNAR_VFS_JOB_C__)
173
 
#undef thunar_vfs_job_get_type 
174
 
extern __typeof (thunar_vfs_job_get_type) thunar_vfs_job_get_type __attribute((alias("IA__thunar_vfs_job_get_type"), visibility("default")));
175
 
 
176
 
#undef thunar_vfs_job_launch 
177
 
extern __typeof (thunar_vfs_job_launch) thunar_vfs_job_launch __attribute((alias("IA__thunar_vfs_job_launch"), visibility("default")));
178
 
 
179
 
#undef thunar_vfs_job_cancel 
180
 
extern __typeof (thunar_vfs_job_cancel) thunar_vfs_job_cancel __attribute((alias("IA__thunar_vfs_job_cancel"), visibility("default")));
181
 
 
182
 
#endif
183
 
#endif
184
 
#if IN_HEADER(__THUNAR_VFS_MIME_ACTION_H__)
185
 
#if IN_SOURCE(__THUNAR_VFS_MIME_ACTION_C__)
186
 
#undef thunar_vfs_mime_action_get_type 
187
 
extern __typeof (thunar_vfs_mime_action_get_type) thunar_vfs_mime_action_get_type __attribute((alias("IA__thunar_vfs_mime_action_get_type"), visibility("default")));
188
 
 
189
 
#endif
190
 
#endif
191
 
#if IN_HEADER(__THUNAR_VFS_MIME_APPLICATION_H__)
192
 
#if IN_SOURCE(__THUNAR_VFS_MIME_APPLICATION_C__)
193
 
#undef thunar_vfs_mime_application_get_type 
194
 
extern __typeof (thunar_vfs_mime_application_get_type) thunar_vfs_mime_application_get_type __attribute((alias("IA__thunar_vfs_mime_application_get_type"), visibility("default")));
195
 
 
196
 
#undef thunar_vfs_mime_application_new_from_desktop_id 
197
 
extern __typeof (thunar_vfs_mime_application_new_from_desktop_id) thunar_vfs_mime_application_new_from_desktop_id __attribute((alias("IA__thunar_vfs_mime_application_new_from_desktop_id"), visibility("default")));
198
 
 
199
 
#undef thunar_vfs_mime_application_new_from_file 
200
 
extern __typeof (thunar_vfs_mime_application_new_from_file) thunar_vfs_mime_application_new_from_file __attribute((alias("IA__thunar_vfs_mime_application_new_from_file"), visibility("default")));
201
 
 
202
 
#undef thunar_vfs_mime_application_is_usercreated 
203
 
extern __typeof (thunar_vfs_mime_application_is_usercreated) thunar_vfs_mime_application_is_usercreated __attribute((alias("IA__thunar_vfs_mime_application_is_usercreated"), visibility("default")));
204
 
 
205
 
#undef thunar_vfs_mime_application_get_actions 
206
 
extern __typeof (thunar_vfs_mime_application_get_actions) thunar_vfs_mime_application_get_actions __attribute((alias("IA__thunar_vfs_mime_application_get_actions"), visibility("default")));
207
 
 
208
 
#undef thunar_vfs_mime_application_get_desktop_id 
209
 
extern __typeof (thunar_vfs_mime_application_get_desktop_id) thunar_vfs_mime_application_get_desktop_id __attribute((alias("IA__thunar_vfs_mime_application_get_desktop_id"), visibility("default")));
210
 
 
211
 
#undef thunar_vfs_mime_application_get_mime_types 
212
 
extern __typeof (thunar_vfs_mime_application_get_mime_types) thunar_vfs_mime_application_get_mime_types __attribute((alias("IA__thunar_vfs_mime_application_get_mime_types"), visibility("default")));
213
 
 
214
 
#undef thunar_vfs_mime_application_hash 
215
 
extern __typeof (thunar_vfs_mime_application_hash) thunar_vfs_mime_application_hash __attribute((alias("IA__thunar_vfs_mime_application_hash"), visibility("default")));
216
 
 
217
 
#undef thunar_vfs_mime_application_equal 
218
 
extern __typeof (thunar_vfs_mime_application_equal) thunar_vfs_mime_application_equal __attribute((alias("IA__thunar_vfs_mime_application_equal"), visibility("default")));
219
 
 
220
 
#endif
221
 
#endif
222
 
#if IN_HEADER(__THUNAR_VFS_MIME_DATABASE_H__)
223
 
#if IN_SOURCE(__THUNAR_VFS_MIME_DATABASE_C__)
224
 
#undef thunar_vfs_mime_database_get_type 
225
 
extern __typeof (thunar_vfs_mime_database_get_type) thunar_vfs_mime_database_get_type __attribute((alias("IA__thunar_vfs_mime_database_get_type"), visibility("default")));
226
 
 
227
 
#undef thunar_vfs_mime_database_get_default 
228
 
extern __typeof (thunar_vfs_mime_database_get_default) thunar_vfs_mime_database_get_default __attribute((alias("IA__thunar_vfs_mime_database_get_default"), visibility("default")));
229
 
 
230
 
#undef thunar_vfs_mime_database_get_info 
231
 
extern __typeof (thunar_vfs_mime_database_get_info) thunar_vfs_mime_database_get_info __attribute((alias("IA__thunar_vfs_mime_database_get_info"), visibility("default")));
232
 
 
233
 
#undef thunar_vfs_mime_database_get_info_for_data 
234
 
extern __typeof (thunar_vfs_mime_database_get_info_for_data) thunar_vfs_mime_database_get_info_for_data __attribute((alias("IA__thunar_vfs_mime_database_get_info_for_data"), visibility("default")));
235
 
 
236
 
#undef thunar_vfs_mime_database_get_info_for_name 
237
 
extern __typeof (thunar_vfs_mime_database_get_info_for_name) thunar_vfs_mime_database_get_info_for_name __attribute((alias("IA__thunar_vfs_mime_database_get_info_for_name"), visibility("default")));
238
 
 
239
 
#undef thunar_vfs_mime_database_get_info_for_file 
240
 
extern __typeof (thunar_vfs_mime_database_get_info_for_file) thunar_vfs_mime_database_get_info_for_file __attribute((alias("IA__thunar_vfs_mime_database_get_info_for_file"), visibility("default")));
241
 
 
242
 
#undef thunar_vfs_mime_database_get_infos_for_info 
243
 
extern __typeof (thunar_vfs_mime_database_get_infos_for_info) thunar_vfs_mime_database_get_infos_for_info __attribute((alias("IA__thunar_vfs_mime_database_get_infos_for_info"), visibility("default")));
244
 
 
245
 
#undef thunar_vfs_mime_database_get_applications 
246
 
extern __typeof (thunar_vfs_mime_database_get_applications) thunar_vfs_mime_database_get_applications __attribute((alias("IA__thunar_vfs_mime_database_get_applications"), visibility("default")));
247
 
 
248
 
#undef thunar_vfs_mime_database_get_default_application 
249
 
extern __typeof (thunar_vfs_mime_database_get_default_application) thunar_vfs_mime_database_get_default_application __attribute((alias("IA__thunar_vfs_mime_database_get_default_application"), visibility("default")));
250
 
 
251
 
#undef thunar_vfs_mime_database_set_default_application 
252
 
extern __typeof (thunar_vfs_mime_database_set_default_application) thunar_vfs_mime_database_set_default_application __attribute((alias("IA__thunar_vfs_mime_database_set_default_application"), visibility("default")));
253
 
 
254
 
#undef thunar_vfs_mime_database_add_application 
255
 
extern __typeof (thunar_vfs_mime_database_add_application) thunar_vfs_mime_database_add_application __attribute((alias("IA__thunar_vfs_mime_database_add_application"), visibility("default")));
256
 
 
257
 
#undef thunar_vfs_mime_database_remove_application 
258
 
extern __typeof (thunar_vfs_mime_database_remove_application) thunar_vfs_mime_database_remove_application __attribute((alias("IA__thunar_vfs_mime_database_remove_application"), visibility("default")));
259
 
 
260
 
#endif
261
 
#endif
262
 
#if IN_HEADER(__THUNAR_VFS_MIME_HANDLER_H__)
263
 
#if IN_SOURCE(__THUNAR_VFS_MIME_HANDLER_C__)
264
 
#undef thunar_vfs_mime_handler_get_type 
265
 
extern __typeof (thunar_vfs_mime_handler_get_type) thunar_vfs_mime_handler_get_type __attribute((alias("IA__thunar_vfs_mime_handler_get_type"), visibility("default")));
266
 
 
267
 
#undef thunar_vfs_mime_handler_get_command 
268
 
extern __typeof (thunar_vfs_mime_handler_get_command) thunar_vfs_mime_handler_get_command __attribute((alias("IA__thunar_vfs_mime_handler_get_command"), visibility("default")));
269
 
 
270
 
#undef thunar_vfs_mime_handler_get_flags 
271
 
extern __typeof (thunar_vfs_mime_handler_get_flags) thunar_vfs_mime_handler_get_flags __attribute((alias("IA__thunar_vfs_mime_handler_get_flags"), visibility("default")));
272
 
 
273
 
#undef thunar_vfs_mime_handler_get_name 
274
 
extern __typeof (thunar_vfs_mime_handler_get_name) thunar_vfs_mime_handler_get_name __attribute((alias("IA__thunar_vfs_mime_handler_get_name"), visibility("default")));
275
 
 
276
 
#undef thunar_vfs_mime_handler_exec 
277
 
extern __typeof (thunar_vfs_mime_handler_exec) thunar_vfs_mime_handler_exec __attribute((alias("IA__thunar_vfs_mime_handler_exec"), visibility("default")));
278
 
 
279
 
#undef thunar_vfs_mime_handler_exec_with_env 
280
 
extern __typeof (thunar_vfs_mime_handler_exec_with_env) thunar_vfs_mime_handler_exec_with_env __attribute((alias("IA__thunar_vfs_mime_handler_exec_with_env"), visibility("default")));
281
 
 
282
 
#undef thunar_vfs_mime_handler_lookup_icon_name 
283
 
extern __typeof (thunar_vfs_mime_handler_lookup_icon_name) thunar_vfs_mime_handler_lookup_icon_name __attribute((alias("IA__thunar_vfs_mime_handler_lookup_icon_name"), visibility("default")));
284
 
 
285
 
#endif
286
 
#endif
287
 
#if IN_HEADER(__THUNAR_VFS_MIME_INFO_H__)
288
 
#if IN_SOURCE(__THUNAR_VFS_MIME_INFO_C__)
289
 
#undef thunar_vfs_mime_info_get_type 
290
 
extern __typeof (thunar_vfs_mime_info_get_type) thunar_vfs_mime_info_get_type __attribute((alias("IA__thunar_vfs_mime_info_get_type"), visibility("default")));
291
 
 
292
 
#undef thunar_vfs_mime_info_new 
293
 
extern __typeof (thunar_vfs_mime_info_new) thunar_vfs_mime_info_new __attribute((alias("IA__thunar_vfs_mime_info_new"), visibility("default")));
294
 
 
295
 
#undef thunar_vfs_mime_info_unref 
296
 
extern __typeof (thunar_vfs_mime_info_unref) thunar_vfs_mime_info_unref __attribute((alias("IA__thunar_vfs_mime_info_unref"), visibility("default")));
297
 
 
298
 
#undef thunar_vfs_mime_info_get_comment 
299
 
extern __typeof (thunar_vfs_mime_info_get_comment) thunar_vfs_mime_info_get_comment __attribute((alias("IA__thunar_vfs_mime_info_get_comment"), visibility("default")));
300
 
 
301
 
#undef thunar_vfs_mime_info_get_media 
302
 
extern __typeof (thunar_vfs_mime_info_get_media) thunar_vfs_mime_info_get_media __attribute((alias("IA__thunar_vfs_mime_info_get_media"), visibility("default")));
303
 
 
304
 
#undef thunar_vfs_mime_info_get_subtype 
305
 
extern __typeof (thunar_vfs_mime_info_get_subtype) thunar_vfs_mime_info_get_subtype __attribute((alias("IA__thunar_vfs_mime_info_get_subtype"), visibility("default")));
306
 
 
307
 
#undef thunar_vfs_mime_info_hash 
308
 
extern __typeof (thunar_vfs_mime_info_hash) thunar_vfs_mime_info_hash __attribute((alias("IA__thunar_vfs_mime_info_hash"), visibility("default")));
309
 
 
310
 
#undef thunar_vfs_mime_info_equal 
311
 
extern __typeof (thunar_vfs_mime_info_equal) thunar_vfs_mime_info_equal __attribute((alias("IA__thunar_vfs_mime_info_equal"), visibility("default")));
312
 
 
313
 
#undef thunar_vfs_mime_info_lookup_icon_name 
314
 
extern __typeof (thunar_vfs_mime_info_lookup_icon_name) thunar_vfs_mime_info_lookup_icon_name __attribute((alias("IA__thunar_vfs_mime_info_lookup_icon_name"), visibility("default")));
315
 
 
316
 
#undef thunar_vfs_mime_info_list_free 
317
 
extern __typeof (thunar_vfs_mime_info_list_free) thunar_vfs_mime_info_list_free __attribute((alias("IA__thunar_vfs_mime_info_list_free"), visibility("default")));
318
 
 
319
 
#endif
320
 
#endif
321
 
#if IN_HEADER(__THUNAR_VFS_MONITOR_H__)
322
 
#if IN_SOURCE(__THUNAR_VFS_MONITOR_C__)
323
 
#undef thunar_vfs_monitor_get_type 
324
 
extern __typeof (thunar_vfs_monitor_get_type) thunar_vfs_monitor_get_type __attribute((alias("IA__thunar_vfs_monitor_get_type"), visibility("default")));
325
 
 
326
 
#undef thunar_vfs_monitor_get_default 
327
 
extern __typeof (thunar_vfs_monitor_get_default) thunar_vfs_monitor_get_default __attribute((alias("IA__thunar_vfs_monitor_get_default"), visibility("default")));
328
 
 
329
 
#undef thunar_vfs_monitor_add_directory 
330
 
extern __typeof (thunar_vfs_monitor_add_directory) thunar_vfs_monitor_add_directory __attribute((alias("IA__thunar_vfs_monitor_add_directory"), visibility("default")));
331
 
 
332
 
#undef thunar_vfs_monitor_add_file 
333
 
extern __typeof (thunar_vfs_monitor_add_file) thunar_vfs_monitor_add_file __attribute((alias("IA__thunar_vfs_monitor_add_file"), visibility("default")));
334
 
 
335
 
#undef thunar_vfs_monitor_remove 
336
 
extern __typeof (thunar_vfs_monitor_remove) thunar_vfs_monitor_remove __attribute((alias("IA__thunar_vfs_monitor_remove"), visibility("default")));
337
 
 
338
 
#undef thunar_vfs_monitor_feed 
339
 
extern __typeof (thunar_vfs_monitor_feed) thunar_vfs_monitor_feed __attribute((alias("IA__thunar_vfs_monitor_feed"), visibility("default")));
340
 
 
341
 
#undef thunar_vfs_monitor_wait 
342
 
extern __typeof (thunar_vfs_monitor_wait) thunar_vfs_monitor_wait __attribute((alias("IA__thunar_vfs_monitor_wait"), visibility("default")));
343
 
 
344
 
#endif
345
 
#endif
346
 
#if IN_HEADER(__THUNAR_VFS_PATH_H__)
347
 
#if IN_SOURCE(__THUNAR_VFS_PATH_C__)
348
 
#undef thunar_vfs_path_get_type 
349
 
extern __typeof (thunar_vfs_path_get_type) thunar_vfs_path_get_type __attribute((alias("IA__thunar_vfs_path_get_type"), visibility("default")));
350
 
 
351
 
#undef thunar_vfs_path_list_get_type 
352
 
extern __typeof (thunar_vfs_path_list_get_type) thunar_vfs_path_list_get_type __attribute((alias("IA__thunar_vfs_path_list_get_type"), visibility("default")));
353
 
 
354
 
#undef thunar_vfs_path_new 
355
 
extern __typeof (thunar_vfs_path_new) thunar_vfs_path_new __attribute((alias("IA__thunar_vfs_path_new"), visibility("default")));
356
 
 
357
 
#undef thunar_vfs_path_get_for_home 
358
 
extern __typeof (thunar_vfs_path_get_for_home) thunar_vfs_path_get_for_home __attribute((alias("IA__thunar_vfs_path_get_for_home"), visibility("default")));
359
 
 
360
 
#undef thunar_vfs_path_get_for_root 
361
 
extern __typeof (thunar_vfs_path_get_for_root) thunar_vfs_path_get_for_root __attribute((alias("IA__thunar_vfs_path_get_for_root"), visibility("default")));
362
 
 
363
 
#undef thunar_vfs_path_get_for_trash 
364
 
extern __typeof (thunar_vfs_path_get_for_trash) thunar_vfs_path_get_for_trash __attribute((alias("IA__thunar_vfs_path_get_for_trash"), visibility("default")));
365
 
 
366
 
#undef thunar_vfs_path_unref 
367
 
extern __typeof (thunar_vfs_path_unref) thunar_vfs_path_unref __attribute((alias("IA__thunar_vfs_path_unref"), visibility("default")));
368
 
 
369
 
#undef thunar_vfs_path_hash 
370
 
extern __typeof (thunar_vfs_path_hash) thunar_vfs_path_hash __attribute((alias("IA__thunar_vfs_path_hash"), visibility("default")));
371
 
 
372
 
#undef thunar_vfs_path_equal 
373
 
extern __typeof (thunar_vfs_path_equal) thunar_vfs_path_equal __attribute((alias("IA__thunar_vfs_path_equal"), visibility("default")));
374
 
 
375
 
#undef thunar_vfs_path_relative 
376
 
extern __typeof (thunar_vfs_path_relative) thunar_vfs_path_relative __attribute((alias("IA__thunar_vfs_path_relative"), visibility("default")));
377
 
 
378
 
#undef thunar_vfs_path_is_ancestor 
379
 
extern __typeof (thunar_vfs_path_is_ancestor) thunar_vfs_path_is_ancestor __attribute((alias("IA__thunar_vfs_path_is_ancestor"), visibility("default")));
380
 
 
381
 
#undef thunar_vfs_path_is_home 
382
 
extern __typeof (thunar_vfs_path_is_home) thunar_vfs_path_is_home __attribute((alias("IA__thunar_vfs_path_is_home"), visibility("default")));
383
 
 
384
 
#undef thunar_vfs_path_dup_string 
385
 
extern __typeof (thunar_vfs_path_dup_string) thunar_vfs_path_dup_string __attribute((alias("IA__thunar_vfs_path_dup_string"), visibility("default")));
386
 
 
387
 
#undef thunar_vfs_path_to_string 
388
 
extern __typeof (thunar_vfs_path_to_string) thunar_vfs_path_to_string __attribute((alias("IA__thunar_vfs_path_to_string"), visibility("default")));
389
 
 
390
 
#undef thunar_vfs_path_dup_uri 
391
 
extern __typeof (thunar_vfs_path_dup_uri) thunar_vfs_path_dup_uri __attribute((alias("IA__thunar_vfs_path_dup_uri"), visibility("default")));
392
 
 
393
 
#undef thunar_vfs_path_to_uri 
394
 
extern __typeof (thunar_vfs_path_to_uri) thunar_vfs_path_to_uri __attribute((alias("IA__thunar_vfs_path_to_uri"), visibility("default")));
395
 
 
396
 
#undef thunar_vfs_path_list_from_string 
397
 
extern __typeof (thunar_vfs_path_list_from_string) thunar_vfs_path_list_from_string __attribute((alias("IA__thunar_vfs_path_list_from_string"), visibility("default")));
398
 
 
399
 
#undef thunar_vfs_path_list_to_string 
400
 
extern __typeof (thunar_vfs_path_list_to_string) thunar_vfs_path_list_to_string __attribute((alias("IA__thunar_vfs_path_list_to_string"), visibility("default")));
401
 
 
402
 
#undef thunar_vfs_path_list_copy 
403
 
extern __typeof (thunar_vfs_path_list_copy) thunar_vfs_path_list_copy __attribute((alias("IA__thunar_vfs_path_list_copy"), visibility("default")));
404
 
 
405
 
#undef thunar_vfs_path_list_free 
406
 
extern __typeof (thunar_vfs_path_list_free) thunar_vfs_path_list_free __attribute((alias("IA__thunar_vfs_path_list_free"), visibility("default")));
407
 
 
408
 
#endif
409
 
#endif
410
 
#if IN_HEADER(__THUNAR_VFS_THUMB_H__)
411
 
#if IN_SOURCE(__THUNAR_VFS_THUMB_C__)
412
 
#undef thunar_vfs_thumb_factory_get_type 
413
 
extern __typeof (thunar_vfs_thumb_factory_get_type) thunar_vfs_thumb_factory_get_type __attribute((alias("IA__thunar_vfs_thumb_factory_get_type"), visibility("default")));
414
 
 
415
 
#undef thunar_vfs_thumb_factory_new 
416
 
extern __typeof (thunar_vfs_thumb_factory_new) thunar_vfs_thumb_factory_new __attribute((alias("IA__thunar_vfs_thumb_factory_new"), visibility("default")));
417
 
 
418
 
#undef thunar_vfs_thumb_factory_lookup_thumbnail 
419
 
extern __typeof (thunar_vfs_thumb_factory_lookup_thumbnail) thunar_vfs_thumb_factory_lookup_thumbnail __attribute((alias("IA__thunar_vfs_thumb_factory_lookup_thumbnail"), visibility("default")));
420
 
 
421
 
#undef thunar_vfs_thumb_factory_can_thumbnail 
422
 
extern __typeof (thunar_vfs_thumb_factory_can_thumbnail) thunar_vfs_thumb_factory_can_thumbnail __attribute((alias("IA__thunar_vfs_thumb_factory_can_thumbnail"), visibility("default")));
423
 
 
424
 
#undef thunar_vfs_thumb_factory_has_failed_thumbnail 
425
 
extern __typeof (thunar_vfs_thumb_factory_has_failed_thumbnail) thunar_vfs_thumb_factory_has_failed_thumbnail __attribute((alias("IA__thunar_vfs_thumb_factory_has_failed_thumbnail"), visibility("default")));
426
 
 
427
 
#undef thunar_vfs_thumb_factory_generate_thumbnail 
428
 
extern __typeof (thunar_vfs_thumb_factory_generate_thumbnail) thunar_vfs_thumb_factory_generate_thumbnail __attribute((alias("IA__thunar_vfs_thumb_factory_generate_thumbnail"), visibility("default")));
429
 
 
430
 
#undef thunar_vfs_thumb_factory_store_thumbnail 
431
 
extern __typeof (thunar_vfs_thumb_factory_store_thumbnail) thunar_vfs_thumb_factory_store_thumbnail __attribute((alias("IA__thunar_vfs_thumb_factory_store_thumbnail"), visibility("default")));
432
 
 
433
 
#endif
434
 
#endif
435
 
#if IN_HEADER(__THUNAR_VFS_THUMB_H__)
436
 
#if IN_SOURCE(__THUNAR_VFS_THUMB_C__)
437
 
#undef thunar_vfs_thumbnail_for_path 
438
 
extern __typeof (thunar_vfs_thumbnail_for_path) thunar_vfs_thumbnail_for_path __attribute((alias("IA__thunar_vfs_thumbnail_for_path"), visibility("default")));
439
 
 
440
 
#undef thunar_vfs_thumbnail_is_valid 
441
 
extern __typeof (thunar_vfs_thumbnail_is_valid) thunar_vfs_thumbnail_is_valid __attribute((alias("IA__thunar_vfs_thumbnail_is_valid"), visibility("default")));
442
 
 
443
 
#endif
444
 
#endif
445
 
#if IN_HEADER(__THUNAR_VFS_USER_H__)
446
 
#if IN_SOURCE(__THUNAR_VFS_USER_C__)
447
 
#undef thunar_vfs_group_get_type 
448
 
extern __typeof (thunar_vfs_group_get_type) thunar_vfs_group_get_type __attribute((alias("IA__thunar_vfs_group_get_type"), visibility("default")));
449
 
 
450
 
#undef thunar_vfs_group_get_id 
451
 
extern __typeof (thunar_vfs_group_get_id) thunar_vfs_group_get_id __attribute((alias("IA__thunar_vfs_group_get_id"), visibility("default")));
452
 
 
453
 
#undef thunar_vfs_group_get_name 
454
 
extern __typeof (thunar_vfs_group_get_name) thunar_vfs_group_get_name __attribute((alias("IA__thunar_vfs_group_get_name"), visibility("default")));
455
 
 
456
 
#undef thunar_vfs_user_get_type 
457
 
extern __typeof (thunar_vfs_user_get_type) thunar_vfs_user_get_type __attribute((alias("IA__thunar_vfs_user_get_type"), visibility("default")));
458
 
 
459
 
#undef thunar_vfs_user_get_groups 
460
 
extern __typeof (thunar_vfs_user_get_groups) thunar_vfs_user_get_groups __attribute((alias("IA__thunar_vfs_user_get_groups"), visibility("default")));
461
 
 
462
 
#undef thunar_vfs_user_get_primary_group 
463
 
extern __typeof (thunar_vfs_user_get_primary_group) thunar_vfs_user_get_primary_group __attribute((alias("IA__thunar_vfs_user_get_primary_group"), visibility("default")));
464
 
 
465
 
#undef thunar_vfs_user_get_id 
466
 
extern __typeof (thunar_vfs_user_get_id) thunar_vfs_user_get_id __attribute((alias("IA__thunar_vfs_user_get_id"), visibility("default")));
467
 
 
468
 
#undef thunar_vfs_user_get_name 
469
 
extern __typeof (thunar_vfs_user_get_name) thunar_vfs_user_get_name __attribute((alias("IA__thunar_vfs_user_get_name"), visibility("default")));
470
 
 
471
 
#undef thunar_vfs_user_get_real_name 
472
 
extern __typeof (thunar_vfs_user_get_real_name) thunar_vfs_user_get_real_name __attribute((alias("IA__thunar_vfs_user_get_real_name"), visibility("default")));
473
 
 
474
 
#undef thunar_vfs_user_is_me 
475
 
extern __typeof (thunar_vfs_user_is_me) thunar_vfs_user_is_me __attribute((alias("IA__thunar_vfs_user_is_me"), visibility("default")));
476
 
 
477
 
#undef thunar_vfs_user_manager_get_type 
478
 
extern __typeof (thunar_vfs_user_manager_get_type) thunar_vfs_user_manager_get_type __attribute((alias("IA__thunar_vfs_user_manager_get_type"), visibility("default")));
479
 
 
480
 
#undef thunar_vfs_user_manager_get_default 
481
 
extern __typeof (thunar_vfs_user_manager_get_default) thunar_vfs_user_manager_get_default __attribute((alias("IA__thunar_vfs_user_manager_get_default"), visibility("default")));
482
 
 
483
 
#undef thunar_vfs_user_manager_get_group_by_id 
484
 
extern __typeof (thunar_vfs_user_manager_get_group_by_id) thunar_vfs_user_manager_get_group_by_id __attribute((alias("IA__thunar_vfs_user_manager_get_group_by_id"), visibility("default")));
485
 
 
486
 
#undef thunar_vfs_user_manager_get_user_by_id 
487
 
extern __typeof (thunar_vfs_user_manager_get_user_by_id) thunar_vfs_user_manager_get_user_by_id __attribute((alias("IA__thunar_vfs_user_manager_get_user_by_id"), visibility("default")));
488
 
 
489
 
#undef thunar_vfs_user_manager_get_all_groups 
490
 
extern __typeof (thunar_vfs_user_manager_get_all_groups) thunar_vfs_user_manager_get_all_groups __attribute((alias("IA__thunar_vfs_user_manager_get_all_groups"), visibility("default")));
491
 
 
492
 
#endif
493
 
#endif
494
 
#if IN_HEADER(__THUNAR_VFS_UTIL_H__)
495
 
#if IN_SOURCE(__THUNAR_VFS_UTIL_C__)
496
 
#undef thunar_vfs_canonicalize_filename 
497
 
extern __typeof (thunar_vfs_canonicalize_filename) thunar_vfs_canonicalize_filename __attribute((alias("IA__thunar_vfs_canonicalize_filename"), visibility("default")));
498
 
 
499
 
#undef thunar_vfs_expand_filename 
500
 
extern __typeof (thunar_vfs_expand_filename) thunar_vfs_expand_filename __attribute((alias("IA__thunar_vfs_expand_filename"), visibility("default")));
501
 
 
502
 
#undef thunar_vfs_humanize_size 
503
 
extern __typeof (thunar_vfs_humanize_size) thunar_vfs_humanize_size __attribute((alias("IA__thunar_vfs_humanize_size"), visibility("default")));
504
 
 
505
 
#endif
506
 
#endif
507
 
#if IN_HEADER(__THUNAR_VFS_VOLUME_H__)
508
 
#if IN_SOURCE(__THUNAR_VFS_VOLUME_C__)
509
 
#undef thunar_vfs_volume_get_type 
510
 
extern __typeof (thunar_vfs_volume_get_type) thunar_vfs_volume_get_type __attribute((alias("IA__thunar_vfs_volume_get_type"), visibility("default")));
511
 
 
512
 
#undef thunar_vfs_volume_get_kind 
513
 
extern __typeof (thunar_vfs_volume_get_kind) thunar_vfs_volume_get_kind __attribute((alias("IA__thunar_vfs_volume_get_kind"), visibility("default")));
514
 
 
515
 
#undef thunar_vfs_volume_get_name 
516
 
extern __typeof (thunar_vfs_volume_get_name) thunar_vfs_volume_get_name __attribute((alias("IA__thunar_vfs_volume_get_name"), visibility("default")));
517
 
 
518
 
#undef thunar_vfs_volume_get_status 
519
 
extern __typeof (thunar_vfs_volume_get_status) thunar_vfs_volume_get_status __attribute((alias("IA__thunar_vfs_volume_get_status"), visibility("default")));
520
 
 
521
 
#undef thunar_vfs_volume_get_mount_point 
522
 
extern __typeof (thunar_vfs_volume_get_mount_point) thunar_vfs_volume_get_mount_point __attribute((alias("IA__thunar_vfs_volume_get_mount_point"), visibility("default")));
523
 
 
524
 
#undef thunar_vfs_volume_is_disc 
525
 
extern __typeof (thunar_vfs_volume_is_disc) thunar_vfs_volume_is_disc __attribute((alias("IA__thunar_vfs_volume_is_disc"), visibility("default")));
526
 
 
527
 
#undef thunar_vfs_volume_is_mountable 
528
 
extern __typeof (thunar_vfs_volume_is_mountable) thunar_vfs_volume_is_mountable __attribute((alias("IA__thunar_vfs_volume_is_mountable"), visibility("default")));
529
 
 
530
 
#undef thunar_vfs_volume_is_mounted 
531
 
extern __typeof (thunar_vfs_volume_is_mounted) thunar_vfs_volume_is_mounted __attribute((alias("IA__thunar_vfs_volume_is_mounted"), visibility("default")));
532
 
 
533
 
#undef thunar_vfs_volume_is_present 
534
 
extern __typeof (thunar_vfs_volume_is_present) thunar_vfs_volume_is_present __attribute((alias("IA__thunar_vfs_volume_is_present"), visibility("default")));
535
 
 
536
 
#undef thunar_vfs_volume_is_ejectable 
537
 
extern __typeof (thunar_vfs_volume_is_ejectable) thunar_vfs_volume_is_ejectable __attribute((alias("IA__thunar_vfs_volume_is_ejectable"), visibility("default")));
538
 
 
539
 
#undef thunar_vfs_volume_is_removable 
540
 
extern __typeof (thunar_vfs_volume_is_removable) thunar_vfs_volume_is_removable __attribute((alias("IA__thunar_vfs_volume_is_removable"), visibility("default")));
541
 
 
542
 
#undef thunar_vfs_volume_lookup_icon_name 
543
 
extern __typeof (thunar_vfs_volume_lookup_icon_name) thunar_vfs_volume_lookup_icon_name __attribute((alias("IA__thunar_vfs_volume_lookup_icon_name"), visibility("default")));
544
 
 
545
 
#undef thunar_vfs_volume_eject 
546
 
extern __typeof (thunar_vfs_volume_eject) thunar_vfs_volume_eject __attribute((alias("IA__thunar_vfs_volume_eject"), visibility("default")));
547
 
 
548
 
#undef thunar_vfs_volume_mount 
549
 
extern __typeof (thunar_vfs_volume_mount) thunar_vfs_volume_mount __attribute((alias("IA__thunar_vfs_volume_mount"), visibility("default")));
550
 
 
551
 
#undef thunar_vfs_volume_unmount 
552
 
extern __typeof (thunar_vfs_volume_unmount) thunar_vfs_volume_unmount __attribute((alias("IA__thunar_vfs_volume_unmount"), visibility("default")));
553
 
 
554
 
#endif
555
 
#if IN_SOURCE(__THUNAR_VFS_VOLUME_MANAGER_C__)
556
 
#undef thunar_vfs_volume_manager_get_type 
557
 
extern __typeof (thunar_vfs_volume_manager_get_type) thunar_vfs_volume_manager_get_type __attribute((alias("IA__thunar_vfs_volume_manager_get_type"), visibility("default")));
558
 
 
559
 
#undef thunar_vfs_volume_manager_get_default 
560
 
extern __typeof (thunar_vfs_volume_manager_get_default) thunar_vfs_volume_manager_get_default __attribute((alias("IA__thunar_vfs_volume_manager_get_default"), visibility("default")));
561
 
 
562
 
#undef thunar_vfs_volume_manager_get_volume_by_info 
563
 
extern __typeof (thunar_vfs_volume_manager_get_volume_by_info) thunar_vfs_volume_manager_get_volume_by_info __attribute((alias("IA__thunar_vfs_volume_manager_get_volume_by_info"), visibility("default")));
564
 
 
565
 
#undef thunar_vfs_volume_manager_get_volumes 
566
 
extern __typeof (thunar_vfs_volume_manager_get_volumes) thunar_vfs_volume_manager_get_volumes __attribute((alias("IA__thunar_vfs_volume_manager_get_volumes"), visibility("default")));
567
 
 
568
 
#endif
569
 
#endif
570
 
 
571
 
#endif /* HAVE_GNUC_VISIBILITY */