annotate libpurple/gaim-compat.h @ 15545:f4686fc100ec

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