Sat, 03 Feb 2007 20:59:56 +0000
more compat header...getting close to being done with the libpurple half
| 15436 | 1 | /** |
| 2 | * @file gaim-compat.h Gaim Compat macros | |
| 3 | * @ingroup core | |
| 4 | * | |
| 5 | * pidgin | |
| 6 | * | |
| 7 | * Pidgin is the legal property of its developers, whose names are too numerous | |
| 8 | * to list here. Please refer to the COPYRIGHT file distributed with this | |
| 9 | * source distribution. | |
| 10 | * | |
| 11 | * This program is free software; you can redistribute it and/or modify | |
| 12 | * it under the terms of the GNU General Public License as published by | |
| 13 | * the Free Software Foundation; either version 2 of the License, or | |
| 14 | * (at your option) any later version. | |
| 15 | * | |
| 16 | * This program is distributed in the hope that it will be useful, | |
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 19 | * GNU General Public License for more details. | |
| 20 | * | |
| 21 | * You should have received a copy of the GNU General Public License | |
| 22 | * along with this program; if not, write to the Free Software | |
| 23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
| 24 | * | |
| 25 | * @see @ref account-signals | |
| 26 | */ | |
| 27 | #ifndef _GAIM_COMPAT_H_ | |
| 28 | #define _GAIM_COMPAT_H_ | |
| 29 | ||
| 30 | /* from account.h */ | |
| 31 | #define GaimAccountUiOps PurpleAccountUiOps | |
| 32 | #define GaimAccount PurpleAccount | |
| 33 | ||
| 34 | #define GaimFilterAccountFunc PurpleFilterAccountFunc | |
| 35 | #define GaimAccountRequestAuthorizationCb PurpleAccountRequestAuthorizationCb | |
| 36 | ||
| 37 | #define gaim_account_new purple_account_new | |
| 38 | #define gaim_account_destroy purple_account_destroy | |
| 39 | #define gaim_account_connect purple_account_connect | |
| 40 | #define gaim_account_register purple_account_register | |
| 41 | #define gaim_account_disconnect purple_account_disconnect | |
| 42 | #define gaim_account_notify_added purple_account_notify_added | |
| 43 | #define gaim_account_request_add purple_account_request_add | |
| 44 | ||
| 45 | #define gaim_account_request_authorization purple_account_request_authorization | |
| 46 | #define gaim_account_request_change_password purple_account_request_change_password | |
| 47 | #define gaim_account_request_change_user_info purple_account_request_change_user_info | |
| 48 | ||
| 49 | #define gaim_account_set_username purple_account_set_username | |
| 50 | #define gaim_account_set_password purple_account_set_password | |
| 51 | #define gaim_account_set_alias purple_account_set_alias | |
| 52 | #define gaim_account_set_user_info purple_account_set_user_info | |
| 53 | #define gaim_account_set_buddy_icon purple_account_set_buddy_icon | |
| 54 | #define gaim_account_set_buddy_icon_path purple_account_set_buddy_icon_path | |
| 55 | #define gaim_account_set_protocol_id purple_account_set_protocol_id | |
| 56 | #define gaim_account_set_connection purple_account_set_connection | |
| 57 | #define gaim_account_set_remember_password purple_account_set_remember_password | |
| 58 | #define gaim_account_set_check_mail purple_account_set_check_mail | |
| 59 | #define gaim_account_set_enabled purple_account_set_enabled | |
| 60 | #define gaim_account_set_proxy_info purple_account_set_proxy_info | |
| 61 | #define gaim_account_set_status_types purple_account_set_status_types | |
| 62 | #define gaim_account_set_status purple_account_set_status | |
| 63 | #define gaim_account_set_status_list purple_account_set_status_list | |
| 64 | ||
| 65 | #define gaim_account_clear_settings purple_account_clear_settings | |
| 66 | ||
| 67 | #define gaim_account_set_int purple_account_set_int | |
| 68 | #define gaim_account_set_string purple_account_set_string | |
| 69 | #define gaim_account_set_bool purple_account_set_bool | |
| 70 | ||
| 71 | #define gaim_account_set_ui_int purple_account_set_ui_int | |
| 72 | #define gaim_account_set_ui_string purple_account_set_ui_string | |
| 73 | #define gaim_account_set_ui_bool purple_account_set_ui_bool | |
| 74 | ||
| 75 | #define gaim_account_is_connected purple_account_is_connected | |
| 76 | #define gaim_account_is_connecting purple_account_is_connecting | |
| 77 | #define gaim_account_is_disconnected purple_account_is_disconnected | |
| 78 | ||
| 79 | #define gaim_account_get_username purple_account_get_username | |
| 80 | #define gaim_account_get_password purple_account_get_password | |
| 81 | #define gaim_account_get_alias purple_account_get_alias | |
| 82 | #define gaim_account_get_user_info purple_account_get_user_info | |
| 83 | #define gaim_account_get_buddy_icon purple_account_get_buddy_icon | |
| 84 | #define gaim_account_get_buddy_icon_path purple_account_get_buddy_icon_path | |
| 85 | #define gaim_account_get_protocol_id purple_account_get_protocol_id | |
| 86 | #define gaim_account_get_protocol_name purple_account_get_protocol_name | |
| 87 | #define gaim_account_get_connection purple_account_get_connection | |
| 88 | #define gaim_account_get_remember_password purple_account_get_remember_password | |
| 89 | #define gaim_account_get_check_mail purple_account_get_check_mail | |
| 90 | #define gaim_account_get_enabled purple_account_get_enabled | |
| 91 | #define gaim_account_get_proxy_info purple_account_get_proxy_info | |
| 92 | #define gaim_account_get_active_status purple_account_get_active_status | |
| 93 | #define gaim_account_get_status purple_account_get_status | |
| 94 | #define gaim_account_get_status_type purple_account_get_status_type | |
| 95 | #define gaim_account_get_status_type_with_primitive \ | |
| 96 | purple_account_get_status_type_with_primitive | |
| 97 | ||
| 98 | #define gaim_account_get_presence purple_account_get_presence | |
| 99 | #define gaim_account_is_status_active purple_account_is_status_active | |
| 100 | #define gaim_account_get_status_types purple_account_get_status_types | |
| 101 | ||
| 102 | #define gaim_account_get_int purple_account_get_int | |
| 103 | #define gaim_account_get_string purple_account_get_string | |
| 104 | #define gaim_account_get_bool purple_account_get_bool | |
| 105 | ||
| 106 | #define gaim_account_get_ui_int purple_account_get_ui_int | |
| 107 | #define gaim_account_get_ui_string purple_account_get_ui_string | |
| 108 | #define gaim_account_get_ui_bool purple_account_get_ui_bool | |
| 109 | ||
| 110 | ||
| 111 | #define gaim_account_get_log purple_account_get_log | |
| 112 | #define gaim_account_destroy_log purple_account_destroy_log | |
| 113 | ||
| 114 | #define gaim_account_add_buddy purple_account_add_buddy | |
| 115 | #define gaim_account_add_buddies purple_account_add_buddies | |
| 116 | #define gaim_account_remove_buddy purple_account_remove_buddy | |
| 117 | #define gaim_account_remove_buddies purple_account_remove_buddies | |
| 118 | ||
| 119 | #define gaim_account_remove_group purple_account_remove_group | |
| 120 | ||
| 121 | #define gaim_account_change_password purple_account_change_password | |
| 122 | ||
| 123 | #define gaim_account_supports_offline_message purple_account_supports_offline_message | |
| 124 | ||
| 125 | #define gaim_accounts_add purple_accounts_add | |
| 126 | #define gaim_accounts_remove purple_accounts_remove | |
| 127 | #define gaim_accounts_delete purple_accounts_delete | |
| 128 | #define gaim_accounts_reorder purple_accounts_reorder | |
| 129 | ||
| 130 | #define gaim_accounts_get_all purple_accounts_get_all | |
| 131 | #define gaim_accounts_get_all_active purple_accounts_get_all_active | |
| 132 | ||
| 133 | #define gaim_accounts_find purple_accounts_find | |
| 134 | ||
| 135 | #define gaim_accounts_restore_current_statuses purple_accounts_restore_current_statuses | |
| 136 | ||
| 137 | #define gaim_accounts_set_ui_ops purple_accounts_set_ui_ops | |
| 138 | #define gaim_accounts_get_ui_ops purple_accounts_get_ui_ops | |
| 139 | ||
| 140 | #define gaim_accounts_get_handle purple_accounts_get_handle | |
| 141 | ||
| 142 | #define gaim_accounts_init purple_accounts_init | |
| 143 | #define gaim_accounts_uninit purple_accounts_uninit | |
| 144 | ||
| 145 | /* from accountopt.h */ | |
| 146 | ||
| 147 | #define GaimAccountOption PurpleAccountOption | |
| 148 | #define GaimAccountUserSplit PurpleAccountUserSplit | |
| 149 | ||
| 150 | #define gaim_account_option_new purple_account_option_new | |
| 151 | #define gaim_account_option_bool_new purple_account_option_bool_new | |
| 152 | #define gaim_account_option_int_new purple_account_option_int_new | |
| 153 | #define gaim_account_option_string_new purple_account_option_string_new | |
| 154 | #define gaim_account_option_list_new purple_account_option_list_new | |
| 155 | ||
| 156 | #define gaim_account_option_destroy purple_account_option_destroy | |
| 157 | ||
| 158 | #define gaim_account_option_set_default_bool purple_account_option_set_default_bool | |
| 159 | #define gaim_account_option_set_default_int purple_account_option_set_default_int | |
| 160 | #define gaim_account_option_set_default_string purple_account_option_set_default_string | |
| 161 | ||
| 162 | #define gaim_account_option_set_masked purple_account_option_set_masked | |
| 163 | ||
| 164 | #define gaim_account_option_set_list purple_account_option_set_list | |
| 165 | ||
| 166 | #define gaim_account_option_add_list_item purple_account_option_add_list_item | |
| 167 | ||
| 168 | #define gaim_account_option_get_type purple_account_option_get_type | |
| 169 | #define gaim_account_option_get_text purple_account_option_get_text | |
| 170 | #define gaim_account_option_get_setting purple_account_option_get_setting | |
| 171 | ||
| 172 | #define gaim_account_option_get_default_bool purple_account_option_get_default_bool | |
| 173 | #define gaim_account_option_get_default_int purple_account_option_get_default_int | |
| 174 | #define gaim_account_option_get_default_string purple_account_option_get_default_string | |
| 175 | #define gaim_account_option_get_default_list_value purple_account_option_get_default_list_value | |
| 176 | ||
| 177 | #define gaim_account_option_get_masked purple_account_option_get_masked | |
| 178 | #define gaim_account_option_get_list purple_account_option_get_list | |
| 179 | ||
| 180 | #define gaim_account_user_split_new purple_account_user_split_new | |
| 181 | #define gaim_account_user_split_destroy purple_account_user_split_destroy | |
| 182 | ||
| 183 | #define gaim_account_user_split_get_text purple_account_user_split_get_text | |
| 184 | #define gaim_account_user_split_get_default_value purple_account_user_split_get_default_value | |
| 185 | #define gaim_account_user_split_get_separator purple_account_user_split_get_separator | |
| 186 | ||
| 187 | /* from blist.h */ | |
| 188 | ||
| 189 | #define GaimBuddyList PurpleBuddyList | |
| 190 | #define GaimBlistUiOps PurpleBlistUiOps | |
| 191 | #define GaimBlistNode PurpleBlistNode | |
| 192 | ||
| 193 | #define GaimChat PurpleChat | |
| 194 | #define GaimGroup PurpleGroup | |
| 195 | #define GaimContact PurpleContact | |
| 196 | #define GaimBuddy PurpleBuddy | |
| 197 | ||
| 198 | #define GAIM_BLIST_GROUP_NODE PURPLE_BLIST_GROUP_NODE | |
| 199 | #define GAIM_BLIST_CONTACT_NODE PURPLE_BLIST_CONTACT_NODE | |
| 200 | #define GAIM_BLIST_BUDDY_NODE PURPLE_BLIST_BUDDY_NODE | |
| 201 | #define GAIM_BLIST_CHAT_NODE PURPLE_BLIST_CHAT_NODE | |
| 202 | #define GAIM_BLIST_OTHER_NODE PURPLE_BLIST_OTHER_NODE | |
| 203 | #define GaimBlistNodeType PurpleBlistNodeType | |
| 204 | ||
| 205 | #define GAIM_BLIST_NODE_IS_CHAT PURPLE_BLIST_NODE_IS_CHAT | |
| 206 | #define GAIM_BLIST_NODE_IS_BUDDY PURPLE_BLIST_NODE_IS_BUDDY | |
| 207 | #define GAIM_BLIST_NODE_IS_CONTACT PURPLE_BLIST_NODE_IS_CONTACT | |
| 208 | #define GAIM_BLIST_NODE_IS_GROUP PURPLE_BLIST_NODE_IS_GROUP | |
| 209 | ||
| 210 | #define GAIM_BUDDY_IS_ONLINE PURPLE_BUDDY_IS_ONLINE | |
| 211 | ||
| 212 | #define GAIM_BLIST_NODE_FLAG_NO_SAVE PURPLE_BLIST_NODE_FLAG_NO_SAVE | |
| 213 | #define GaimBlistNodeFlags PurpleBlistNodeFlags | |
| 214 | ||
| 215 | #define GAIM_BLIST_NODE_HAS_FLAG PURPLE_BLIST_NODE_HAS_FLAG | |
| 216 | #define GAIM_BLIST_NODE_SHOULD_SAVE PURPLE_BLIST_NODE_SHOULD_SAVE | |
| 217 | ||
| 218 | #define GAIM_BLIST_NODE_NAME PURPLE_BLIST_NODE_NAME | |
| 219 | ||
| 220 | ||
| 221 | #define gaim_blist_new purple_blist_new | |
| 222 | #define gaim_set_blist purple_set_blist | |
| 223 | #define gaim_get_blist purple_get_blist | |
| 224 | ||
| 225 | #define gaim_blist_get_root purple_blist_get_root | |
| 226 | #define gaim_blist_node_next purple_blist_node_next | |
| 227 | ||
| 228 | #define gaim_blist_show purple_blist_show | |
| 229 | ||
| 230 | #define gaim_blist_destroy purple_blist_destroy | |
| 231 | ||
| 232 | #define gaim_blist_set_visible purple_blist_set_visible | |
| 233 | ||
| 234 | #define gaim_blist_update_buddy_status purple_blist_update_buddy_status | |
| 235 | #define gaim_blist_update_buddy_icon purple_blist_update_buddy_icon | |
| 236 | ||
| 237 | ||
| 238 | #define gaim_blist_alias_contact purple_blist_alias_contact | |
| 239 | #define gaim_blist_alias_buddy purple_blist_alias_buddy | |
| 240 | #define gaim_blist_server_alias_buddy purple_blist_server_alias_buddy | |
| 241 | #define gaim_blist_alias_chat purple_blist_alias_chat | |
| 242 | ||
| 243 | #define gaim_blist_rename_buddy purple_blist_rename_buddy | |
| 244 | #define gaim_blist_rename_group purple_blist_rename_group | |
| 245 | ||
| 246 | #define gaim_chat_new purple_chat_new | |
| 247 | #define gaim_blist_add_chat purple_blist_add_chat | |
| 248 | ||
| 249 | #define gaim_buddy_new purple_buddy_new | |
| 250 | #define gaim_buddy_set_icon purple_buddy_set_icon | |
| 251 | #define gaim_buddy_get_account purple_buddy_get_account | |
| 252 | #define gaim_buddy_get_name purple_buddy_get_name | |
| 253 | #define gaim_buddy_get_icon purple_buddy_get_icon | |
| 254 | #define gaim_buddy_get_contact purple_buddy_get_contact | |
| 255 | #define gaim_buddy_get_presence purple_buddy_get_presence | |
| 256 | ||
| 257 | #define gaim_blist_add_buddy purple_blist_add_buddy | |
| 258 | ||
| 259 | #define gaim_group_new purple_group_new | |
| 260 | ||
| 261 | #define gaim_blist_add_group purple_blist_add_group | |
| 262 | ||
| 263 | #define gaim_contact_new purple_contact_new | |
| 264 | ||
| 265 | #define gaim_blist_add_contact purple_blist_add_contact | |
| 266 | #define gaim_blist_merge_contact purple_blist_merge_contact | |
| 267 | ||
| 268 | #define gaim_contact_get_priority_buddy purple_contact_get_priority_buddy | |
| 269 | #define gaim_contact_set_alias purple_contact_set_alias | |
| 270 | #define gaim_contact_get_alias purple_contact_get_alias | |
| 271 | #define gaim_contact_on_account purple_contact_on_account | |
| 272 | ||
| 273 | #define gaim_contact_invalidate_priority_buddy purple_contact_invalidate_priority_buddy | |
| 274 | ||
| 275 | #define gaim_blist_remove_buddy purple_blist_remove_buddy | |
| 276 | #define gaim_blist_remove_contact purple_blist_remove_contact | |
| 277 | #define gaim_blist_remove_chat purple_blist_remove_chat | |
| 278 | #define gaim_blist_remove_group purple_blist_remove_group | |
| 279 | ||
| 280 | #define gaim_buddy_get_alias_only purple_buddy_get_alias_only | |
| 281 | #define gaim_buddy_get_server_alias purple_buddy_get_server_alias | |
| 282 | #define gaim_buddy_get_contact_alias purple_buddy_get_contact_alias | |
| 283 | #define gaim_buddy_get_local_alias purple_buddy_get_local_alias | |
| 284 | #define gaim_buddy_get_alias purple_buddy_get_alias | |
| 285 | ||
| 286 | #define gaim_chat_get_name purple_chat_get_name | |
| 287 | ||
| 288 | #define gaim_find_buddy purple_find_buddy | |
| 289 | #define gaim_find_buddy_in_group purple_find_buddy_in_group | |
| 290 | #define gaim_find_buddies purple_find_buddies | |
| 291 | ||
| 292 | #define gaim_find_group purple_find_group | |
| 293 | ||
| 294 | #define gaim_blist_find_chat purple_blist_find_chat | |
| 295 | ||
| 296 | #define gaim_chat_get_group purple_chat_get_group | |
| 297 | #define gaim_buddy_get_group purple_buddy_get_group | |
| 298 | ||
| 299 | #define gaim_group_get_accounts purple_group_get_accounts | |
| 300 | #define gaim_group_on_account purple_group_on_account | |
| 301 | ||
| 302 | #define gaim_blist_add_account purple_blist_add_account | |
| 303 | #define gaim_blist_remove_account purple_blist_remove_account | |
| 304 | ||
| 305 | #define gaim_blist_get_group_size purple_blist_get_group_size | |
| 306 | #define gaim_blist_get_group_online_count purple_blist_get_group_online_count | |
| 307 | ||
| 308 | #define gaim_blist_load purple_blist_load | |
| 309 | #define gaim_blist_schedule_save purple_blist_schedule_save | |
| 310 | ||
| 311 | #define gaim_blist_request_add_buddy purple_blist_request_add_buddy | |
| 312 | #define gaim_blist_request_add_chat purple_blist_request_add_chat | |
| 313 | #define gaim_blist_request_add_group purple_blist_request_add_group | |
| 314 | ||
| 315 | #define gaim_blist_node_set_bool purple_blist_node_set_bool | |
| 316 | #define gaim_blist_node_get_bool purple_blist_node_get_bool | |
| 317 | #define gaim_blist_node_set_int purple_blist_node_set_int | |
| 318 | #define gaim_blist_node_get_int purple_blist_node_get_int | |
| 319 | #define gaim_blist_node_set_string purple_blist_node_set_string | |
| 320 | #define gaim_blist_node_get_string purple_blist_node_get_string | |
| 321 | ||
| 322 | #define gaim_blist_node_remove_setting purple_blist_node_remove_setting | |
| 323 | ||
| 324 | #define gaim_blist_node_set_flags purple_blist_node_set_flags | |
| 325 | #define gaim_blist_node_get_flags purple_blist_node_get_flags | |
| 326 | ||
| 327 | #define gaim_blist_node_get_extended_menu purple_blist_node_get_extended_menu | |
| 328 | ||
| 329 | #define gaim_blist_set_ui_ops purple_blist_set_ui_ops | |
| 330 | #define gaim_blist_get_ui_ops purple_blist_get_ui_ops | |
| 331 | ||
| 332 | #define gaim_blist_get_handle purple_blist_get_handle | |
| 333 | ||
| 334 | #define gaim_blist_init purple_blist_init | |
| 335 | #define gaim_blist_uninit purple_blist_uninit | |
| 336 | ||
| 15451 | 337 | |
| 338 | #define GaimBuddyIcon PurpleBuddyIcon | |
| 339 | ||
| 340 | #define gaim_buddy_icon_new purple_buddy_icon_new | |
| 341 | #define gaim_buddy_icon_destroy purple_buddy_icon_destroy | |
| 342 | #define gaim_buddy_icon_ref purple_buddy_icon_ref | |
| 343 | #define gaim_buddy_icon_unref purple_buddy_icon_unref | |
| 344 | #define gaim_buddy_icon_update purple_buddy_icon_update | |
| 345 | #define gaim_buddy_icon_cache purple_buddy_icon_cache | |
| 346 | #define gaim_buddy_icon_uncache purple_buddy_icon_uncache | |
| 347 | ||
| 348 | #define gaim_buddy_icon_set_account purple_buddy_icon_set_account | |
| 349 | #define gaim_buddy_icon_set_username purple_buddy_icon_set_username | |
| 350 | #define gaim_buddy_icon_set_data purple_buddy_icon_set_data | |
| 351 | #define gaim_buddy_icon_set_path purple_buddy_icon_set_path | |
| 352 | ||
| 353 | #define gaim_buddy_icon_get_account purple_buddy_icon_get_account | |
| 354 | #define gaim_buddy_icon_get_username purple_buddy_icon_get_username | |
| 355 | #define gaim_buddy_icon_get_data purple_buddy_icon_get_data | |
| 356 | #define gaim_buddy_icon_get_path purple_buddy_icon_get_path | |
| 357 | #define gaim_buddy_icon_get_type purple_buddy_icon_get_type | |
| 358 | ||
| 359 | #define gaim_buddy_icons_set_for_user purple_buddy_icons_set_for_user | |
| 360 | #define gaim_buddy_icons_find purple_buddy_icons_find | |
| 361 | #define gaim_buddy_icons_set_caching purple_buddy_icons_set_caching | |
| 362 | #define gaim_buddy_icons_is_caching purple_buddy_icons_is_caching | |
| 363 | #define gaim_buddy_icons_set_cache_dir purple_buddy_icons_set_cache_dir | |
| 364 | #define gaim_buddy_icons_get_cache_dir purple_buddy_icons_get_cache_dir | |
| 365 | #define gaim_buddy_icons_get_full_path purple_buddy_icons_get_full_path | |
| 366 | #define gaim_buddy_icons_get_handle purple_buddy_icons_get_handle | |
| 367 | ||
| 368 | #define gaim_buddy_icons_init purple_buddy_icons_init | |
| 369 | #define gaim_buddy_icons_uninit purple_buddy_icons_uninit | |
| 370 | ||
| 371 | #define gaim_buddy_icon_get_scale_size purple_buddy_icon_get_scale_size | |
| 372 | ||
| 15510 | 373 | /* from cipher.h */ |
| 374 | ||
| 15453 | 375 | #define GAIM_CIPHER PURPLE_CIPHER |
| 376 | #define GAIM_CIPHER_OPS PURPLE_CIPHER_OPS | |
| 377 | #define GAIM_CIPHER_CONTEXT PURPLE_CIPHER_CONTEXT | |
| 378 | ||
| 379 | #define GaimCipher PurpleCipher | |
| 380 | #define GaimCipherOps PurpleCipherOps | |
| 381 | #define GaimCipherContext PurpleCipherContext | |
| 382 | ||
| 383 | #define GAIM_CIPHER_CAPS_SET_OPT PURPLE_CIPHER_CAPS_SET_OPT | |
| 384 | #define GAIM_CIPHER_CAPS_GET_OPT PURPLE_CIPHER_CAPS_GET_OPT | |
| 385 | #define GAIM_CIPHER_CAPS_INIT PURPLE_CIPHER_CAPS_INIT | |
| 386 | #define GAIM_CIPHER_CAPS_RESET PURPLE_CIPHER_CAPS_RESET | |
| 387 | #define GAIM_CIPHER_CAPS_UNINIT PURPLE_CIPHER_CAPS_UNINIT | |
| 388 | #define GAIM_CIPHER_CAPS_SET_IV PURPLE_CIPHER_CAPS_SET_IV | |
| 389 | #define GAIM_CIPHER_CAPS_APPEND PURPLE_CIPHER_CAPS_APPEND | |
| 390 | #define GAIM_CIPHER_CAPS_DIGEST PURPLE_CIPHER_CAPS_DIGEST | |
| 391 | #define GAIM_CIPHER_CAPS_ENCRYPT PURPLE_CIPHER_CAPS_ENCRYPT | |
| 392 | #define GAIM_CIPHER_CAPS_DECRYPT PURPLE_CIPHER_CAPS_DECRYPT | |
| 393 | #define GAIM_CIPHER_CAPS_SET_SALT PURPLE_CIPHER_CAPS_SET_SALT | |
| 394 | #define GAIM_CIPHER_CAPS_GET_SALT_SIZE PURPLE_CIPHER_CAPS_GET_SALT_SIZE | |
| 395 | #define GAIM_CIPHER_CAPS_SET_KEY PURPLE_CIPHER_CAPS_SET_KEY | |
| 396 | #define GAIM_CIPHER_CAPS_GET_KEY_SIZE PURPLE_CIPHER_CAPS_GET_KEY_SIZE | |
| 397 | #define GAIM_CIPHER_CAPS_UNKNOWN PURPLE_CIPHER_CAPS_UNKNOWN | |
| 398 | ||
| 399 | #define gaim_cipher_get_name purple_cipher_get_name | |
| 400 | #define gaim_cipher_get_capabilities purple_cipher_get_capabilities | |
| 401 | #define gaim_cipher_digest_region purple_cipher_digest_region | |
| 402 | ||
| 403 | #define gaim_ciphers_find_cipher purple_ciphers_find_cipher | |
| 404 | #define gaim_ciphers_register_cipher purple_ciphers_register_cipher | |
| 405 | #define gaim_ciphers_unregister_cipher purple_ciphers_unregister_cipher | |
| 406 | #define gaim_ciphers_get_ciphers purple_ciphers_get_ciphers | |
| 407 | ||
| 408 | #define gaim_ciphers_get_handle purple_ciphers_get_handle | |
| 409 | #define gaim_ciphers_init purple_ciphers_init | |
| 410 | #define gaim_ciphers_uninit purple_ciphers_uninit | |
| 411 | ||
| 412 | #define gaim_cipher_context_set_option purple_cipher_context_set_option | |
| 413 | #define gaim_cipher_context_get_option purple_cipher_context_get_option | |
| 414 | ||
| 415 | #define gaim_cipher_context_new purple_cipher_context_new | |
| 416 | #define gaim_cipher_context_new_by_name purple_cipher_context_new_by_name | |
| 417 | #define gaim_cipher_context_reset purple_cipher_context_reset | |
| 418 | #define gaim_cipher_context_destroy purple_cipher_context_destroy | |
| 419 | #define gaim_cipher_context_set_iv purple_cipher_context_set_iv | |
| 420 | #define gaim_cipher_context_append purple_cipher_context_append | |
| 421 | #define gaim_cipher_context_digest purple_cipher_context_digest | |
| 422 | #define gaim_cipher_context_digest_to_str purple_cipher_context_digest_to_str | |
| 423 | #define gaim_cipher_context_encrypt purple_cipher_context_encrypt | |
| 424 | #define gaim_cipher_context_decrypt purple_cipher_context_decrypt | |
| 425 | #define gaim_cipher_context_set_salt purple_cipher_context_set_salt | |
| 426 | #define gaim_cipher_context_get_salt_size purple_cipher_context_get_salt_size | |
| 427 | #define gaim_cipher_context_set_key purple_cipher_context_set_key | |
| 428 | #define gaim_cipher_context_get_key_size purple_cipher_context_get_key_size | |
| 429 | #define gaim_cipher_context_set_data purple_cipher_context_set_data | |
| 430 | #define gaim_cipher_context_get_data purple_cipher_context_get_data | |
| 431 | ||
| 432 | #define gaim_cipher_http_digest_calculate_session_key \ | |
| 433 | purple_cipher_http_digest_calculate_session_key | |
| 434 | ||
| 435 | #define gaim_cipher_http_digest_calculate_response \ | |
| 436 | purple_cipher_http_digest_calculate_response | |
| 437 | ||
| 15510 | 438 | /* from circbuffer.h */ |
| 439 | ||
| 440 | #define GaimCircBuffer PurpleCircBuffer | |
| 441 | ||
| 442 | #define gaim_circ_buffer_new purple_circ_buffer_new | |
| 443 | #define gaim_circ_buffer_destroy purple_circ_buffer_destroy | |
| 444 | #define gaim_circ_buffer_append purple_circ_buffer_append | |
| 445 | #define gaim_circ_buffer_get_max_read purple_circ_buffer_get_max_read | |
| 446 | #define gaim_circ_buffer_mark_read purple_circ_buffer_mark_read | |
| 447 | ||
| 448 | /* from cmds.h */ | |
| 449 | ||
| 450 | #define GaimCmdPriority PurpleCmdPriority | |
| 451 | #define GaimCmdFlag PurpleCmdFlag | |
| 452 | #define GaimCmdStatus PurpleCmdStatus | |
| 453 | #define GaimCmdRet PurpleCmdRet | |
| 454 | ||
| 455 | #define GAIM_CMD_FUNC PURPLE_CMD_FUNC | |
| 456 | ||
| 457 | #define GaimCmdFunc PurpleCmdFunc | |
| 458 | ||
| 459 | #define GaimCmdId PurpleCmdId | |
| 460 | ||
| 461 | #define gaim_cmd_register purple_cmd_register | |
| 462 | #define gaim_cmd_unregister purple_cmd_unregister | |
| 463 | #define gaim_cmd_do_command purple_cmd_do_command | |
| 464 | #define gaim_cmd_list purple_cmd_list | |
| 465 | #define gaim_cmd_help purple_cmd_help | |
| 466 | ||
| 467 | /* from connection.h */ | |
| 468 | ||
| 469 | #define GaimConnection PurpleConnection | |
| 470 | ||
| 471 | #define GAIM_CONNECTION_HTML PURPLE_CONNECTION_HTML | |
| 472 | #define GAIM_CONNECTION_NO_BGCOLOR PURPLE_CONNECTION_NO_BGCOLOR | |
| 473 | #define GAIM_CONNECTION_AUTO_RESP PURPLE_CONNECTION_AUTO_RESP | |
| 474 | #define GAIM_CONNECTION_FORMATTING_WBFO PURPLE_CONNECTION_FORMATTING_WBFO | |
| 475 | #define GAIM_CONNECTION_NO_NEWLINES PURPLE_CONNECTION_NO_NEWLINES | |
| 476 | #define GAIM_CONNECTION_NO_FONTSIZE PURPLE_CONNECTION_NO_FONTSIZE | |
| 477 | #define GAIM_CONNECTION_NO_URLDESC PURPLE_CONNECTION_NO_URLDESC | |
| 478 | #define GAIM_CONNECTION_NO_IMAGES PURPLE_CONNECTION_NO_IMAGES | |
| 479 | ||
| 480 | #define GaimConnectionFlags PurpleConnectionFlags | |
| 481 | ||
| 482 | #define GAIM_DISCONNECTED PURPLE_DISCONNECTED | |
| 483 | #define GAIM_CONNECTED PURPLE_CONNECTED | |
| 484 | #define GAIM_CONNECTING PURPLE_CONNECTING | |
| 485 | ||
| 486 | #define GaimConnectionState PurpleConnectionState | |
| 487 | ||
| 488 | #define GaimConnectionUiOps PurpleConnectionUiOps | |
| 489 | ||
| 490 | #define gaim_connection_new purple_connection_new | |
| 491 | #define gaim_connection_destroy purple_connection_destroy | |
| 492 | ||
| 493 | #define gaim_connection_set_state purple_connection_set_state | |
| 494 | #define gaim_connection_set_account purple_connection_set_account | |
| 495 | #define gaim_connection_set_display_name purple_connection_set_display_name | |
| 496 | #define gaim_connection_get_state purple_connection_get_state | |
| 497 | ||
| 498 | #define GAIM_CONNECTION_IS_CONNECTED PURPLE_CONNECTION_IS_CONNECTED | |
| 499 | ||
| 500 | #define gaim_connection_get_account purple_connection_get_account | |
| 501 | #define gaim_connection_get_password purple_connection_get_password | |
| 502 | #define gaim_connection_get_display_name purple_connection_get_display_name | |
| 503 | ||
| 504 | #define gaim_connection_update_progress purple_connection_update_progress | |
| 505 | ||
| 506 | #define gaim_connection_notice purple_connection_notice | |
| 507 | #define gaim_connection_error purple_connection_error | |
| 508 | ||
| 509 | #define gaim_connections_disconnect_all purple_connections_disconnect_all | |
| 510 | ||
| 511 | #define gaim_connections_get_all purple_connections_get_all | |
| 512 | #define gaim_connections_get_connecting purple_connections_get_connecting | |
| 513 | ||
| 514 | #define GAIM_CONNECTION_IS_VALID PURPLE_CONNECTION_IS_VALID | |
| 515 | ||
| 516 | #define gaim_connections_set_ui_ops purple_connections_set_ui_ops | |
| 517 | #define gaim_connections_get_ui_ops purple_connections_get_ui_ops | |
| 518 | ||
| 519 | #define gaim_connections_init purple_connections_init | |
| 520 | #define gaim_connections_uninit purple_connections_uninit | |
| 521 | #define gaim_connections_get_handle purple_connections_get_handle | |
| 522 | ||
| 523 | ||
| 524 | /* from conversation.h */ | |
| 525 | ||
| 526 | #define GaimConversationUiOps PurpleConversationUiOps | |
| 527 | #define GaimConversation PurpleConversation | |
| 528 | #define GaimConvIm PurpleConvIm | |
| 529 | #define GaimConvChat PurpleConvChat | |
| 530 | #define GaimConvChatBuddy PurpleConvChatBuddy | |
| 531 | ||
| 532 | #define GAIM_CONV_TYPE_UNKNOWN PURPLE_CONV_TYPE_UNKNOWN | |
| 533 | #define GAIM_CONV_TYPE_IM PURPLE_CONV_TYPE_IM | |
| 534 | #define GAIM_CONV_TYPE_CHAT PURPLE_CONV_TYPE_CHAT | |
| 535 | #define GAIM_CONV_TYPE_MISC PURPLE_CONV_TYPE_MISC | |
| 536 | #define GAIM_CONV_TYPE_ANY PURPLE_CONV_TYPE_ANY | |
| 537 | ||
| 538 | #define GaimConversationType PurpleConversationType | |
| 539 | ||
| 540 | #define GAIM_CONV_UPDATE_ADD PURPLE_CONV_UPDATE_ADD | |
| 541 | #define GAIM_CONV_UPDATE_REMOVE PURPLE_CONV_UPDATE_REMOVE | |
| 542 | #define GAIM_CONV_UPDATE_ACCOUNT PURPLE_CONV_UPDATE_ACCOUNT | |
| 543 | #define GAIM_CONV_UPDATE_TYPING PURPLE_CONV_UPDATE_TYPING | |
| 544 | #define GAIM_CONV_UPDATE_UNSEEN PURPLE_CONV_UPDATE_UNSEEN | |
| 545 | #define GAIM_CONV_UPDATE_LOGGING PURPLE_CONV_UPDATE_LOGGING | |
| 546 | #define GAIM_CONV_UPDATE_TOPIC PURPLE_CONV_UPDATE_TOPIC | |
| 547 | #define GAIM_CONV_ACCOUNT_ONLINE PURPLE_CONV_ACCOUNT_ONLINE | |
| 548 | #define GAIM_CONV_ACCOUNT_OFFLINE PURPLE_CONV_ACCOUNT_OFFLINE | |
| 549 | #define GAIM_CONV_UPDATE_AWAY PURPLE_CONV_UPDATE_AWAY | |
| 550 | #define GAIM_CONV_UPDATE_ICON PURPLE_CONV_UPDATE_ICON | |
| 551 | #define GAIM_CONV_UPDATE_TITLE PURPLE_CONV_UPDATE_TITLE | |
| 552 | #define GAIM_CONV_UPDATE_CHATLEFT PURPLE_CONV_UPDATE_CHATLEFT | |
| 553 | #define GAIM_CONV_UPDATE_FEATURES PURPLE_CONV_UPDATE_FEATURES | |
| 554 | ||
| 555 | #define GaimConvUpdateType PurpleConvUpdateType | |
| 556 | ||
| 557 | #define GAIM_NOT_TYPING PURPLE_NOT_TYPING | |
| 558 | #define GAIM_TYPING PURPLE_TYPING | |
| 559 | #define GAIM_TYPED PURPLE_TYPED | |
| 560 | ||
| 561 | #define GaimTypingState PurpleTypingState | |
| 562 | ||
| 563 | #define GAIM_MESSAGE_SEND PURPLE_MESSAGE_SEND | |
| 564 | #define GAIM_MESSAGE_RECV PURPLE_MESSAGE_RECV | |
| 565 | #define GAIM_MESSAGE_SYSTEM PURPLE_MESSAGE_SYSTEM | |
| 566 | #define GAIM_MESSAGE_AUTO_RESP PURPLE_MESSAGE_AUTO_RESP | |
| 567 | #define GAIM_MESSAGE_ACTIVE_ONLY PURPLE_MESSAGE_ACTIVE_ONLY | |
| 568 | #define GAIM_MESSAGE_NICK PURPLE_MESSAGE_NICK | |
| 569 | #define GAIM_MESSAGE_NO_LOG PURPLE_MESSAGE_NO_LOG | |
| 570 | #define GAIM_MESSAGE_WHISPER PURPLE_MESSAGE_WHISPER | |
| 571 | #define GAIM_MESSAGE_ERROR PURPLE_MESSAGE_ERROR | |
| 572 | #define GAIM_MESSAGE_DELAYED PURPLE_MESSAGE_DELAYED | |
| 573 | #define GAIM_MESSAGE_RAW PURPLE_MESSAGE_RAW | |
| 574 | #define GAIM_MESSAGE_IMAGES PURPLE_MESSAGE_IMAGES | |
| 575 | ||
| 576 | #define GaimMessageFlags PurpleMessageFlags | |
| 577 | ||
| 578 | #define GAIM_CBFLAGS_NONE PURPLE_CBFLAGS_NONE | |
| 579 | #define GAIM_CBFLAGS_VOICE PURPLE_CBFLAGS_VOICE | |
| 580 | #define GAIM_CBFLAGS_HALFOP PURPLE_CBFLAGS_HALFOP | |
| 581 | #define GAIM_CBFLAGS_OP PURPLE_CBFLAGS_OP | |
| 582 | #define GAIM_CBFLAGS_FOUNDER PURPLE_CBFLAGS_FOUNDER | |
| 583 | #define GAIM_CBFLAGS_TYPING PURPLE_CBFLAGS_TYPING | |
| 584 | ||
| 585 | #define GaimConvChatBuddyFlags PurpleConvChatBuddyFlags | |
| 586 | ||
| 587 | #define gaim_conversations_set_ui_ops purple_conversations_set_ui_ops | |
| 588 | ||
| 589 | #define gaim_conversation_new purple_conversation_new | |
| 590 | #define gaim_conversation_destroy purple_conversation_destroy | |
| 591 | #define gaim_conversation_present purple_conversation_present | |
| 592 | #define gaim_conversation_get_type purple_conversation_get_type | |
| 593 | #define gaim_conversation_set_ui_ops purple_conversation_set_ui_ops | |
| 594 | #define gaim_conversation_get_ui_ops purple_conversation_get_ui_ops | |
| 595 | #define gaim_conversation_set_account purple_conversation_set_account | |
| 596 | #define gaim_conversation_get_account purple_conversation_get_account | |
| 597 | #define gaim_conversation_get_gc purple_conversation_get_gc | |
| 598 | #define gaim_conversation_set_title purple_conversation_set_title | |
| 599 | #define gaim_conversation_get_title purple_conversation_get_title | |
| 600 | #define gaim_conversation_autoset_title purple_conversation_autoset_title | |
| 601 | #define gaim_conversation_set_name purple_conversation_set_name | |
| 602 | #define gaim_conversation_get_name purple_conversation_get_name | |
| 603 | #define gaim_conversation_set_logging purple_conversation_set_logging | |
| 604 | #define gaim_conversation_is_logging purple_conversation_is_logging | |
| 605 | #define gaim_conversation_close_logs purple_conversation_close_logs | |
| 606 | #define gaim_conversation_get_im_data purple_conversation_get_im_data | |
| 607 | ||
| 608 | #define GAIM_CONV_IM PURPLE_CONV_IM | |
| 609 | ||
| 610 | #define gaim_conversation_get_chat_data purple_conversation_get_chat_data | |
| 611 | ||
| 612 | #define GAIM_CONV_CHAT PURPLE_CONV_CHAT | |
| 613 | ||
| 614 | #define gaim_conversation_set_data purple_conversation_set_data | |
| 615 | #define gaim_conversation_get_data purple_conversation_get_data | |
| 616 | ||
| 617 | #define gaim_get_conversations purple_get_conversations | |
| 618 | #define gaim_get_ims purple_get_ims | |
| 619 | #define gaim_get_chats purple_get_chats | |
| 620 | ||
| 621 | #define gaim_find_conversation_with_account \ | |
| 622 | purple_find_conversation_with_account | |
| 623 | ||
| 624 | #define gaim_conversation_write purple_conversation_write | |
| 625 | #define gaim_conversation_set_features purple_conversation_set_features | |
| 626 | #define gaim_conversation_get_features purple_conversation_get_features | |
| 627 | #define gaim_conversation_has_focus purple_conversation_has_focus | |
| 628 | #define gaim_conversation_update purple_conversation_update | |
| 629 | #define gaim_conversation_foreach purple_conversation_foreach | |
| 630 | ||
| 631 | #define gaim_conv_im_get_conversation purple_conv_im_get_conversation | |
| 632 | #define gaim_conv_im_set_icon purple_conv_im_set_icon | |
| 633 | #define gaim_conv_im_get_icon purple_conv_im_get_icon | |
| 634 | #define gaim_conv_im_set_typing_state purple_conv_im_set_typing_state | |
| 635 | #define gaim_conv_im_get_typing_state purple_conv_im_get_typing_state | |
| 636 | ||
| 637 | #define gaim_conv_im_start_typing_timeout purple_conv_im_start_typing_timeout | |
| 638 | #define gaim_conv_im_stop_typing_timeout purple_conv_im_stop_typing_timeout | |
| 639 | #define gaim_conv_im_get_typing_timeout purple_conv_im_get_typing_timeout | |
| 640 | #define gaim_conv_im_set_type_again purple_conv_im_set_type_again | |
| 641 | #define gaim_conv_im_get_type_again purple_conv_im_get_type_again | |
| 642 | ||
| 643 | #define gaim_conv_im_start_send_typed_timeout \ | |
| 644 | purple_conv_im_start_send_typed_timeout | |
| 645 | ||
| 646 | #define gaim_conv_im_stop_send_typed_timeout \ | |
| 647 | purple_conv_im_stop_send_typed_timeout | |
| 648 | ||
| 649 | #define gaim_conv_im_get_send_typed_timeout \ | |
| 650 | purple_conv_im_get_send_typed_timeout | |
| 651 | ||
| 652 | #define gaim_conv_present_error purple_conv_present_error | |
| 653 | #define gaim_conv_send_confirm purple_conv_send_confirm | |
| 654 | ||
| 655 | #define gaim_conv_im_update_typing purple_conv_im_update_typing | |
| 656 | #define gaim_conv_im_write purple_conv_im_write | |
| 657 | #define gaim_conv_im_send purple_conv_im_send | |
| 658 | #define gaim_conv_im_send_with_flags purple_conv_im_send_with_flags | |
| 659 | ||
| 660 | #define gaim_conv_custom_smiley_add purple_conv_custom_smiley_add | |
| 661 | #define gaim_conv_custom_smiley_write purple_conv_custom_smiley_write | |
| 662 | #define gaim_conv_custom_smiley_close purple_conv_custom_smiley_close | |
| 663 | ||
| 664 | #define gaim_conv_chat_get_conversation purple_conv_chat_get_conversation | |
| 665 | #define gaim_conv_chat_set_users purple_conv_chat_set_users | |
| 666 | #define gaim_conv_chat_get_users purple_conv_chat_get_users | |
| 667 | #define gaim_conv_chat_ignore purple_conv_chat_ignore | |
| 668 | #define gaim_conv_chat_unignore purple_conv_chat_unignore | |
| 669 | #define gaim_conv_chat_set_ignored purple_conv_chat_set_ignored | |
| 670 | #define gaim_conv_chat_get_ignored purple_conv_chat_get_ignored | |
| 671 | #define gaim_conv_chat_get_ignored_user purple_conv_chat_get_ignored_user | |
| 672 | #define gaim_conv_chat_is_user_ignored purple_conv_chat_is_user_ignored | |
| 673 | #define gaim_conv_chat_set_topic purple_conv_chat_set_topic | |
| 674 | #define gaim_conv_chat_get_topic purple_conv_chat_get_topic | |
| 675 | #define gaim_conv_chat_set_id purple_conv_chat_set_id | |
| 676 | #define gaim_conv_chat_get_id purple_conv_chat_get_id | |
| 677 | #define gaim_conv_chat_write purple_conv_chat_write | |
| 678 | #define gaim_conv_chat_send purple_conv_chat_send | |
| 679 | #define gaim_conv_chat_send_with_flags purple_conv_chat_send_with_flags | |
| 680 | #define gaim_conv_chat_add_user purple_conv_chat_add_user | |
| 681 | #define gaim_conv_chat_add_users purple_conv_chat_add_users | |
| 682 | #define gaim_conv_chat_rename_user purple_conv_chat_rename_user | |
| 683 | #define gaim_conv_chat_remove_user purple_conv_chat_remove_user | |
| 684 | #define gaim_conv_chat_remove_users purple_conv_chat_remove_users | |
| 685 | #define gaim_conv_chat_find_user purple_conv_chat_find_user | |
| 686 | #define gaim_conv_chat_user_set_flags purple_conv_chat_user_set_flags | |
| 687 | #define gaim_conv_chat_user_get_flags purple_conv_chat_user_get_flags | |
| 688 | #define gaim_conv_chat_clear_users purple_conv_chat_clear_users | |
| 689 | #define gaim_conv_chat_set_nick purple_conv_chat_set_nick | |
| 690 | #define gaim_conv_chat_get_nick purple_conv_chat_get_nick | |
| 691 | #define gaim_conv_chat_left purple_conv_chat_left | |
| 692 | #define gaim_conv_chat_has_left purple_conv_chat_has_left | |
| 693 | ||
| 694 | #define gaim_find_chat purple_find_chat | |
| 695 | ||
| 696 | #define gaim_conv_chat_cb_new purple_conv_chat_cb_new | |
| 697 | #define gaim_conv_chat_cb_find purple_conv_chat_cb_find | |
| 698 | #define gaim_conv_chat_cb_get_name purple_conv_chat_cb_get_name | |
| 699 | #define gaim_conv_chat_cb_destroy purple_conv_chat_cb_destroy | |
| 700 | ||
| 701 | #define gaim_conversations_get_handle purple_conversations_get_handle | |
| 702 | #define gaim_conversations_init purple_conversations_init | |
| 703 | #define gaim_conversations_uninit purple_conversations_uninit | |
| 704 | ||
| 705 | /* from core.h */ | |
| 706 | ||
| 707 | #define GaimCore PurpleCore | |
| 708 | ||
| 709 | #define GaimCoreUiOps PurpleCoreUiOps | |
| 710 | ||
| 711 | #define gaim_core_init purple_core_init | |
| 712 | #define gaim_core_quit purple_core_quit | |
| 713 | ||
| 714 | #define gaim_core_quit_cb purple_core_quit_cb | |
| 715 | #define gaim_core_get_version purple_core_get_version | |
| 716 | #define gaim_core_get_ui purple_core_get_ui | |
| 717 | #define gaim_get_core purple_get_core | |
| 718 | #define gaim_core_set_ui_ops purple_core_set_ui_ops | |
| 719 | #define gaim_core_get_ui_ops purple_core_get_ui_ops | |
| 720 | ||
| 721 | /* from debug.h */ | |
| 722 | ||
| 723 | #define GAIM_DEBUG_ALL PURPLE_DEBUG_ALL | |
| 724 | #define GAIM_DEBUG_MISC PURPLE_DEBUG_MISC | |
| 725 | #define GAIM_DEBUG_INFO PURPLE_DEBUG_INFO | |
| 726 | #define GAIM_DEBUG_WARNING PURPLE_DEBUG_WARNING | |
| 727 | #define GAIM_DEBUG_ERROR PURPLE_DEBUG_ERROR | |
| 728 | #define GAIM_DEBUG_FATAL PURPLE_DEBUG_FATAL | |
| 729 | ||
| 730 | #define GaimDebugLevel PurpleDebugLevel | |
| 731 | ||
| 732 | #define GaimDebugUiOps PurpleDebugUiOps | |
| 733 | ||
| 734 | ||
| 735 | #define gaim_debug purple_debug | |
| 736 | #define gaim_debug_misc purple_debug_misc | |
| 737 | #define gaim_debug_info purple_debug_info | |
| 738 | #define gaim_debug_warning purple_debug_warning | |
| 739 | #define gaim_debug_error purple_debug_error | |
| 740 | #define gaim_debug_fatal purple_debug_fatal | |
| 741 | ||
| 742 | #define gaim_debug_set_enabled purple_debug_set_enabled | |
| 743 | #define gaim_debug_is_enabled purple_debug_is_enabled | |
| 744 | ||
| 745 | #define gaim_debug_set_ui_ops purple_debug_set_ui_ops | |
| 746 | #define gaim_debug_get_ui_ops purple_debug_get_ui_ops | |
| 747 | ||
| 748 | #define gaim_debug_init purple_debug_init | |
| 749 | ||
| 750 | /* from desktopitem.h */ | |
| 751 | ||
| 752 | #define GAIM_DESKTOP_ITEM_TYPE_NULL PURPLE_DESKTOP_ITEM_TYPE_NULL | |
| 753 | #define GAIM_DESKTOP_ITEM_TYPE_OTHER PURPLE_DESKTOP_ITEM_TYPE_OTHER | |
| 754 | #define GAIM_DESKTOP_ITEM_TYPE_APPLICATION PURPLE_DESKTOP_ITEM_TYPE_APPLICATION | |
| 755 | #define GAIM_DESKTOP_ITEM_TYPE_LINK PURPLE_DESKTOP_ITEM_TYPE_LINK | |
| 756 | #define GAIM_DESKTOP_ITEM_TYPE_FSDEVICE PURPLE_DESKTOP_ITEM_TYPE_FSDEVICE | |
| 757 | #define GAIM_DESKTOP_ITEM_TYPE_MIME_TYPE PURPLE_DESKTOP_ITEM_TYPE_MIME_TYPE | |
| 758 | #define GAIM_DESKTOP_ITEM_TYPE_DIRECTORY PURPLE_DESKTOP_ITEM_TYPE_DIRECTORY | |
| 759 | #define GAIM_DESKTOP_ITEM_TYPE_SERVICE PURPLE_DESKTOP_ITEM_TYPE_SERVICE | |
| 760 | #define GAIM_DESKTOP_ITEM_TYPE_SERVICE_TYPE PURPLE_DESKTOP_ITEM_TYPE_SERVICE_TYPE | |
| 761 | ||
| 762 | #define GaimDesktopItemType PurpleDesktopItemType | |
| 763 | ||
| 764 | #define GaimDesktopItem PurpleDesktopItem | |
| 765 | ||
| 766 | #define GAIM_TYPE_DESKTOP_ITEM PURPLE_TYPE_DESKTOP_ITEM | |
| 767 | #define gaim_desktop_item_get_type purple_desktop_item_get_type | |
| 768 | ||
| 769 | /* standard */ | |
| 770 | /* ugh, i'm just copying these as strings, rather than pidginifying them */ | |
| 771 | #define GAIM_DESKTOP_ITEM_ENCODING "Encoding" /* string */ | |
| 772 | #define GAIM_DESKTOP_ITEM_VERSION "Version" /* numeric */ | |
| 773 | #define GAIM_DESKTOP_ITEM_NAME "Name" /* localestring */ | |
| 774 | #define GAIM_DESKTOP_ITEM_GENERIC_NAME "GenericName" /* localestring */ | |
| 775 | #define GAIM_DESKTOP_ITEM_TYPE "Type" /* string */ | |
| 776 | #define GAIM_DESKTOP_ITEM_FILE_PATTERN "FilePattern" /* regexp(s) */ | |
| 777 | #define GAIM_DESKTOP_ITEM_TRY_EXEC "TryExec" /* string */ | |
| 778 | #define GAIM_DESKTOP_ITEM_NO_DISPLAY "NoDisplay" /* boolean */ | |
| 779 | #define GAIM_DESKTOP_ITEM_COMMENT "Comment" /* localestring */ | |
| 780 | #define GAIM_DESKTOP_ITEM_EXEC "Exec" /* string */ | |
| 781 | #define GAIM_DESKTOP_ITEM_ACTIONS "Actions" /* strings */ | |
| 782 | #define GAIM_DESKTOP_ITEM_ICON "Icon" /* string */ | |
| 783 | #define GAIM_DESKTOP_ITEM_MINI_ICON "MiniIcon" /* string */ | |
| 784 | #define GAIM_DESKTOP_ITEM_HIDDEN "Hidden" /* boolean */ | |
| 785 | #define GAIM_DESKTOP_ITEM_PATH "Path" /* string */ | |
| 786 | #define GAIM_DESKTOP_ITEM_TERMINAL "Terminal" /* boolean */ | |
| 787 | #define GAIM_DESKTOP_ITEM_TERMINAL_OPTIONS "TerminalOptions" /* string */ | |
| 788 | #define GAIM_DESKTOP_ITEM_SWALLOW_TITLE "SwallowTitle" /* string */ | |
| 789 | #define GAIM_DESKTOP_ITEM_SWALLOW_EXEC "SwallowExec" /* string */ | |
| 790 | #define GAIM_DESKTOP_ITEM_MIME_TYPE "MimeType" /* regexp(s) */ | |
| 791 | #define GAIM_DESKTOP_ITEM_PATTERNS "Patterns" /* regexp(s) */ | |
| 792 | #define GAIM_DESKTOP_ITEM_DEFAULT_APP "DefaultApp" /* string */ | |
| 793 | #define GAIM_DESKTOP_ITEM_DEV "Dev" /* string */ | |
| 794 | #define GAIM_DESKTOP_ITEM_FS_TYPE "FSType" /* string */ | |
| 795 | #define GAIM_DESKTOP_ITEM_MOUNT_POINT "MountPoint" /* string */ | |
| 796 | #define GAIM_DESKTOP_ITEM_READ_ONLY "ReadOnly" /* boolean */ | |
| 797 | #define GAIM_DESKTOP_ITEM_UNMOUNT_ICON "UnmountIcon" /* string */ | |
| 798 | #define GAIM_DESKTOP_ITEM_SORT_ORDER "SortOrder" /* strings */ | |
| 799 | #define GAIM_DESKTOP_ITEM_URL "URL" /* string */ | |
| 800 | #define GAIM_DESKTOP_ITEM_DOC_PATH "X-GNOME-DocPath" /* string */ | |
| 801 | ||
| 802 | #define gaim_desktop_item_new_from_file purple_desktop_item_new_from_file | |
| 803 | #define gaim_desktop_item_get_entry_type purple_desktop_item_get_entry_type | |
| 804 | #define gaim_desktop_item_get_string purple_desktop_item_get_string | |
| 805 | #define gaim_desktop_item_copy purple_desktop_item_copy | |
| 806 | #define gaim_desktop_item_unref purple_desktop_item_unref | |
| 807 | ||
| 808 | /* from dnsquery.h */ | |
| 809 | ||
| 810 | #define GaimDnsQueryData PurpleDnsQueryData | |
| 811 | #define GaimDnsQueryConnectFunction PurpleDnsQueryConnectFunction | |
| 812 | ||
| 813 | #define gaim_dnsquery_a purple_dnsquery_a | |
| 814 | #define gaim_dnsquery_destroy purple_dnsquery_destroy | |
| 815 | #define gaim_dnsquery_init purple_dnsquery_init | |
| 816 | #define gaim_dnsquery_uninit purple_dnsquery_uninit | |
| 817 | ||
| 818 | /* from dnssrv.h */ | |
| 819 | ||
| 820 | #define GaimSrvResponse PurpleSrvResponse | |
| 821 | #define GaimSrvQueryData PurpleSrvQueryData | |
| 822 | #define GaimSrvCallback PurpleSrvCallback | |
| 823 | ||
| 824 | #define gaim_srv_resolve purple_srv_resolve | |
| 825 | #define gaim_srv_cancel purple_srv_cancel | |
| 826 | ||
| 827 | /* from eventloop.h */ | |
| 828 | ||
| 829 | #define GAIM_INPUT_READ PURPLE_INPUT_READ | |
| 830 | #define GAIM_INPUT_WRITE PURPLE_INPUT_WRITE | |
| 831 | ||
| 832 | #define GaimInputCondition PurpleInputCondition | |
| 833 | #define GaimInputFunction PurpleInputFunction | |
| 834 | #define GaimEventLoopUiOps PurpleEventLoopUiOps | |
| 835 | ||
| 836 | #define gaim_timeout_add purple_timeout_add | |
| 837 | #define gaim_timeout_remove purple_timeout_remove | |
| 838 | #define gaim_input_add purple_input_add | |
| 839 | #define gaim_input_remove purple_input_remove | |
| 840 | ||
| 841 | #define gaim_eventloop_set_ui_ops purple_eventloop_set_ui_ops | |
| 842 | #define gaim_eventloop_get_ui_ops purple_eventloop_get_ui_ops | |
| 843 | ||
| 844 | /* from ft.h */ | |
| 845 | ||
| 846 | #define GaimXfer PurpleXfer | |
| 847 | ||
| 848 | #define GAIM_XFER_UNKNOWN PURPLE_XFER_UNKNOWN | |
| 849 | #define GAIM_XFER_SEND PURPLE_XFER_SEND | |
| 850 | #define GAIM_XFER_RECEIVE PURPLE_XFER_RECEIVE | |
| 851 | ||
| 852 | #define GaimXferType PurpleXferType | |
| 853 | ||
| 854 | #define GAIM_XFER_STATUS_UNKNOWN PURPLE_XFER_STATUS_UNKNOWN | |
| 855 | #define GAIM_XFER_STATUS_NOT_STARTED PURPLE_XFER_STATUS_NOT_STARTED | |
| 856 | #define GAIM_XFER_STATUS_ACCEPTED PURPLE_XFER_STATUS_ACCEPTED | |
| 857 | #define GAIM_XFER_STATUS_STARTED PURPLE_XFER_STATUS_STARTED | |
| 858 | #define GAIM_XFER_STATUS_DONE PURPLE_XFER_STATUS_DONE | |
| 859 | #define GAIM_XFER_STATUS_CANCEL_LOCAL PURPLE_XFER_STATUS_CANCEL_LOCAL | |
| 860 | #define GAIM_XFER_STATUS_CANCEL_REMOTE PURPLE_XFER_STATUS_CANCEL_REMOTE | |
| 861 | ||
| 862 | #define GaimXferStatusType PurpleXferStatusType | |
| 863 | ||
| 864 | #define GaimXferUiOps PurpleXferUiOps | |
| 865 | ||
| 866 | #define gaim_xfer_new purple_xfer_new | |
| 867 | #define gaim_xfer_ref purple_xfer_ref | |
| 868 | #define gaim_xfer_unref purple_xfer_unref | |
| 869 | #define gaim_xfer_request purple_xfer_request | |
| 870 | #define gaim_xfer_request_accepted purple_xfer_request_accepted | |
| 871 | #define gaim_xfer_request_denied purple_xfer_request_denied | |
| 872 | #define gaim_xfer_get_type purple_xfer_get_type | |
| 873 | #define gaim_xfer_get_account purple_xfer_get_account | |
| 874 | #define gaim_xfer_get_status purple_xfer_get_status | |
| 875 | #define gaim_xfer_is_canceled purple_xfer_is_canceled | |
| 876 | #define gaim_xfer_is_completed purple_xfer_is_completed | |
| 877 | #define gaim_xfer_get_filename purple_xfer_get_filename | |
| 878 | #define gaim_xfer_get_local_filename purple_xfer_get_local_filename | |
| 879 | #define gaim_xfer_get_bytes_sent purple_xfer_get_bytes_sent | |
| 880 | #define gaim_xfer_get_bytes_remaining purple_xfer_get_bytes_remaining | |
| 881 | #define gaim_xfer_get_size purple_xfer_get_size | |
| 882 | #define gaim_xfer_get_progress purple_xfer_get_progress | |
| 883 | #define gaim_xfer_get_local_port purple_xfer_get_local_port | |
| 884 | #define gaim_xfer_get_remote_ip purple_xfer_get_remote_ip | |
| 885 | #define gaim_xfer_get_remote_port purple_xfer_get_remote_port | |
| 886 | #define gaim_xfer_set_completed purple_xfer_set_completed | |
| 887 | #define gaim_xfer_set_message purple_xfer_set_message | |
| 888 | #define gaim_xfer_set_filename purple_xfer_set_filename | |
| 889 | #define gaim_xfer_set_local_filename purple_xfer_set_local_filename | |
| 890 | #define gaim_xfer_set_size purple_xfer_set_size | |
| 891 | #define gaim_xfer_set_bytes_sent purple_xfer_set_bytes_sent | |
| 892 | #define gaim_xfer_get_ui_ops purple_xfer_get_ui_ops | |
| 893 | #define gaim_xfer_set_read_fnc purple_xfer_set_read_fnc | |
| 894 | #define gaim_xfer_set_write_fnc purple_xfer_set_write_fnc | |
| 895 | #define gaim_xfer_set_ack_fnc purple_xfer_set_ack_fnc | |
| 896 | #define gaim_xfer_set_request_denied_fnc purple_xfer_set_request_denied_fnc | |
| 897 | #define gaim_xfer_set_init_fnc purple_xfer_set_init_fnc | |
| 898 | #define gaim_xfer_set_start_fnc purple_xfer_set_start_fnc | |
| 899 | #define gaim_xfer_set_end_fnc purple_xfer_set_end_fnc | |
| 900 | #define gaim_xfer_set_cancel_send_fnc purple_xfer_set_cancel_send_fnc | |
| 901 | #define gaim_xfer_set_cancel_recv_fnc purple_xfer_set_cancel_recv_fnc | |
| 902 | ||
| 903 | #define gaim_xfer_read purple_xfer_read | |
| 904 | #define gaim_xfer_write purple_xfer_write | |
| 905 | #define gaim_xfer_start purple_xfer_start | |
| 906 | #define gaim_xfer_end purple_xfer_end | |
| 907 | #define gaim_xfer_add purple_xfer_add | |
| 908 | #define gaim_xfer_cancel_local purple_xfer_cancel_local | |
| 909 | #define gaim_xfer_cancel_remote purple_xfer_cancel_remote | |
| 910 | #define gaim_xfer_error purple_xfer_error | |
| 911 | #define gaim_xfer_update_progress purple_xfer_update_progress | |
| 912 | #define gaim_xfer_conversation_write purple_xfer_conversation_write | |
| 913 | ||
| 914 | #define gaim_xfers_get_handle purple_xfers_get_handle | |
| 915 | #define gaim_xfers_init purple_xfers_init | |
| 916 | #define gaim_xfers_uninit purple_xfers_uninit | |
| 917 | #define gaim_xfers_set_ui_ops purple_xfers_set_ui_ops | |
| 918 | #define gaim_xfers_get_ui_ops purple_xfers_get_ui_ops | |
| 919 | ||
| 15532 | 920 | /* from gaim-client.h */ |
| 921 | ||
| 922 | /* XXX: should this be purple_init, or pidgin_init */ | |
| 923 | #define gaim_init purple_init | |
| 924 | ||
| 925 | /* from idle.h */ | |
| 926 | ||
| 927 | #define GaimIdleUiOps PurpleIdleUiOps | |
| 928 | ||
| 929 | #define gaim_idle_touch purple_idle_touch | |
| 930 | #define gaim_idle_set purple_idle_set | |
| 931 | #define gaim_idle_set_ui_ops purple_idle_set_ui_ops | |
| 932 | #define gaim_idle_get_ui_ops purple_idle_get_ui_ops | |
| 933 | #define gaim_idle_init purple_idle_init | |
| 934 | #define gaim_idle_uninit purple_idle_uninit | |
| 935 | ||
| 936 | /* from imgstore.h */ | |
| 937 | ||
| 938 | #define GaimStoredImage PurpleStoredImage | |
| 939 | ||
| 940 | #define gaim_imgstore_add purple_imgstore_add | |
| 941 | #define gaim_imgstore_get purple_imgstore_get | |
| 942 | #define gaim_imgstore_get_data purple_imgstore_get_data | |
| 943 | #define gaim_imgstore_get_size purple_imgstore_get_size | |
| 944 | #define gaim_imgstore_get_filename purple_imgstore_get_filename | |
| 945 | #define gaim_imgstore_ref purple_imgstore_ref | |
| 946 | #define gaim_imgstore_unref purple_imgstore_unref | |
| 947 | ||
| 948 | ||
| 949 | /* from log.h */ | |
| 950 | ||
| 951 | #define GaimLog PurpleLog | |
| 952 | #define GaimLogLogger PurpleLogLogger | |
| 953 | #define GaimLogCommonLoggerData PurpleLogCommonLoggerData | |
| 954 | #define GaimLogSet PurpleLogSet | |
| 955 | ||
| 956 | #define GAIM_LOG_IM PURPLE_LOG_IM | |
| 957 | #define GAIM_LOG_CHAT PURPLE_LOG_CHAT | |
| 958 | #define GAIM_LOG_SYSTEM PURPLE_LOG_SYSTEM | |
| 959 | ||
| 960 | #define GaimLogType PurpleLogType | |
| 961 | ||
| 962 | #define GAIM_LOG_READ_NO_NEWLINE PURPLE_LOG_READ_NO_NEWLINE | |
| 963 | ||
| 964 | #define GaimLogReadFlags PurpleLogReadFlags | |
| 965 | ||
| 966 | #define GaimLogSetCallback PurpleLogSetCallback | |
| 967 | ||
| 968 | #define gaim_log_new purple_log_new | |
| 969 | #define gaim_log_free purple_log_free | |
| 970 | #define gaim_log_write purple_log_write | |
| 971 | #define gaim_log_read purple_log_read | |
| 972 | ||
| 973 | #define gaim_log_get_logs purple_log_get_logs | |
| 974 | #define gaim_log_get_log_sets purple_log_get_log_sets | |
| 975 | #define gaim_log_get_system_logs purple_log_get_system_logs | |
| 976 | #define gaim_log_get_size purple_log_get_size | |
| 977 | #define gaim_log_get_total_size purple_log_get_total_size | |
| 978 | #define gaim_log_get_log_dir purple_log_get_log_dir | |
| 979 | #define gaim_log_compare purple_log_compare | |
| 980 | #define gaim_log_set_compare purple_log_set_compare | |
| 981 | #define gaim_log_set_free purple_log_set_free | |
| 982 | ||
| 983 | #define gaim_log_common_writer purple_log_common_writer | |
| 984 | #define gaim_log_common_lister purple_log_common_lister | |
| 985 | #define gaim_log_common_total_sizer purple_log_common_total_sizer | |
| 986 | #define gaim_log_common_sizer purple_log_common_sizer | |
| 987 | ||
| 988 | #define gaim_log_logger_new purple_log_logger_new | |
| 989 | #define gaim_log_logger_free purple_log_logger_free | |
| 990 | #define gaim_log_logger_add purple_log_logger_add | |
| 991 | #define gaim_log_logger_remove purple_log_logger_remove | |
| 992 | #define gaim_log_logger_set purple_log_logger_set | |
| 993 | #define gaim_log_logger_get purple_log_logger_get | |
| 994 | ||
| 995 | #define gaim_log_logger_get_options purple_log_logger_get_options | |
| 996 | ||
| 997 | #define gaim_log_init purple_log_init | |
| 998 | #define gaim_log_get_handle purple_log_get_handle | |
| 999 | #define gaim_log_uninit purple_log_uninit | |
| 1000 | ||
| 1001 | /* from mime.h */ | |
| 1002 | ||
| 1003 | #define GaimMimeDocument PurpleMimeDocument | |
| 1004 | #define GaimMimePart PurpleMimePart | |
| 1005 | ||
| 1006 | #define gaim_mime_document_new purple_mime_document_new | |
| 1007 | #define gaim_mime_document_free purple_mime_document_free | |
| 1008 | #define gaim_mime_document_parse purple_mime_document_parse | |
| 1009 | #define gaim_mime_document_parsen purple_mime_document_parsen | |
| 1010 | #define gaim_mime_document_write purple_mime_document_write | |
| 1011 | #define gaim_mime_document_get_fields purple_mime_document_get_fields | |
| 1012 | #define gaim_mime_document_get_field purple_mime_document_get_field | |
| 1013 | #define gaim_mime_document_set_field purple_mime_document_set_field | |
| 1014 | #define gaim_mime_document_get_parts purple_mime_document_get_parts | |
| 1015 | ||
| 1016 | #define gaim_mime_part_new purple_mime_part_new | |
| 1017 | #define gaim_mime_part_get_fields purple_mime_part_get_fields | |
| 1018 | #define gaim_mime_part_get_field purple_mime_part_get_field | |
| 1019 | #define gaim_mime_part_get_field_decoded purple_mime_part_get_field_decoded | |
| 1020 | #define gaim_mime_part_set_field purple_mime_part_set_field | |
| 1021 | #define gaim_mime_part_get_data purple_mime_part_get_data | |
| 1022 | #define gaim_mime_part_get_data_decoded purple_mime_part_get_data_decoded | |
| 1023 | #define gaim_mime_part_get_length purple_mime_part_get_length | |
| 1024 | #define gaim_mime_part_set_data purple_mime_part_set_data | |
| 1025 | ||
| 1026 | ||
| 1027 | /* from network.h */ | |
| 1028 | ||
| 1029 | #define GaimNetworkListenData PurpleNetworkListenData | |
| 1030 | ||
| 1031 | #define GaimNetworkListenCallback PurpleNetworkListenCallback | |
| 1032 | ||
| 1033 | #define gaim_network_ip_atoi purple_network_ip_atoi | |
| 1034 | #define gaim_network_set_public_ip purple_network_set_public_ip | |
| 1035 | #define gaim_network_get_public_ip purple_network_get_public_ip | |
| 1036 | #define gaim_network_get_local_system_ip purple_network_get_local_system_ip | |
| 1037 | #define gaim_network_get_my_ip purple_network_get_my_ip | |
| 1038 | ||
| 1039 | #define gaim_network_listen purple_network_listen | |
| 1040 | #define gaim_network_listen_range purple_network_listen_range | |
| 1041 | #define gaim_network_listen_cancel purple_network_listen_cancel | |
| 1042 | #define gaim_network_get_port_from_fd purple_network_get_port_from_fd | |
| 1043 | ||
| 1044 | #define gaim_network_is_available purple_network_is_available | |
| 1045 | ||
| 1046 | #define gaim_network_init purple_network_init | |
| 1047 | #define gaim_network_uninit purple_network_uninit | |
| 1048 | ||
| 1049 | /* from notify.h */ | |
| 1050 | ||
| 1051 | ||
| 1052 | #define GaimNotifyUserInfoEntry PurpleNotifyUserInfoEntry | |
| 1053 | #define GaimNotifyUserInfo PurpleNotifyUserInfo | |
| 1054 | ||
| 1055 | #define GaimNotifyCloseCallback PurpleNotifyCloseCallback | |
| 1056 | ||
| 1057 | #define GAIM_NOTIFY_MESSAGE PURPLE_NOTIFY_MESSAGE | |
| 1058 | #define GAIM_NOTIFY_EMAIL PURPLE_NOTIFY_EMAIL | |
| 1059 | #define GAIM_NOTIFY_EMAILS PURPLE_NOTIFY_EMAILS | |
| 1060 | #define GAIM_NOTIFY_FORMATTED PURPLE_NOTIFY_FORMATTED | |
| 1061 | #define GAIM_NOTIFY_SEARCHRESULTS PURPLE_NOTIFY_SEARCHRESULTS | |
| 1062 | #define GAIM_NOTIFY_USERINFO PURPLE_NOTIFY_USERINFO | |
| 1063 | #define GAIM_NOTIFY_URI PURPLE_NOTIFY_URI | |
| 1064 | ||
| 1065 | #define GaimNotifyType PurpleNotifyType | |
| 1066 | ||
| 1067 | #define GAIM_NOTIFY_MSG_ERROR PURPLE_NOTIFY_MSG_ERROR | |
| 1068 | #define GAIM_NOTIFY_MSG_WARNING PURPLE_NOTIFY_MSG_WARNING | |
| 1069 | #define GAIM_NOTIFY_MSG_INFO PURPLE_NOTIFY_MSG_INFO | |
| 1070 | ||
| 1071 | #define GaimNotifyMsgType PurpleNotifyMsgType | |
| 1072 | ||
| 1073 | #define GAIM_NOTIFY_BUTTON_LABELED PURPLE_NOTIFY_BUTTON_LABELED | |
| 1074 | #define GAIM_NOTIFY_BUTTON_CONTINUE PURPLE_NOTIFY_BUTTON_CONTINUE | |
| 1075 | #define GAIM_NOTIFY_BUTTON_ADD PURPLE_NOTIFY_BUTTON_ADD | |
| 1076 | #define GAIM_NOTIFY_BUTTON_INFO PURPLE_NOTIFY_BUTTON_INFO | |
| 1077 | #define GAIM_NOTIFY_BUTTON_IM PURPLE_NOTIFY_BUTTON_IM | |
| 1078 | #define GAIM_NOTIFY_BUTTON_JOIN PURPLE_NOTIFY_BUTTON_JOIN | |
| 1079 | #define GAIM_NOTIFY_BUTTON_INVITE PURPLE_NOTIFY_BUTTON_INVITE | |
| 1080 | ||
| 1081 | #define GaimNotifySearchButtonType PurpleNotifySearchButtonType | |
| 1082 | ||
| 1083 | #define GaimNotifySearchResults PurpleNotifySearchResult | |
| 1084 | ||
| 1085 | #define GAIM_NOTIFY_USER_INFO_ENTRY_PAIR PURPLE_NOTIFY_USER_INFO_ENTRY_PAIR | |
| 1086 | #define GAIM_NOTIFY_USER_INFO_ENTRY_SECTION_BREAK PURPLE_NOTIFY_USER_INFO_ENTRY_SECTION_BREAK | |
| 1087 | #define GAIM_NOTIFY_USER_INFO_ENTRY_SECTION_HEADER PURPLE_NOTIFY_USER_INFO_ENTRY_SECTION_HEADER | |
| 1088 | ||
| 1089 | #define GaimNotifyUserInfoEntryType PurpleNotifyUserInfoEntryType | |
| 1090 | ||
| 1091 | #define GaimNotifySearchColumn PurpleNotifySearchColumn | |
| 1092 | #define GaimNotifySearchResultsCallback PurpleNotifySearchResultsCallback | |
| 1093 | #define GaimNotifySearchButton PurpleNotifySearchButton | |
| 1094 | ||
| 1095 | #define GaimNotifyUiOps PurpleNotifyUiOps | |
| 1096 | ||
| 1097 | #define gaim_notify_searchresults purple_notify_searchresults | |
| 1098 | #define gaim_notify_searchresults_free purple_notify_searchresults_free | |
| 1099 | #define gaim_notify_searchresults_new_rows purple_notify_searchresults_new_rows | |
| 1100 | #define gaim_notify_searchresults_button_add purple_notify_searchresults_button_add | |
| 1101 | #define gaim_notify_searchresults_button_add_labeled purple_notify_searchresults_button_add_labeled | |
| 1102 | #define gaim_notify_searchresults_new purple_notify_searchresults_new | |
| 1103 | #define gaim_notify_searchresults_column_new purple_notify_searchresults_column_new | |
| 1104 | #define gaim_notify_searchresults_column_add purple_notify_searchresults_column_add | |
| 1105 | #define gaim_notify_searchresults_row_add purple_notify_searchresults_row_add | |
| 1106 | #define gaim_notify_searchresults_get_rows_count purple_notify_searchresults_get_rows_count | |
| 1107 | #define gaim_notify_searchresults_get_columns_count purple_notify_searchresults_get_columns_count | |
| 1108 | #define gaim_notify_searchresults_row_get purple_notify_searchresults_row_get | |
| 1109 | #define gaim_notify_searchresults_column_get_title purple_notify_searchresults_column_get_title | |
| 1110 | ||
| 1111 | #define gaim_notify_message purple_notify_message | |
| 1112 | #define gaim_notify_email purple_notify_email | |
| 1113 | #define gaim_notify_emails purple_notify_emails | |
| 1114 | #define gaim_notify_formatted purple_notify_formatted | |
| 1115 | #define gaim_notify_userinfo purple_notify_userinfo | |
| 1116 | ||
| 1117 | #define gaim_notify_user_info_new purple_notify_user_info_new | |
| 1118 | #define gaim_notify_user_info_destroy purple_notify_user_info_destroy | |
| 1119 | #define gaim_notify_user_info_get_entries purple_notify_user_info_get_entries | |
| 1120 | #define gaim_notify_user_info_get_text_with_newline purple_notify_user_info_get_text_with_newline | |
| 1121 | #define gaim_notify_user_info_add_pair purple_notify_user_info_add_pair | |
| 1122 | #define gaim_notify_user_info_prepend_pair purple_notify_user_info_prepend_pair | |
| 1123 | #define gaim_notify_user_info_remove_entry purple_notify_user_info_remove_entry | |
| 1124 | #define gaim_notify_user_info_entry_new purple_notify_user_info_entry_new | |
| 1125 | #define gaim_notify_user_info_add_section_break purple_notify_user_info_add_section_break | |
| 1126 | #define gaim_notify_user_info_add_section_header purple_notify_user_info_add_section_header | |
| 1127 | #define gaim_notify_user_info_remove_last_item purple_notify_user_info_remove_last_item | |
| 1128 | #define gaim_notify_user_info_entry_get_label purple_notify_user_info_entry_get_label | |
| 1129 | #define gaim_notify_user_info_entry_set_label purple_notify_user_info_entry_set_label | |
| 1130 | #define gaim_notify_user_info_entry_get_value purple_notify_user_info_entry_get_value | |
| 1131 | #define gaim_notify_user_info_entry_set_value purple_notify_user_info_entry_set_value | |
| 1132 | #define gaim_notify_user_info_entry_get_type purple_notify_user_info_entry_get_type | |
| 1133 | #define gaim_notify_user_info_entry_set_type purple_notify_user_info_entry_set_type | |
| 1134 | ||
| 1135 | #define gaim_notify_uri purple_notify_uri | |
| 1136 | #define gaim_notify_close purple_notify_close | |
| 1137 | #define gaim_notify_close_with_handle purple_notify_close_with_handle | |
| 1138 | ||
| 1139 | #define gaim_notify_info purple_notify_info | |
| 1140 | #define gaim_notify_warning purple_notify_warning | |
| 1141 | #define gaim_notify_error purple_notify_error | |
| 1142 | ||
| 1143 | #define gaim_notify_set_ui_ops purple_notify_set_ui_ops | |
| 1144 | #define gaim_notify_get_ui_ops purple_notify_get_ui_ops | |
| 1145 | ||
| 1146 | #define gaim_notify_get_handle purple_notify_get_handle | |
| 1147 | ||
| 1148 | #define gaim_notify_init purple_notify_init | |
| 1149 | #define gaim_notify_uninit purple_notify_uninit | |
| 1150 | ||
|
15573
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1151 | /* from ntlm.h */ |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1152 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1153 | #define gaim_ntlm_gen_type1 purple_ntlm_gen_type1 |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1154 | #define gaim_ntlm_parse_type2 purple_ntlm_parse_type2 |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1155 | #define gaim_ntlm_gen_type3 purple_ntlm_gen_type3 |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1156 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1157 | /* from plugin.h */ |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1158 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1159 | #define GaimPlugin PurplePlugin |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1160 | #define GaimPluginInfo PurplePluginInfo |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1161 | #define GaimPluginUiInfo PurplePluginUiInfo |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1162 | #define GaimPluginLoaderInfo PurplePluginLoaderInfo |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1163 | #define GaimPluginAction PurplePluginAction |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1164 | #define GaimPluginPriority PurplePluginPriority |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1165 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1166 | #define GAIM_PLUGIN_UNKNOWN PURPLE_PLUGIN_UNKNOWN |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1167 | #define GAIM_PLUGIN_STANDARD PURPLE_PLUGIN_STANDARD |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1168 | #define GAIM_PLUGIN_LOADER PURPLE_PLUGIN_LOADER |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1169 | #define GAIM_PLUGIN_PROTOCOL PURPLE_PLUGIN_PROTOCOL |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1170 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1171 | #define GaimPluginType PurplePluginType |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1172 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1173 | #define GAIM_PRIORITY_DEFAULT PURPLE_PRIORITY_DEFAULT |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1174 | #define GAIM_PRIORITY_HIGHEST PURPLE_PRIORITY_HIGHEST |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1175 | #define GAIM_PRIORITY_LOWEST PURPLE_PRIORITY_LOWEST |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1176 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1177 | #define GAIM_PLUGIN_FLAG_INVISIBLE PURPLE_PLUGIN_FLAG_INVISIBLE |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1178 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1179 | #define GAIM_PLUGIN_MAGIC PURPLE_PLUGIN_MAGIC |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1180 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1181 | #define GAIM_PLUGIN_LOADER_INFO PURPLE_PLUGIN_LOADER_INFO |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1182 | #define GAIM_PLUGIN_HAS_PREF_FRAME PURPLE_PLUGIN_HAS_PREF_FRAME |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1183 | #define GAIM_PLUGIN_UI_INFO PURPLE_PLUGIN_UI_INFO |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1184 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1185 | #define GAIM_PLUGIN_HAS_ACTIONS PURPLE_PLUGIN_HAS_ACTIONS |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1186 | #define GAIM_PLUGIN_ACTIONS PURPLE_PLUGIN_ACTIONS |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1187 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1188 | #define GAIM_INIT_PLUGIN PURPLE_INIT_PLUGIN |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1189 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1190 | #define gaim_plugin_new purple_plugin_new |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1191 | #define gaim_plugin_probe purple_plugin_probe |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1192 | #define gaim_plugin_register purple_plugin_register |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1193 | #define gaim_plugin_load purple_plugin_load |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1194 | #define gaim_plugin_unload purple_plugin_unload |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1195 | #define gaim_plugin_reload purple_plugin_reload |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1196 | #define gaim_plugin_destroy purple_plugin_destroy |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1197 | #define gaim_plugin_is_loaded purple_plugin_is_loaded |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1198 | #define gaim_plugin_is_unloadable purple_plugin_is_unloadable |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1199 | #define gaim_plugin_get_id purple_plugin_get_id |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1200 | #define gaim_plugin_get_name purple_plugin_get_name |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1201 | #define gaim_plugin_get_version purple_plugin_get_version |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1202 | #define gaim_plugin_get_summary purple_plugin_get_summary |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1203 | #define gaim_plugin_get_description purple_plugin_get_description |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1204 | #define gaim_plugin_get_author purple_plugin_get_author |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1205 | #define gaim_plugin_get_homepage purple_plugin_get_homepage |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1206 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1207 | #define gaim_plugin_ipc_register purple_plugin_ipc_register |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1208 | #define gaim_plugin_ipc_unregister purple_plugin_ipc_unregister |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1209 | #define gaim_plugin_ipc_unregister_all purple_plugin_ipc_unregister_all |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1210 | #define gaim_plugin_ipc_get_params purple_plugin_ipc_get_params |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1211 | #define gaim_plugin_ipc_call purple_plugin_ipc_call |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1212 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1213 | #define gaim_plugins_add_search_path purple_plugins_add_search_path |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1214 | #define gaim_plugins_unload_all purple_plugins_unload_all |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1215 | #define gaim_plugins_destroy_all purple_plugins_destroy_all |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1216 | #define gaim_plugins_save_loaded purple_plugins_save_loaded |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1217 | #define gaim_plugins_load_saved purple_plugins_load_saved |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1218 | #define gaim_plugins_probe purple_plugins_probe |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1219 | #define gaim_plugins_enabled purple_plugins_enabled |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1220 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1221 | #define gaim_plugins_register_probe_notify_cb purple_plugins_register_probe_notify_cb |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1222 | #define gaim_plugins_unregister_probe_notify_cb purple_plugins_unregister_probe_notify_cb |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1223 | #define gaim_plugins_register_load_notify_cb purple_plugins_register_load_notify_cb |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1224 | #define gaim_plugins_unregister_load_notify_cb purple_plugins_unregister_load_notify_cb |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1225 | #define gaim_plugins_register_unload_notify_cb purple_plugins_register_unload_notify_cb |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1226 | #define gaim_plugins_unregister_unload_notify_cb purple_plugins_unregister_unload_notify_cb |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1227 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1228 | #define gaim_plugins_find_with_name purple_plugins_find_with_name |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1229 | #define gaim_plugins_find_with_filename purple_plugins_find_with_filename |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1230 | #define gaim_plugins_find_with_basename purple_plugins_find_with_basename |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1231 | #define gaim_plugins_find_with_id purple_plugins_find_with_id |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1232 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1233 | #define gaim_plugins_get_loaded purple_plugins_get_loaded |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1234 | #define gaim_plugins_get_protocols purple_plugins_get_protocols |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1235 | #define gaim_plugins_get_all purple_plugins_get_all |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1236 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1237 | #define gaim_plugins_get_handle purple_plugins_get_handle |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1238 | #define gaim_plugins_init purple_plugins_init |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1239 | #define gaim_plugins_uninit purple_plugins_uninit |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1240 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1241 | #define gaim_plugin_action_new purple_plugin_action_new |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1242 | #define gaim_plugin_action_free purple_plugin_action_free |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1243 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1244 | /* pluginpref.h */ |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1245 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1246 | #define GaimPluginPrefFrame PurplePluginPrefFrame |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1247 | #define GaimPluginPref PurplePluginPref |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1248 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1249 | #define GAIM_STRING_FORMAT_TYPE_NONE PURPLE_STRING_FORMAT_TYPE_NONE |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1250 | #define GAIM_STRING_FORMAT_TYPE_MULTILINE PURPLE_STRING_FORMAT_TYPE_MULTILINE |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1251 | #define GAIM_STRING_FORMAT_TYPE_HTML PURPLE_STRING_FORMAT_TYPE_HTML |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1252 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1253 | #define GaimStringFormatType PurpleStringFormatType |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1254 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1255 | #define GAIM_PLUGIN_PREF_NONE PURPLE_PLUGIN_PREF_NONE |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1256 | #define GAIM_PLUGIN_PREF_CHOICE PURPLE_PLUGIN_PREF_CHOICE |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1257 | #define GAIM_PLUGIN_PREF_INFO PURPLE_PLUGIN_PREF_INFO |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1258 | #define GAIM_PLUGIN_PREF_STRING_FORMAT PURPLE_PLUGIN_PREF_STRING_FORMAT |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1259 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1260 | #define GaimPluginPrefType PurplePluginPrefType |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1261 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1262 | #define gaim_plugin_pref_frame_new purple_plugin_pref_frame_new |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1263 | #define gaim_plugin_pref_frame_destroy purple_plugin_pref_frame_destroy |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1264 | #define gaim_plugin_pref_frame_add purple_plugin_pref_frame_add |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1265 | #define gaim_plugin_pref_frame_get_prefs purple_plugin_pref_frame_get_prefs |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1266 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1267 | #define gaim_plugin_pref_new purple_plugin_pref_new |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1268 | #define gaim_plugin_pref_new_with_name purple_plugin_pref_new_with_name |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1269 | #define gaim_plugin_pref_new_with_label purple_plugin_pref_new_with_label |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1270 | #define gaim_plugin_pref_new_with_name_and_label purple_plugin_pref_new_with_name_and_label |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1271 | #define gaim_plugin_pref_destroy purple_plugin_pref_destroy |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1272 | #define gaim_plugin_pref_set_name purple_plugin_pref_set_name |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1273 | #define gaim_plugin_pref_get_name purple_plugin_pref_get_name |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1274 | #define gaim_plugin_pref_set_label purple_plugin_pref_set_label |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1275 | #define gaim_plugin_pref_get_label purple_plugin_pref_get_label |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1276 | #define gaim_plugin_pref_set_bounds purple_plugin_pref_set_bounds |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1277 | #define gaim_plugin_pref_get_bounds purple_plugin_pref_get_bounds |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1278 | #define gaim_plugin_pref_set_type purple_plugin_pref_set_type |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1279 | #define gaim_plugin_pref_get_type purple_plugin_pref_get_type |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1280 | #define gaim_plugin_pref_add_choice purple_plugin_pref_add_choice |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1281 | #define gaim_plugin_pref_get_choices purple_plugin_pref_get_choices |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1282 | #define gaim_plugin_pref_set_max_length purple_plugin_pref_set_max_length |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1283 | #define gaim_plugin_pref_get_max_length purple_plugin_pref_get_max_length |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1284 | #define gaim_plugin_pref_set_masked purple_plugin_pref_set_masked |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1285 | #define gaim_plugin_pref_get_masked purple_plugin_pref_get_masked |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1286 | #define gaim_plugin_pref_set_format_type purple_plugin_pref_set_format_type |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1287 | #define gaim_plugin_pref_get_format_type purple_plugin_pref_get_format_type |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1288 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1289 | /* from pounce.h */ |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1290 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1291 | #define GaimPounce PurplePounce |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1292 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1293 | #define GAIM_POUNCE_NONE PURPLE_POUNCE_NONE |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1294 | #define GAIM_POUNCE_SIGNON PURPLE_POUNCE_SIGNON |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1295 | #define GAIM_POUNCE_SIGNOFF PURPLE_POUNCE_SIGNOFF |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1296 | #define GAIM_POUNCE_AWAY PURPLE_POUNCE_AWAY |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1297 | #define GAIM_POUNCE_AWAY_RETURN PURPLE_POUNCE_AWAY_RETURN |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1298 | #define GAIM_POUNCE_IDLE PURPLE_POUNCE_IDLE |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1299 | #define GAIM_POUNCE_IDLE_RETURN PURPLE_POUNCE_IDLE_RETURN |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1300 | #define GAIM_POUNCE_TYPING PURPLE_POUNCE_TYPING |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1301 | #define GAIM_POUNCE_TYPED PURPLE_POUNCE_TYPED |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1302 | #define GAIM_POUNCE_TYPING_STOPPED PURPLE_POUNCE_TYPING_STOPPED |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1303 | #define GAIM_POUNCE_MESSAGE_RECEIVED PURPLE_POUNCE_MESSAGE_RECEIVED |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1304 | #define GaimPounceEvent PurplePounceEvent |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1305 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1306 | #define GAIM_POUNCE_OPTION_NONE PURPLE_POUNCE_OPTION_NONE |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1307 | #define GAIM_POUNCE_OPTION_AWAY PURPLE_POUNCE_OPTION_AWAY |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1308 | #define GaimPounceOption PurplePounceOption |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1309 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1310 | #define GaimPounceCb PurplePounceCb |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1311 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1312 | #define gaim_pounce_new purple_pounce_new |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1313 | #define gaim_pounce_destroy purple_pounce_destroy |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1314 | #define gaim_pounce_destroy_all_by_account purple_pounce_destroy_all_by_account |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1315 | #define gaim_pounce_set_events purple_pounce_set_events |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1316 | #define gaim_pounce_set_options purple_pounce_set_options |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1317 | #define gaim_pounce_set_pouncer purple_pounce_set_pouncer |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1318 | #define gaim_pounce_set_pouncee purple_pounce_set_pouncee |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1319 | #define gaim_pounce_set_save purple_pounce_set_save |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1320 | #define gaim_pounce_action_register purple_pounce_action_register |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1321 | #define gaim_pounce_action_set_enabled purple_pounce_action_set_enabled |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1322 | #define gaim_pounce_action_set_attribute purple_pounce_action_set_attribute |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1323 | #define gaim_pounce_set_data purple_pounce_set_data |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1324 | #define gaim_pounce_get_events purple_pounce_get_events |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1325 | #define gaim_pounce_get_options purple_pounce_get_options |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1326 | #define gaim_pounce_get_pouncer purple_pounce_get_pouncer |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1327 | #define gaim_pounce_get_pouncee purple_pounce_get_pouncee |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1328 | #define gaim_pounce_get_save purple_pounce_get_save |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1329 | #define gaim_pounce_action_is_enabled purple_pounce_action_is_enabled |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1330 | #define gaim_pounce_action_get_attribute purple_pounce_action_get_attribute |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1331 | #define gaim_pounce_get_data purple_pounce_get_data |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1332 | #define gaim_pounce_execute purple_pounce_execute |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1333 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1334 | #define gaim_find_pounce purple_find_pounce |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1335 | #define gaim_pounces_load purple_pounces_load |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1336 | #define gaim_pounces_register_handler purple_pounces_register_handler |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1337 | #define gaim_pounces_unregister_handler purple_pounces_unregister_handler |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1338 | #define gaim_pounces_get_all purple_pounces_get_all |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1339 | #define gaim_pounces_get_handle purple_pounces_get_handle |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1340 | #define gaim_pounces_init purple_pounces_init |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1341 | #define gaim_pounces_uninit purple_pounces_uninit |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1342 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1343 | /* from prefs.h */ |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1344 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1345 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1346 | #define GAIM_PREF_NONE PURPLE_PREF_NONE |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1347 | #define GAIM_PREF_BOOLEAN PURPLE_PREF_BOOLEAN |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1348 | #define GAIM_PREF_INT PURPLE_PREF_INT |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1349 | #define GAIM_PREF_STRING PURPLE_PREF_STRING |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1350 | #define GAIM_PREF_STRING_LIST PURPLE_PREF_STRING_LIST |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1351 | #define GAIM_PREF_PATH PURPLE_PREF_PATH |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1352 | #define GAIM_PREF_PATH_LIST PURPLE_PREF_PATH_LIST |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1353 | #define GaimPrefType PurplePrefType |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1354 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1355 | #define GaimPrefCallback PurplePrefCallback |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1356 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1357 | #define gaim_prefs_get_handle purple_prefs_get_handle |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1358 | #define gaim_prefs_init purple_prefs_init |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1359 | #define gaim_prefs_uninit purple_prefs_uninit |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1360 | #define gaim_prefs_add_none purple_prefs_add_none |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1361 | #define gaim_prefs_add_bool purple_prefs_add_bool |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1362 | #define gaim_prefs_add_int purple_prefs_add_int |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1363 | #define gaim_prefs_add_string purple_prefs_add_string |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1364 | #define gaim_prefs_add_string_list purple_prefs_add_string_list |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1365 | #define gaim_prefs_add_path purple_prefs_add_path |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1366 | #define gaim_prefs_add_path_list purple_prefs_add_path_list |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1367 | #define gaim_prefs_remove purple_prefs_remove |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1368 | #define gaim_prefs_rename purple_prefs_rename |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1369 | #define gaim_prefs_rename_boolean_toggle purple_prefs_rename_boolean_toggle |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1370 | #define gaim_prefs_destroy purple_prefs_destroy |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1371 | #define gaim_prefs_set_generic purple_prefs_set_generic |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1372 | #define gaim_prefs_set_bool purple_prefs_set_bool |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1373 | #define gaim_prefs_set_int purple_prefs_set_int |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1374 | #define gaim_prefs_set_string purple_prefs_set_string |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1375 | #define gaim_prefs_set_string_list purple_prefs_set_string_list |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1376 | #define gaim_prefs_set_path purple_prefs_set_path |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1377 | #define gaim_prefs_set_path_list purple_prefs_set_path_list |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1378 | #define gaim_prefs_exists purple_prefs_exists |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1379 | #define gaim_prefs_get_type purple_prefs_get_type |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1380 | #define gaim_prefs_get_bool purple_prefs_get_bool |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1381 | #define gaim_prefs_get_int purple_prefs_get_int |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1382 | #define gaim_prefs_get_string purple_prefs_get_string |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1383 | #define gaim_prefs_get_string_list purple_prefs_get_string_list |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1384 | #define gaim_prefs_get_path purple_prefs_get_path |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1385 | #define gaim_prefs_get_path_list purple_prefs_get_path_list |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1386 | #define gaim_prefs_connect_callback purple_prefs_connect_callback |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1387 | #define gaim_prefs_disconnect_callback purple_prefs_disconnect_callback |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1388 | #define gaim_prefs_disconnect_by_handle purple_prefs_disconnect_by_handle |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1389 | #define gaim_prefs_trigger_callback purple_prefs_trigger_callback |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1390 | #define gaim_prefs_load purple_prefs_load |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1391 | #define gaim_prefs_update_old purple_prefs_update_old |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1392 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1393 | /* from privacy.h */ |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1394 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1395 | #define GAIM_PRIVACY_ALLOW_ALL PURPLE_PRIVACY_ALLOW_ALL |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1396 | #define GAIM_PRIVACY_DENY_ALL PURPLE_PRIVACY_DENY_ALL |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1397 | #define GAIM_PRIVACY_ALLOW_USERS PURPLE_PRIVACY_ALLOW_USERS |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1398 | #define GAIM_PRIVACY_DENY_USERS PURPLE_PRIVACY_DENY_USERS |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1399 | #define GAIM_PRIVACY_ALLOW_BUDDYLIST PURPLE_PRIVACY_ALLOW_BUDDYLIST |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1400 | #define GaimPrivacyType PurplePrivacyType |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1401 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1402 | #define GaimPrivacyUiOps PurplePrivacyUiOps |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1403 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1404 | #define gaim_privacy_permit_add purple_privacy_permit_add |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1405 | #define gaim_privacy_permit_remove purple_privacy_permit_remove |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1406 | #define gaim_privacy_deny_add purple_privacy_deny_add |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1407 | #define gaim_privacy_deny_remove purple_privacy_deny_remove |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1408 | #define gaim_privacy_allow purple_privacy_allow |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1409 | #define gaim_privacy_deny purple_privacy_deny |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1410 | #define gaim_privacy_check purple_privacy_check |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1411 | #define gaim_privacy_set_ui_ops purple_privacy_set_ui_ops |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1412 | #define gaim_privacy_get_ui_ops purple_privacy_get_ui_ops |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1413 | #define gaim_privacy_init purple_privacy_init |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1414 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1415 | /* from proxy.h */ |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1416 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1417 | #define GAIM_PROXY_USE_GLOBAL PURPLE_PROXY_USE_GLOBAL |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1418 | #define GAIM_PROXY_NONE PURPLE_PROXY_NONE |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1419 | #define GAIM_PROXY_HTTP PURPLE_PROXY_HTTP |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1420 | #define GAIM_PROXY_SOCKS4 PURPLE_PROXY_SOCKS4 |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1421 | #define GAIM_PROXY_SOCKS5 PURPLE_PROXY_SOCKS5 |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1422 | #define GAIM_PROXY_USE_ENVVAR PURPLE_PROXY_USE_ENVVAR |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1423 | #define GaimProxyType PurpleProxyType |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1424 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1425 | #define GaimProxyInfo PurpleProxyInfo |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1426 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1427 | #define GaimProxyConnectData PurpleProxyConnectData |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1428 | #define GaimProxyConnectFunction PurpleProxyConnectFunction |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1429 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1430 | #define gaim_proxy_info_new purple_proxy_info_new |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1431 | #define gaim_proxy_info_destroy purple_proxy_info_destroy |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1432 | #define gaim_proxy_info_set_type purple_proxy_info_set_type |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1433 | #define gaim_proxy_info_set_host purple_proxy_info_set_host |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1434 | #define gaim_proxy_info_set_port purple_proxy_info_set_port |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1435 | #define gaim_proxy_info_set_username purple_proxy_info_set_username |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1436 | #define gaim_proxy_info_set_password purple_proxy_info_set_password |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1437 | #define gaim_proxy_info_get_type purple_proxy_info_get_type |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1438 | #define gaim_proxy_info_get_host purple_proxy_info_get_host |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1439 | #define gaim_proxy_info_get_port purple_proxy_info_get_port |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1440 | #define gaim_proxy_info_get_username purple_proxy_info_get_username |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1441 | #define gaim_proxy_info_get_password purple_proxy_info_get_password |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1442 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1443 | #define gaim_global_proxy_get_info purple_global_proxy_get_info |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1444 | #define gaim_proxy_get_handle purple_proxy_get_handle |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1445 | #define gaim_proxy_init purple_proxy_init |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1446 | #define gaim_proxy_uninit purple_proxy_uninit |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1447 | #define gaim_proxy_get_setup purple_proxy_get_setup |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1448 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1449 | #define gaim_proxy_connect purple_proxy_connect |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1450 | #define gaim_proxy_connect_socks5 purple_proxy_connect_socks5 |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1451 | #define gaim_proxy_connect_cancel purple_proxy_connect_cancel |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1452 | #define gaim_proxy_connect_cancel_with_handle purple_proxy_connect_cancel_with_handle |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1453 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1454 | /* from prpl.h */ |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1455 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1456 | #define GaimPluginProtocolInfo PurplePluginProtocolInfo |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1457 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1458 | #define GAIM_ICON_SCALE_DISPLAY PURPLE_ICON_SCALE_DISPLAY |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1459 | #define GAIM_ICON_SCALE_SEND PURPLE_ICON_SCALE_SEND |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1460 | #define GaimIconScaleRules PurpleIconScaleRules |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1461 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1462 | #define GaimBuddyIconSpec PurpleBuddyIconSpec |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1463 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1464 | #define GaimProtocolOptions PurpleProtocolOptions |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1465 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1466 | #define GAIM_IS_PROTOCOL_PLUGIN PURPLE_IS_PROTOCOL_PLUGIN |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1467 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1468 | #define GAIM_PLUGIN_PROTOCOL_INFO PURPLE_PLUGIN_PROTOCOL_INFO |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1469 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1470 | #define gaim_prpl_got_account_idle purple_prpl_got_account_idle |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1471 | #define gaim_prpl_got_account_login_time purple_prpl_got_account_login_time |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1472 | #define gaim_prpl_got_account_status purple_prpl_got_account_status |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1473 | #define gaim_prpl_got_user_idle purple_prpl_got_user_idle |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1474 | #define gaim_prpl_got_user_login_time purple_prpl_got_user_login_time |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1475 | #define gaim_prpl_got_user_status purple_prpl_got_user_status |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1476 | #define gaim_prpl_change_account_status purple_prpl_change_account_status |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1477 | #define gaim_prpl_get_statuses purple_prpl_get_statuses |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1478 | |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1479 | #define gaim_find_prpl purple_find_prpl |
|
4a94ba97fc47
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15532
diff
changeset
|
1480 | |
| 15436 | 1481 | #endif /* _GAIM_COMPAT_H_ */ |