~xubuntu-dev/xfce4-panel/lucid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
/* Generated by make-libxfce4panel-alias.pl. Do not edit this file. */

#ifdef HAVE_GNUC_VISIBILITY

#include <glib.h>

#define IN_HEADER defined
#define IN_SOURCE(x) 1

#if IN_HEADER(__LIBXFCE4PANEL_ENUM_TYPES_H__)
#if IN_SOURCE(__LIBXFCE4PANEL_ENUM_TYPES_C__)
extern __typeof (xfce_handle_style_get_type) IA__xfce_handle_style_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
#define xfce_handle_style_get_type IA__xfce_handle_style_get_type

extern __typeof (xfce_screen_position_get_type) IA__xfce_screen_position_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
#define xfce_screen_position_get_type IA__xfce_screen_position_get_type

#endif
#endif
#if IN_HEADER(__XFCE_ARROW_BUTTON_H__)
#if IN_SOURCE(__XFCE_ARROW_BUTTON_C__)
extern __typeof (xfce_arrow_button_get_type) IA__xfce_arrow_button_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
#define xfce_arrow_button_get_type IA__xfce_arrow_button_get_type

extern __typeof (xfce_arrow_button_new) IA__xfce_arrow_button_new __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_arrow_button_new IA__xfce_arrow_button_new

extern __typeof (xfce_arrow_button_set_arrow_type) IA__xfce_arrow_button_set_arrow_type __attribute((visibility("hidden")));
#define xfce_arrow_button_set_arrow_type IA__xfce_arrow_button_set_arrow_type

extern __typeof (xfce_arrow_button_get_arrow_type) IA__xfce_arrow_button_get_arrow_type __attribute((visibility("hidden")));
#define xfce_arrow_button_get_arrow_type IA__xfce_arrow_button_get_arrow_type

#endif
#endif
#if IN_HEADER(__XFCE_HVBOX_H__)
#if IN_SOURCE(__XFCE_HVBOX_C__)
extern __typeof (xfce_hvbox_get_type) IA__xfce_hvbox_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
#define xfce_hvbox_get_type IA__xfce_hvbox_get_type

extern __typeof (xfce_hvbox_new) IA__xfce_hvbox_new __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_hvbox_new IA__xfce_hvbox_new

extern __typeof (xfce_hvbox_set_orientation) IA__xfce_hvbox_set_orientation __attribute((visibility("hidden")));
#define xfce_hvbox_set_orientation IA__xfce_hvbox_set_orientation

#endif
#endif
#if IN_HEADER(__XFCE_ITEMBAR_H__)
#if IN_SOURCE(__XFCE_ITEMBAR_C__)
extern __typeof (xfce_itembar_get_type) IA__xfce_itembar_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
#define xfce_itembar_get_type IA__xfce_itembar_get_type

extern __typeof (xfce_itembar_new) IA__xfce_itembar_new __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_itembar_new IA__xfce_itembar_new

extern __typeof (xfce_itembar_set_orientation) IA__xfce_itembar_set_orientation __attribute((visibility("hidden")));
#define xfce_itembar_set_orientation IA__xfce_itembar_set_orientation

extern __typeof (xfce_itembar_get_orientation) IA__xfce_itembar_get_orientation __attribute((visibility("hidden")));
#define xfce_itembar_get_orientation IA__xfce_itembar_get_orientation

extern __typeof (xfce_itembar_insert) IA__xfce_itembar_insert __attribute((visibility("hidden")));
#define xfce_itembar_insert IA__xfce_itembar_insert

extern __typeof (xfce_itembar_append) IA__xfce_itembar_append __attribute((visibility("hidden")));
#define xfce_itembar_append IA__xfce_itembar_append

extern __typeof (xfce_itembar_prepend) IA__xfce_itembar_prepend __attribute((visibility("hidden")));
#define xfce_itembar_prepend IA__xfce_itembar_prepend

extern __typeof (xfce_itembar_reorder_child) IA__xfce_itembar_reorder_child __attribute((visibility("hidden")));
#define xfce_itembar_reorder_child IA__xfce_itembar_reorder_child

extern __typeof (xfce_itembar_set_allow_expand) IA__xfce_itembar_set_allow_expand __attribute((visibility("hidden")));
#define xfce_itembar_set_allow_expand IA__xfce_itembar_set_allow_expand

extern __typeof (xfce_itembar_set_child_expand) IA__xfce_itembar_set_child_expand __attribute((visibility("hidden")));
#define xfce_itembar_set_child_expand IA__xfce_itembar_set_child_expand

extern __typeof (xfce_itembar_get_child_expand) IA__xfce_itembar_get_child_expand __attribute((visibility("hidden")));
#define xfce_itembar_get_child_expand IA__xfce_itembar_get_child_expand

extern __typeof (xfce_itembar_get_n_items) IA__xfce_itembar_get_n_items __attribute((visibility("hidden")));
#define xfce_itembar_get_n_items IA__xfce_itembar_get_n_items

extern __typeof (xfce_itembar_get_item_index) IA__xfce_itembar_get_item_index __attribute((visibility("hidden")));
#define xfce_itembar_get_item_index IA__xfce_itembar_get_item_index

extern __typeof (xfce_itembar_get_nth_item) IA__xfce_itembar_get_nth_item __attribute((visibility("hidden"))) G_GNUC_WARN_UNUSED_RESULT;
#define xfce_itembar_get_nth_item IA__xfce_itembar_get_nth_item

extern __typeof (xfce_itembar_raise_event_window) IA__xfce_itembar_raise_event_window __attribute((visibility("hidden")));
#define xfce_itembar_raise_event_window IA__xfce_itembar_raise_event_window

extern __typeof (xfce_itembar_lower_event_window) IA__xfce_itembar_lower_event_window __attribute((visibility("hidden")));
#define xfce_itembar_lower_event_window IA__xfce_itembar_lower_event_window

extern __typeof (xfce_itembar_set_maximum_size) IA__xfce_itembar_set_maximum_size __attribute((visibility("hidden")));
#define xfce_itembar_set_maximum_size IA__xfce_itembar_set_maximum_size

extern __typeof (xfce_itembar_event_window_is_raised) IA__xfce_itembar_event_window_is_raised __attribute((visibility("hidden")));
#define xfce_itembar_event_window_is_raised IA__xfce_itembar_event_window_is_raised

extern __typeof (xfce_itembar_get_item_at_point) IA__xfce_itembar_get_item_at_point __attribute((visibility("hidden"))) G_GNUC_WARN_UNUSED_RESULT;
#define xfce_itembar_get_item_at_point IA__xfce_itembar_get_item_at_point

extern __typeof (xfce_itembar_get_drop_index) IA__xfce_itembar_get_drop_index __attribute((visibility("hidden")));
#define xfce_itembar_get_drop_index IA__xfce_itembar_get_drop_index

#endif
#endif
#if IN_HEADER(__XFCE_PANEL_CONVENIENCE_H__)
#if IN_SOURCE(__XFCE_PANEL_CONVENIENCE_C__)
extern __typeof (xfce_create_panel_button) IA__xfce_create_panel_button __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_create_panel_button IA__xfce_create_panel_button

extern __typeof (xfce_create_panel_toggle_button) IA__xfce_create_panel_toggle_button __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_create_panel_toggle_button IA__xfce_create_panel_toggle_button

extern __typeof (xfce_allow_panel_customization) IA__xfce_allow_panel_customization __attribute((visibility("hidden")));
#define xfce_allow_panel_customization IA__xfce_allow_panel_customization

#endif
#endif
#if IN_HEADER(__XFCE_EXTERNAL_PANEL_ITEM_H__)
#if IN_SOURCE(__XFCE_EXTERNAL_PANEL_ITEM_C__)
extern __typeof (xfce_external_panel_item_get_type) IA__xfce_external_panel_item_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
#define xfce_external_panel_item_get_type IA__xfce_external_panel_item_get_type

extern __typeof (xfce_external_panel_item_new) IA__xfce_external_panel_item_new __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_external_panel_item_new IA__xfce_external_panel_item_new

#endif
#endif
#if IN_HEADER(__XFCE_EXTERNAL_PANEL_PLUGIN_H__)
#if IN_SOURCE(__XFCE_EXTERNAL_PANEL_PLUGIN_C__)
extern __typeof (xfce_external_panel_plugin_get_type) IA__xfce_external_panel_plugin_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
#define xfce_external_panel_plugin_get_type IA__xfce_external_panel_plugin_get_type

extern __typeof (xfce_external_panel_plugin_new) IA__xfce_external_panel_plugin_new __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_external_panel_plugin_new IA__xfce_external_panel_plugin_new

#endif
#endif
#if IN_HEADER(__XFCE_INTERNAL_PANEL_PLUGIN_H__)
#if IN_SOURCE(__XFCE_INTERNAL_PANEL_PLUGIN_C__)
extern __typeof (xfce_internal_panel_plugin_get_type) IA__xfce_internal_panel_plugin_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
#define xfce_internal_panel_plugin_get_type IA__xfce_internal_panel_plugin_get_type

extern __typeof (xfce_internal_panel_plugin_new) IA__xfce_internal_panel_plugin_new __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_internal_panel_plugin_new IA__xfce_internal_panel_plugin_new

#endif
#endif
#if IN_HEADER(__XFCE_PANEL_ITEM_IFACE_H__)
#if IN_SOURCE(__XFCE_PANEL_ITEM_IFACE_C__)
extern __typeof (xfce_panel_item_get_type) IA__xfce_panel_item_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
#define xfce_panel_item_get_type IA__xfce_panel_item_get_type

extern __typeof (xfce_panel_item_focus_panel) IA__xfce_panel_item_focus_panel __attribute((visibility("hidden")));
#define xfce_panel_item_focus_panel IA__xfce_panel_item_focus_panel

extern __typeof (xfce_panel_item_expand_changed) IA__xfce_panel_item_expand_changed __attribute((visibility("hidden")));
#define xfce_panel_item_expand_changed IA__xfce_panel_item_expand_changed

extern __typeof (xfce_panel_item_menu_deactivated) IA__xfce_panel_item_menu_deactivated __attribute((visibility("hidden")));
#define xfce_panel_item_menu_deactivated IA__xfce_panel_item_menu_deactivated

extern __typeof (xfce_panel_item_menu_opened) IA__xfce_panel_item_menu_opened __attribute((visibility("hidden")));
#define xfce_panel_item_menu_opened IA__xfce_panel_item_menu_opened

extern __typeof (xfce_panel_item_customize_panel) IA__xfce_panel_item_customize_panel __attribute((visibility("hidden")));
#define xfce_panel_item_customize_panel IA__xfce_panel_item_customize_panel

extern __typeof (xfce_panel_item_customize_items) IA__xfce_panel_item_customize_items __attribute((visibility("hidden")));
#define xfce_panel_item_customize_items IA__xfce_panel_item_customize_items

extern __typeof (xfce_panel_item_move) IA__xfce_panel_item_move __attribute((visibility("hidden")));
#define xfce_panel_item_move IA__xfce_panel_item_move

extern __typeof (xfce_panel_item_set_panel_hidden) IA__xfce_panel_item_set_panel_hidden __attribute((visibility("hidden")));
#define xfce_panel_item_set_panel_hidden IA__xfce_panel_item_set_panel_hidden

extern __typeof (xfce_panel_item_get_name) IA__xfce_panel_item_get_name __attribute((visibility("hidden")));
#define xfce_panel_item_get_name IA__xfce_panel_item_get_name

extern __typeof (xfce_panel_item_get_id) IA__xfce_panel_item_get_id __attribute((visibility("hidden")));
#define xfce_panel_item_get_id IA__xfce_panel_item_get_id

extern __typeof (xfce_panel_item_get_display_name) IA__xfce_panel_item_get_display_name __attribute((visibility("hidden")));
#define xfce_panel_item_get_display_name IA__xfce_panel_item_get_display_name

extern __typeof (xfce_panel_item_get_expand) IA__xfce_panel_item_get_expand __attribute((visibility("hidden")));
#define xfce_panel_item_get_expand IA__xfce_panel_item_get_expand

extern __typeof (xfce_panel_item_save) IA__xfce_panel_item_save __attribute((visibility("hidden")));
#define xfce_panel_item_save IA__xfce_panel_item_save

extern __typeof (xfce_panel_item_free_data) IA__xfce_panel_item_free_data __attribute((visibility("hidden")));
#define xfce_panel_item_free_data IA__xfce_panel_item_free_data

extern __typeof (xfce_panel_item_set_size) IA__xfce_panel_item_set_size __attribute((visibility("hidden")));
#define xfce_panel_item_set_size IA__xfce_panel_item_set_size

extern __typeof (xfce_panel_item_set_screen_position) IA__xfce_panel_item_set_screen_position __attribute((visibility("hidden")));
#define xfce_panel_item_set_screen_position IA__xfce_panel_item_set_screen_position

extern __typeof (xfce_panel_item_set_sensitive) IA__xfce_panel_item_set_sensitive __attribute((visibility("hidden")));
#define xfce_panel_item_set_sensitive IA__xfce_panel_item_set_sensitive

extern __typeof (xfce_panel_item_remove) IA__xfce_panel_item_remove __attribute((visibility("hidden")));
#define xfce_panel_item_remove IA__xfce_panel_item_remove

extern __typeof (xfce_panel_item_configure) IA__xfce_panel_item_configure __attribute((visibility("hidden")));
#define xfce_panel_item_configure IA__xfce_panel_item_configure

#endif
#endif
#if IN_HEADER(__XFCE_PANEL_PLUGIN_IFACE_H__)
#if IN_SOURCE(__XFCE_PANEL_PLUGIN_IFACE_C__)
extern __typeof (xfce_panel_plugin_get_type) IA__xfce_panel_plugin_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
#define xfce_panel_plugin_get_type IA__xfce_panel_plugin_get_type

extern __typeof (xfce_panel_plugin_get_name) IA__xfce_panel_plugin_get_name __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_panel_plugin_get_name IA__xfce_panel_plugin_get_name

extern __typeof (xfce_panel_plugin_get_id) IA__xfce_panel_plugin_get_id __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_panel_plugin_get_id IA__xfce_panel_plugin_get_id

extern __typeof (xfce_panel_plugin_get_display_name) IA__xfce_panel_plugin_get_display_name __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_panel_plugin_get_display_name IA__xfce_panel_plugin_get_display_name

extern __typeof (xfce_panel_plugin_get_size) IA__xfce_panel_plugin_get_size __attribute((visibility("hidden")));
#define xfce_panel_plugin_get_size IA__xfce_panel_plugin_get_size

extern __typeof (xfce_panel_plugin_get_screen_position) IA__xfce_panel_plugin_get_screen_position __attribute((visibility("hidden")));
#define xfce_panel_plugin_get_screen_position IA__xfce_panel_plugin_get_screen_position

extern __typeof (xfce_panel_plugin_set_expand) IA__xfce_panel_plugin_set_expand __attribute((visibility("hidden")));
#define xfce_panel_plugin_set_expand IA__xfce_panel_plugin_set_expand

extern __typeof (xfce_panel_plugin_get_expand) IA__xfce_panel_plugin_get_expand __attribute((visibility("hidden")));
#define xfce_panel_plugin_get_expand IA__xfce_panel_plugin_get_expand

extern __typeof (xfce_panel_plugin_get_orientation) IA__xfce_panel_plugin_get_orientation __attribute((visibility("hidden")));
#define xfce_panel_plugin_get_orientation IA__xfce_panel_plugin_get_orientation

extern __typeof (xfce_panel_plugin_add_action_widget) IA__xfce_panel_plugin_add_action_widget __attribute((visibility("hidden")));
#define xfce_panel_plugin_add_action_widget IA__xfce_panel_plugin_add_action_widget

extern __typeof (xfce_panel_plugin_menu_insert_item) IA__xfce_panel_plugin_menu_insert_item __attribute((visibility("hidden")));
#define xfce_panel_plugin_menu_insert_item IA__xfce_panel_plugin_menu_insert_item

extern __typeof (xfce_panel_plugin_menu_show_about) IA__xfce_panel_plugin_menu_show_about __attribute((visibility("hidden")));
#define xfce_panel_plugin_menu_show_about IA__xfce_panel_plugin_menu_show_about

extern __typeof (xfce_panel_plugin_menu_show_configure) IA__xfce_panel_plugin_menu_show_configure __attribute((visibility("hidden")));
#define xfce_panel_plugin_menu_show_configure IA__xfce_panel_plugin_menu_show_configure

extern __typeof (xfce_panel_plugin_block_menu) IA__xfce_panel_plugin_block_menu __attribute((visibility("hidden")));
#define xfce_panel_plugin_block_menu IA__xfce_panel_plugin_block_menu

extern __typeof (xfce_panel_plugin_unblock_menu) IA__xfce_panel_plugin_unblock_menu __attribute((visibility("hidden")));
#define xfce_panel_plugin_unblock_menu IA__xfce_panel_plugin_unblock_menu

extern __typeof (xfce_panel_plugin_register_menu) IA__xfce_panel_plugin_register_menu __attribute((visibility("hidden")));
#define xfce_panel_plugin_register_menu IA__xfce_panel_plugin_register_menu

extern __typeof (xfce_panel_plugin_lookup_rc_file) IA__xfce_panel_plugin_lookup_rc_file __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_panel_plugin_lookup_rc_file IA__xfce_panel_plugin_lookup_rc_file

extern __typeof (xfce_panel_plugin_save_location) IA__xfce_panel_plugin_save_location __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_panel_plugin_save_location IA__xfce_panel_plugin_save_location

extern __typeof (xfce_panel_plugin_focus_widget) IA__xfce_panel_plugin_focus_widget __attribute((visibility("hidden")));
#define xfce_panel_plugin_focus_widget IA__xfce_panel_plugin_focus_widget

extern __typeof (xfce_panel_plugin_set_panel_hidden) IA__xfce_panel_plugin_set_panel_hidden __attribute((visibility("hidden")));
#define xfce_panel_plugin_set_panel_hidden IA__xfce_panel_plugin_set_panel_hidden

extern __typeof (xfce_panel_plugin_arrow_type) IA__xfce_panel_plugin_arrow_type __attribute((visibility("hidden")));
#define xfce_panel_plugin_arrow_type IA__xfce_panel_plugin_arrow_type

extern __typeof (xfce_panel_plugin_position_widget) IA__xfce_panel_plugin_position_widget __attribute((visibility("hidden")));
#define xfce_panel_plugin_position_widget IA__xfce_panel_plugin_position_widget

extern __typeof (xfce_panel_plugin_position_menu) IA__xfce_panel_plugin_position_menu __attribute((visibility("hidden")));
#define xfce_panel_plugin_position_menu IA__xfce_panel_plugin_position_menu

#endif
#endif
#if IN_HEADER(__XFCE_PANEL_PLUGIN_MESSAGES_H__)
#if IN_SOURCE(__XFCE_PANEL_PLUGIN_MESSAGES_C__)
extern __typeof (xfce_panel_plugin_message_send) IA__xfce_panel_plugin_message_send __attribute((visibility("hidden")));
#define xfce_panel_plugin_message_send IA__xfce_panel_plugin_message_send

#endif
#endif
#if IN_HEADER(__XFCE_PANEL_WINDOW_H__)
#if IN_SOURCE(__XFCE_PANEL_WINDOW_C__)
extern __typeof (xfce_panel_window_get_type) IA__xfce_panel_window_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
#define xfce_panel_window_get_type IA__xfce_panel_window_get_type

extern __typeof (xfce_panel_window_new) IA__xfce_panel_window_new __attribute((visibility("hidden"))) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
#define xfce_panel_window_new IA__xfce_panel_window_new

extern __typeof (xfce_panel_window_set_orientation) IA__xfce_panel_window_set_orientation __attribute((visibility("hidden")));
#define xfce_panel_window_set_orientation IA__xfce_panel_window_set_orientation

extern __typeof (xfce_panel_window_get_orientation) IA__xfce_panel_window_get_orientation __attribute((visibility("hidden")));
#define xfce_panel_window_get_orientation IA__xfce_panel_window_get_orientation

extern __typeof (xfce_panel_window_set_handle_style) IA__xfce_panel_window_set_handle_style __attribute((visibility("hidden")));
#define xfce_panel_window_set_handle_style IA__xfce_panel_window_set_handle_style

extern __typeof (xfce_panel_window_get_handle_style) IA__xfce_panel_window_get_handle_style __attribute((visibility("hidden")));
#define xfce_panel_window_get_handle_style IA__xfce_panel_window_get_handle_style

extern __typeof (xfce_panel_window_set_show_border) IA__xfce_panel_window_set_show_border __attribute((visibility("hidden")));
#define xfce_panel_window_set_show_border IA__xfce_panel_window_set_show_border

extern __typeof (xfce_panel_window_get_show_border) IA__xfce_panel_window_get_show_border __attribute((visibility("hidden")));
#define xfce_panel_window_get_show_border IA__xfce_panel_window_get_show_border

extern __typeof (xfce_panel_window_set_resize_function) IA__xfce_panel_window_set_resize_function __attribute((visibility("hidden")));
#define xfce_panel_window_set_resize_function IA__xfce_panel_window_set_resize_function

extern __typeof (xfce_panel_window_set_move_function) IA__xfce_panel_window_set_move_function __attribute((visibility("hidden")));
#define xfce_panel_window_set_move_function IA__xfce_panel_window_set_move_function

extern __typeof (xfce_panel_window_set_movable) IA__xfce_panel_window_set_movable __attribute((visibility("hidden")));
#define xfce_panel_window_set_movable IA__xfce_panel_window_set_movable

extern __typeof (xfce_panel_window_get_movable) IA__xfce_panel_window_get_movable __attribute((visibility("hidden")));
#define xfce_panel_window_get_movable IA__xfce_panel_window_get_movable

#endif
#endif

#endif /* HAVE_GNUC_VISIBILITY */