| |
1 /** |
| |
2 * @file gtkgaim-compat.h Gtk Gaim Compat macros |
| |
3 * |
| |
4 * pidgin |
| |
5 * |
| |
6 * Pidgin is the legal property of its developers, whose names are too numerous |
| |
7 * to list here. Please refer to the COPYRIGHT file distributed with this |
| |
8 * source distribution. |
| |
9 * |
| |
10 * This program is free software; you can redistribute it and/or modify |
| |
11 * it under the terms of the GNU General Public License as published by |
| |
12 * the Free Software Foundation; either version 2 of the License, or |
| |
13 * (at your option) any later version. |
| |
14 * |
| |
15 * This program is distributed in the hope that it will be useful, |
| |
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| |
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| |
18 * GNU General Public License for more details. |
| |
19 * |
| |
20 * You should have received a copy of the GNU General Public License |
| |
21 * along with this program; if not, write to the Free Software |
| |
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| |
23 * |
| |
24 */ |
| |
25 #ifndef _GTKGAIM_COMPAT_H_ |
| |
26 #define _GTKGAIM_COMPAT_H_ |
| |
27 |
| |
28 #define GaimConvPlacementFunc PidginConvPlacementFunc |
| |
29 #define gaim_get_gtkxfer_dialog pidgin_get_xfer_dialog |
| |
30 #define gaim_gtk_account_dialog_show pidgin_account_dialog_show |
| |
31 #define GaimGtkAccountDialogType PidginAccountDialogType |
| |
32 #define gaim_gtk_account_get_handle pidgin_account_get_handle |
| |
33 #define gaim_gtk_account_init pidgin_account_init |
| |
34 #define gaim_gtk_accounts_get_ui_ops pidgin_accounts_get_ui_ops |
| |
35 #define gaim_gtk_accounts_window_hide pidgin_accounts_window_hide |
| |
36 #define gaim_gtk_accounts_window_show pidgin_accounts_window_show |
| |
37 #define gaim_gtk_account_uninit pidgin_account_uninit |
| |
38 #define GAIM_GTK_ADD_ACCOUNT_DIALOG PIDGIN_ADD_ACCOUNT_DIALOG |
| |
39 #define gaim_gtk_append_blist_node_extended_menu pidgin_append_blist_node_extended_menu |
| |
40 #define gaim_gtk_append_blist_node_privacy_menu pidgin_append_blist_node_privacy_menu |
| |
41 #define gaim_gtk_append_blist_node_proto_menu pidgin_append_blist_node_proto_menu |
| |
42 #define gaim_gtk_blist_add_alert pidgin_blist_add_alert |
| |
43 #define gaim_gtk_blist_get_default_gtk_blist pidgin_blist_get_default_gtk_blist |
| |
44 #define gaim_gtk_blist_get_handle pidgin_blist_get_handle |
| |
45 #define gaim_gtk_blist_get_sort_methods pidgin_blist_get_sort_methods |
| |
46 #define gaim_gtk_blist_get_status_icon pidgin_blist_get_status_icon |
| |
47 #define gaim_gtk_blist_get_ui_ops pidgin_blist_get_ui_ops |
| |
48 #define gaim_gtk_blist_init pidgin_blist_init |
| |
49 #define gaim_gtk_blist_joinchat_is_showable pidgin_blist_joinchat_is_showable |
| |
50 #define gaim_gtk_blist_joinchat_show pidgin_blist_joinchat_show |
| |
51 #define gaim_gtk_blist_make_buddy_menu pidgin_blist_make_buddy_menu |
| |
52 #define gaim_gtk_blist_node_is_contact_expanded pidgin_blist_node_is_contact_expanded |
| |
53 #define gaim_gtk_blist_refresh pidgin_blist_refresh |
| |
54 #define gaim_gtk_blist_set_headline pidgin_blist_set_headline |
| |
55 #define gaim_gtk_blist_setup_sort_methods pidgin_blist_setup_sort_methods |
| |
56 #define gaim_gtk_blist_sort_function pidgin_blist_sort_function |
| |
57 #define gaim_gtk_blist_sort_method pidgin_blist_sort_method |
| |
58 #define GaimGtkBlistSortMethod PidginBlistSortMethod |
| |
59 #define gaim_gtk_blist_sort_method_reg pidgin_blist_sort_method_reg |
| |
60 #define gaim_gtk_blist_sort_method_set pidgin_blist_sort_method_set |
| |
61 #define gaim_gtk_blist_sort_method_unreg pidgin_blist_sort_method_unreg |
| |
62 #define gaim_gtk_blist_toggle_visibility pidgin_blist_toggle_visibility |
| |
63 #define gaim_gtk_blist_uninit pidgin_blist_uninit |
| |
64 #define gaim_gtk_blist_update_account_error_state pidgin_blist_update_account_error_state |
| |
65 #define gaim_gtk_blist_update_accounts_menu pidgin_blist_update_accounts_menu |
| |
66 #define gaim_gtk_blist_update_columns pidgin_blist_update_columns |
| |
67 #define gaim_gtk_blist_update_plugin_actions pidgin_blist_update_plugin_actions |
| |
68 #define gaim_gtk_blist_update_refresh_timeout pidgin_blist_update_refresh_timeout |
| |
69 #define gaim_gtk_blist_update_sort_methods pidgin_blist_update_sort_methods |
| |
70 #define gaim_gtk_blist_visibility_manager_add pidgin_blist_visibility_manager_add |
| |
71 #define gaim_gtk_blist_visibility_manager_remove pidgin_blist_visibility_manager_remove |
| |
72 #define GaimGtkCellRendererExpanderClass PidginCellRendererExpanderClass |
| |
73 #define gaim_gtk_cell_renderer_expander_get_type pidgin_cell_renderer_expander_get_type |
| |
74 #define gaim_gtk_cell_renderer_expander_new pidgin_cell_renderer_expander_new |
| |
75 #define GaimGtkCellRendererExpander PidginCellRendererExpander |
| |
76 #define GaimGtkCellRendererProgressClass PidginCellRendererProgressClass |
| |
77 #define gaim_gtk_cell_renderer_progress_get_type pidgin_cell_renderer_progress_get_type |
| |
78 #define gaim_gtk_cell_renderer_progress_new pidgin_cell_renderer_progress_new |
| |
79 #define GaimGtkCellRendererProgress PidginCellRendererProgress |
| |
80 #define GaimGtkChatPane PidginChatPane |
| |
81 #define GaimGtkChatPane PidginChatPane |
| |
82 #define gaim_gtk_connection_get_handle pidgin_connection_get_handle |
| |
83 #define gaim_gtk_connection_init pidgin_connection_init |
| |
84 #define gaim_gtk_connections_get_ui_ops pidgin_connections_get_ui_ops |
| |
85 #define gaim_gtk_connection_uninit pidgin_connection_uninit |
| |
86 #define GaimGtkConversation PidginConversation |
| |
87 #define gaim_gtk_conversations_fill_menu pidgin_conversations_fill_menu |
| |
88 #define gaim_gtk_conversations_find_unseen_list pidgin_conversations_find_unseen_list |
| |
89 #define gaim_gtk_conversations_get_conv_ui_ops pidgin_conversations_get_conv_ui_ops |
| |
90 #define gaim_gtk_conversations_get_handle pidgin_conversations_get_handle |
| |
91 #define gaim_gtk_conversations_init pidgin_conversations_init |
| |
92 #define gaim_gtk_conversations_uninit pidgin_conversations_uninit |
| |
93 #define gaim_gtkconv_get_tab_at_xy pidgin_conv_get_tab_at_xy |
| |
94 #define gaim_gtkconv_get_tab_icon pidgin_conv_get_tab_icon |
| |
95 #define gaim_gtkconv_get_window pidgin_conv_get_window |
| |
96 #define gaim_gtkconv_is_hidden pidgin_conv_is_hidden |
| |
97 #define gaim_gtkconv_new pidgin_conv_new |
| |
98 #define gaim_gtkconv_placement_add_fnc pidgin_conv_placement_add_fnc |
| |
99 #define gaim_gtkconv_placement_get_current_func pidgin_conv_placement_get_current_func |
| |
100 #define gaim_gtkconv_placement_get_fnc pidgin_conv_placement_get_fnc |
| |
101 #define gaim_gtkconv_placement_get_name pidgin_conv_placement_get_name |
| |
102 #define gaim_gtkconv_placement_get_options pidgin_conv_placement_get_options |
| |
103 #define gaim_gtkconv_placement_place pidgin_conv_placement_place |
| |
104 #define gaim_gtkconv_placement_remove_fnc pidgin_conv_placement_remove_fnc |
| |
105 #define gaim_gtkconv_placement_set_current_func pidgin_conv_placement_set_current_func |
| |
106 #define gaim_gtkconv_present_conversation pidgin_conv_present_conversation |
| |
107 #define gaim_gtkconv_switch_active_conversation pidgin_conv_switch_active_conversation |
| |
108 #define gaim_gtkconv_update_buddy_icon pidgin_conv_update_buddy_icon |
| |
109 #define gaim_gtkconv_update_buttons_by_protocol pidgin_conv_update_buttons_by_protocol |
| |
110 #define gaim_gtk_conv_window_add_gtkconv pidgin_conv_window_add_gtkconv |
| |
111 #define gaim_gtk_conv_window_destroy pidgin_conv_window_destroy |
| |
112 #define gaim_gtk_conv_window_first_with_type pidgin_conv_window_first_with_type |
| |
113 #define gaim_gtk_conv_window_get_active_conversation pidgin_conv_window_get_active_conversation |
| |
114 #define gaim_gtk_conv_window_get_active_gtkconv pidgin_conv_window_get_active_gtkconv |
| |
115 #define gaim_gtk_conv_window_get_at_xy pidgin_conv_window_get_at_xy |
| |
116 #define gaim_gtk_conv_window_get_gtkconv_at_index pidgin_conv_window_get_gtkconv_at_index |
| |
117 #define gaim_gtk_conv_window_get_gtkconv_count pidgin_conv_window_get_gtkconv_count |
| |
118 #define gaim_gtk_conv_window_get_gtkconvs pidgin_conv_window_get_gtkconvs |
| |
119 #define gaim_gtk_conv_window_has_focus pidgin_conv_window_has_focus |
| |
120 #define gaim_gtk_conv_window_hide pidgin_conv_window_hide |
| |
121 #define gaim_gtk_conv_window_is_active_conversation pidgin_conv_window_is_active_conversation |
| |
122 #define gaim_gtk_conv_window_last_with_type pidgin_conv_window_last_with_type |
| |
123 #define gaim_gtk_conv_window_new pidgin_conv_window_new |
| |
124 #define gaim_gtk_conv_window_raise pidgin_conv_window_raise |
| |
125 #define gaim_gtk_conv_window_remove_gtkconv pidgin_conv_window_remove_gtkconv |
| |
126 #define gaim_gtk_conv_windows_get_list pidgin_conv_windows_get_list |
| |
127 #define gaim_gtk_conv_window_show pidgin_conv_window_show |
| |
128 #define gaim_gtk_conv_window_switch_gtkconv pidgin_conv_window_switch_gtkconv |
| |
129 #define gaim_gtk_debug_get_handle pidgin_debug_get_handle |
| |
130 #define gaim_gtk_debug_get_ui_ops pidgin_debug_get_ui_ops |
| |
131 #define gaim_gtk_debug_init pidgin_debug_init |
| |
132 #define gaim_gtk_debug_uninit pidgin_debug_uninit |
| |
133 #define gaim_gtk_debug_window_hide pidgin_debug_window_hide |
| |
134 #define gaim_gtk_debug_window_show pidgin_debug_window_show |
| |
135 #define gaim_gtkdialogs_about pidgin_dialogs_about |
| |
136 #define gaim_gtkdialogs_alias_buddy pidgin_dialogs_alias_buddy |
| |
137 #define gaim_gtkdialogs_alias_chat pidgin_dialogs_alias_chat |
| |
138 #define gaim_gtkdialogs_alias_contact pidgin_dialogs_alias_contact |
| |
139 #define gaim_gtkdialogs_destroy_all pidgin_dialogs_destroy_all |
| |
140 #define gaim_gtkdialogs_im pidgin_dialogs_im |
| |
141 #define gaim_gtkdialogs_im_with_user pidgin_dialogs_im_with_user |
| |
142 #define gaim_gtkdialogs_info pidgin_dialogs_info |
| |
143 #define gaim_gtkdialogs_log pidgin_dialogs_log |
| |
144 #define gaim_gtkdialogs_merge_groups pidgin_dialogs_merge_groups |
| |
145 #define gaim_gtkdialogs_remove_buddy pidgin_dialogs_remove_buddy |
| |
146 #define gaim_gtkdialogs_remove_chat pidgin_dialogs_remove_chat |
| |
147 #define gaim_gtkdialogs_remove_contact pidgin_dialogs_remove_contact |
| |
148 #define gaim_gtkdialogs_remove_group pidgin_dialogs_remove_group |
| |
149 #define gaim_gtk_docklet_clicked pidgin_docklet_clicked |
| |
150 #define gaim_gtk_docklet_embedded pidgin_docklet_embedded |
| |
151 #define gaim_gtk_docklet_get_handle pidgin_docklet_get_handle |
| |
152 #define gaim_gtk_docklet_init pidgin_docklet_init |
| |
153 #define gaim_gtk_docklet_remove pidgin_docklet_remove |
| |
154 #define gaim_gtk_docklet_set_ui_ops pidgin_docklet_set_ui_ops |
| |
155 #define gaim_gtk_docklet_uninit pidgin_docklet_uninit |
| |
156 #define gaim_gtk_docklet_unload pidgin_docklet_unload |
| |
157 #define gaim_gtk_eventloop_get_ui_ops pidgin_eventloop_get_ui_ops |
| |
158 #define gaim_gtk_idle_get_ui_ops pidgin_idle_get_ui_ops |
| |
159 #define GaimGtkImPane PidginImPane |
| |
160 #define GaimGtkImPane PidginImPane |
| |
161 #define gaim_gtk_log_get_handle pidgin_log_get_handle |
| |
162 #define gaim_gtk_log_init pidgin_log_init |
| |
163 #define gaim_gtk_log_show_contact pidgin_log_show_contact |
| |
164 #define gaim_gtk_log_show pidgin_log_show |
| |
165 #define gaim_gtk_log_uninit pidgin_log_uninit |
| |
166 #define GaimGtkLogViewer PidginLogViewer |
| |
167 #define gaim_gtk_menu_tray_append pidgin_menu_tray_append |
| |
168 #define GaimGtkMenuTrayClass PidginMenuTrayClass |
| |
169 #define gaim_gtk_menu_tray_get_box pidgin_menu_tray_get_box |
| |
170 #define gaim_gtk_menu_tray_get_gtype pidgin_menu_tray_get_gtype |
| |
171 #define gaim_gtk_menu_tray_new pidgin_menu_tray_new |
| |
172 #define GaimGtkMenuTray PidginMenuTray |
| |
173 #define GaimGtkMenuTray PidginMenuTray |
| |
174 #define gaim_gtk_menu_tray_prepend pidgin_menu_tray_prepend |
| |
175 #define gaim_gtk_menu_tray_set_tooltip pidgin_menu_tray_set_tooltip |
| |
176 #define GAIM_GTK_MODIFY_ACCOUNT_DIALOG PIDGIN_MODIFY_ACCOUNT_DIALOG |
| |
177 #define gaim_gtk_notify_get_ui_ops pidgin_notify_get_ui_ops |
| |
178 #define gaim_gtk_plugin_dialog_show pidgin_plugin_dialog_show |
| |
179 #define gaim_gtk_plugin_get_config_frame pidgin_plugin_get_config_frame |
| |
180 #define gaim_gtk_plugin_pref_create_frame pidgin_plugin_pref_create_frame |
| |
181 #define gaim_gtk_plugins_save pidgin_plugins_save |
| |
182 #define GaimGtkPluginUiInfo PidginPluginUiInfo |
| |
183 #define gaim_gtk_pounce_editor_show pidgin_pounce_editor_show |
| |
184 #define gaim_gtk_pounces_get_handle pidgin_pounces_get_handle |
| |
185 #define gaim_gtk_pounces_init pidgin_pounces_init |
| |
186 #define gaim_gtk_pounces_manager_hide pidgin_pounces_manager_hide |
| |
187 #define gaim_gtk_pounces_manager_show pidgin_pounces_manager_show |
| |
188 #define gaim_gtk_prefs_checkbox pidgin_prefs_checkbox |
| |
189 #define gaim_gtk_prefs_dropdown_from_list pidgin_prefs_dropdown_from_list |
| |
190 #define gaim_gtk_prefs_dropdown pidgin_prefs_dropdown |
| |
191 #define gaim_gtk_prefs_init pidgin_prefs_init |
| |
192 #define gaim_gtk_prefs_labeled_entry pidgin_prefs_labeled_entry |
| |
193 #define gaim_gtk_prefs_labeled_spin_button pidgin_prefs_labeled_spin_button |
| |
194 #define gaim_gtk_prefs_show pidgin_prefs_show |
| |
195 #define gaim_gtk_prefs_update_old pidgin_prefs_update_old |
| |
196 #define gaim_gtk_privacy_dialog_hide pidgin_privacy_dialog_hide |
| |
197 #define gaim_gtk_privacy_dialog_show pidgin_privacy_dialog_show |
| |
198 #define gaim_gtk_privacy_get_ui_ops pidgin_privacy_get_ui_ops |
| |
199 #define gaim_gtk_privacy_init pidgin_privacy_init |
| |
200 #define gaim_gtk_request_add_block pidgin_request_add_block |
| |
201 #define gaim_gtk_request_add_permit pidgin_request_add_permit |
| |
202 #define gaim_gtk_request_get_ui_ops pidgin_request_get_ui_ops |
| |
203 #define gaim_gtk_roomlist_dialog_show pidgin_roomlist_dialog_show |
| |
204 #define gaim_gtk_roomlist_dialog_show_with_account pidgin_roomlist_dialog_show_with_account |
| |
205 #define gaim_gtk_roomlist_init pidgin_roomlist_init |
| |
206 #define gaim_gtk_roomlist_is_showable pidgin_roomlist_is_showable |
| |
207 #define gaim_gtk_session_end pidgin_session_end |
| |
208 #define gaim_gtk_session_init pidgin_session_init |
| |
209 #define gaim_gtk_sound_get_event_label pidgin_sound_get_event_label |
| |
210 #define gaim_gtk_sound_get_event_option pidgin_sound_get_event_option |
| |
211 #define gaim_gtk_sound_get_handle pidgin_sound_get_handle |
| |
212 #define gaim_gtk_sound_get_ui_ops pidgin_sound_get_ui_ops |
| |
213 #define gaim_gtk_status_editor_show pidgin_status_editor_show |
| |
214 #define gaim_gtk_status_get_handle pidgin_status_get_handle |
| |
215 #define gaim_gtk_status_init pidgin_status_init |
| |
216 #define gaim_gtk_status_menu pidgin_status_menu |
| |
217 #define gaim_gtk_status_uninit pidgin_status_uninit |
| |
218 #define gaim_gtk_status_window_hide pidgin_status_window_hide |
| |
219 #define gaim_gtk_status_window_show pidgin_status_window_show |
| |
220 #define gaim_gtk_stock_init pidgin_stock_init |
| |
221 #define gaim_gtk_syslog_show pidgin_syslog_show |
| |
222 #define gaim_gtkthemes_get_proto_smileys pidgin_themes_get_proto_smileys |
| |
223 #define gaim_gtkthemes_init pidgin_themes_init |
| |
224 #define gaim_gtkthemes_load_smiley_theme pidgin_themes_load_smiley_theme |
| |
225 #define gaim_gtkthemes_smileys_disabled pidgin_themes_smileys_disabled |
| |
226 #define gaim_gtkthemes_smiley_themeize pidgin_themes_smiley_themeize |
| |
227 #define gaim_gtkthemes_smiley_theme_probe pidgin_themes_smiley_theme_probe |
| |
228 #define gaim_gtk_whiteboard_get_ui_ops pidgin_whiteboard_get_ui_ops |
| |
229 #define GaimGtkWindow PidginWindow |
| |
230 #define gaim_gtkxfer_dialog_add_xfer pidgin_xfer_dialog_add_xfer |
| |
231 #define gaim_gtkxfer_dialog_cancel_xfer pidgin_xfer_dialog_cancel_xfer |
| |
232 #define gaim_gtkxfer_dialog_destroy pidgin_xfer_dialog_destroy |
| |
233 #define gaim_gtkxfer_dialog_hide pidgin_xfer_dialog_hide |
| |
234 #define gaim_gtkxfer_dialog_new pidgin_xfer_dialog_new |
| |
235 #define GaimGtkXferDialog PidginXferDialog |
| |
236 #define gaim_gtkxfer_dialog_remove_xfer pidgin_xfer_dialog_remove_xfer |
| |
237 #define gaim_gtkxfer_dialog_show pidgin_xfer_dialog_show |
| |
238 #define gaim_gtkxfer_dialog_update_xfer pidgin_xfer_dialog_update_xfer |
| |
239 #define gaim_gtk_xfers_get_ui_ops pidgin_xfers_get_ui_ops |
| |
240 #define gaim_gtk_xfers_init pidgin_xfers_init |
| |
241 #define gaim_gtk_xfers_uninit pidgin_xfers_uninit |
| |
242 #define GaimScrollBookClass PidginScrollBookClass |
| |
243 #define gaim_scroll_book_get_type pidgin_scroll_book_get_type |
| |
244 #define gaim_scroll_book_new pidgin_scroll_book_new |
| |
245 #define GaimScrollBook PidginScrollBook |
| |
246 #define gaim_set_gtkxfer_dialog pidgin_set_xfer_dialog |
| |
247 #define gaim_status_box_add pidgin_status_box_add |
| |
248 #define gaim_status_box_add_separator pidgin_status_box_add_separator |
| |
249 #define GaimStatusBoxClass PidginStatusBoxClass |
| |
250 #define gaim_status_box_get_buddy_icon pidgin_status_box_get_buddy_icon |
| |
251 #define gaim_status_box_get_message pidgin_status_box_get_message |
| |
252 #define gaim_status_box_get_type pidgin_status_box_get_type |
| |
253 #define gaim_status_box_new pidgin_status_box_new |
| |
254 #define gaim_status_box_new_with_account pidgin_status_box_new_with_account |
| |
255 #define GAIM_STATUS_BOX_NUM_TYPES PIDGIN_STATUS_BOX_NUM_TYPES |
| |
256 #define GaimStatusBox PidginStatusBox |
| |
257 #define gaim_status_box_pulse_connecting pidgin_status_box_pulse_connecting |
| |
258 #define gaim_status_box_set_buddy_icon pidgin_status_box_set_buddy_icon |
| |
259 #define gaim_status_box_set_connecting pidgin_status_box_set_connecting |
| |
260 #define gaim_status_box_set_network_available pidgin_status_box_set_network_available |
| |
261 #define GAIM_STATUS_BOX_TYPE_CUSTOM PIDGIN_STATUS_BOX_TYPE_CUSTOM |
| |
262 #define GAIM_STATUS_BOX_TYPE_POPULAR PIDGIN_STATUS_BOX_TYPE_POPULAR |
| |
263 #define GAIM_STATUS_BOX_TYPE_PRIMITIVE PIDGIN_STATUS_BOX_TYPE_PRIMITIVE |
| |
264 #define GAIM_STATUS_BOX_TYPE_SAVED PIDGIN_STATUS_BOX_TYPE_SAVED |
| |
265 #define GAIM_STATUS_BOX_TYPE_SEPARATOR PIDGIN_STATUS_BOX_TYPE_SEPARATOR |
| |
266 #define GAIM_STATUS_ICON_LARGE PIDGIN_STATUS_ICON_LARGE |
| |
267 #define GaimStatusIconSize PidginStatusIconSize |
| |
268 #define GAIM_STATUS_ICON_SMALL PIDGIN_STATUS_ICON_SMALL |
| |
269 #define GAIM_UNSEEN_EVENT PIDGIN_UNSEEN_EVENT |
| |
270 #define GAIM_UNSEEN_NICK PIDGIN_UNSEEN_NICK |
| |
271 #define GAIM_UNSEEN_NO_LOG PIDGIN_UNSEEN_NO_LOG |
| |
272 #define GAIM_UNSEEN_NONE PIDGIN_UNSEEN_NONE |
| |
273 #define GaimUnseenState PidginUnseenState |
| |
274 #define GAIM_UNSEEN_TEXT PIDGIN_UNSEEN_TEXT |
| |
275 #define GtkGaimStatusBoxItemType PidginStatusBoxItemType |
| |
276 |
| |
277 #endif /* _GTKGAIM_COMPAT_H */ |