Mercurial > pidgin
annotate libpurple/gaim-compat.h @ 30287:c2b3bfb2fe35
When setting an Avatar image via the Gallery bot, the MXit server pushes
a Get Extended Profile response to inform the client. The MXitId field in that
packet happens to be set to the user's MXitid and not empty so the libpurple
plugin assumes it was a request for a buddies profile information so a profile
popup is displayed.
We now check if the MXitId field is empty or if it matches the user's MxitId
(returned in the Login reponse).
author | andrew.victor@mxit.com |
---|---|
date | Mon, 19 Jul 2010 08:56:03 +0000 |
parents | f296be2a1039 |
children | 08dcd2d4f0b7 |
rev | line source |
---|---|
15374 | 1 /** |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2 * @file gaim-compat.h Gaim Compat macros |
15374 | 3 * @ingroup core |
20074
6bf32c9e15a7
remove gpl boilerplate from doxygen docs
Sean Egan <seanegan@gmail.com>
parents:
19700
diff
changeset
|
4 */ |
6bf32c9e15a7
remove gpl boilerplate from doxygen docs
Sean Egan <seanegan@gmail.com>
parents:
19700
diff
changeset
|
5 |
6bf32c9e15a7
remove gpl boilerplate from doxygen docs
Sean Egan <seanegan@gmail.com>
parents:
19700
diff
changeset
|
6 /* pidgin |
15374 | 7 * |
8 * Pidgin is the legal property of its developers, whose names are too numerous | |
9 * to list here. Please refer to the COPYRIGHT file distributed with this | |
10 * source distribution. | |
11 * | |
12 * This program is free software; you can redistribute it and/or modify | |
13 * it under the terms of the GNU General Public License as published by | |
14 * the Free Software Foundation; either version 2 of the License, or | |
15 * (at your option) any later version. | |
16 * | |
17 * This program is distributed in the hope that it will be useful, | |
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
20 * GNU General Public License for more details. | |
21 * | |
22 * You should have received a copy of the GNU General Public License | |
23 * along with this program; if not, write to the Free Software | |
19681
44b4e8bd759b
The FSF changed its address a while ago; our files were out of date.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
16819
diff
changeset
|
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
15374 | 25 */ |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
26 #ifndef _GAIM_COMPAT_H_ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
27 #define _GAIM_COMPAT_H_ |
15374 | 28 |
16535
72e4e92f9a2c
Update the compatibility layer to g_memdup() stuff, so we don't end up with
Richard Laager <rlaager@wiktel.com>
parents:
16375
diff
changeset
|
29 #include <glib.h> |
72e4e92f9a2c
Update the compatibility layer to g_memdup() stuff, so we don't end up with
Richard Laager <rlaager@wiktel.com>
parents:
16375
diff
changeset
|
30 |
15374 | 31 /* from account.h */ |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
32 #define GaimAccountUiOps PurpleAccountUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
33 #define GaimAccount PurpleAccount |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
34 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
35 #define GaimFilterAccountFunc PurpleFilterAccountFunc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
36 #define GaimAccountRequestAuthorizationCb PurpleAccountRequestAuthorizationCb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
37 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
38 #define gaim_account_new purple_account_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
39 #define gaim_account_destroy purple_account_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
40 #define gaim_account_connect purple_account_connect |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
41 #define gaim_account_register purple_account_register |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
42 #define gaim_account_disconnect purple_account_disconnect |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
43 #define gaim_account_notify_added purple_account_notify_added |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
44 #define gaim_account_request_add purple_account_request_add |
15854
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
45 #define gaim_account_request_close purple_account_request_close |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
46 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
47 #define gaim_account_request_authorization purple_account_request_authorization |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
48 #define gaim_account_request_change_password purple_account_request_change_password |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
49 #define gaim_account_request_change_user_info purple_account_request_change_user_info |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
50 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
51 #define gaim_account_set_username purple_account_set_username |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
52 #define gaim_account_set_password purple_account_set_password |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
53 #define gaim_account_set_alias purple_account_set_alias |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
54 #define gaim_account_set_user_info purple_account_set_user_info |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
55 #define gaim_account_set_buddy_icon_path purple_account_set_buddy_icon_path |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
56 #define gaim_account_set_protocol_id purple_account_set_protocol_id |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
57 #define gaim_account_set_connection purple_account_set_connection |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
58 #define gaim_account_set_remember_password purple_account_set_remember_password |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
59 #define gaim_account_set_check_mail purple_account_set_check_mail |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
60 #define gaim_account_set_enabled purple_account_set_enabled |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
61 #define gaim_account_set_proxy_info purple_account_set_proxy_info |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
62 #define gaim_account_set_status_types purple_account_set_status_types |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
63 #define gaim_account_set_status purple_account_set_status |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
64 #define gaim_account_set_status_list purple_account_set_status_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
65 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
66 #define gaim_account_clear_settings purple_account_clear_settings |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
67 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
68 #define gaim_account_set_int purple_account_set_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
69 #define gaim_account_set_string purple_account_set_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
70 #define gaim_account_set_bool purple_account_set_bool |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
71 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
72 #define gaim_account_set_ui_int purple_account_set_ui_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
73 #define gaim_account_set_ui_string purple_account_set_ui_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
74 #define gaim_account_set_ui_bool purple_account_set_ui_bool |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
75 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
76 #define gaim_account_is_connected purple_account_is_connected |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
77 #define gaim_account_is_connecting purple_account_is_connecting |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
78 #define gaim_account_is_disconnected purple_account_is_disconnected |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
79 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
80 #define gaim_account_get_username purple_account_get_username |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
81 #define gaim_account_get_password purple_account_get_password |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
82 #define gaim_account_get_alias purple_account_get_alias |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
83 #define gaim_account_get_user_info purple_account_get_user_info |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
84 #define gaim_account_get_buddy_icon_path purple_account_get_buddy_icon_path |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
85 #define gaim_account_get_protocol_id purple_account_get_protocol_id |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
86 #define gaim_account_get_protocol_name purple_account_get_protocol_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
87 #define gaim_account_get_connection purple_account_get_connection |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
88 #define gaim_account_get_remember_password purple_account_get_remember_password |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
89 #define gaim_account_get_check_mail purple_account_get_check_mail |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
90 #define gaim_account_get_enabled purple_account_get_enabled |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
91 #define gaim_account_get_proxy_info purple_account_get_proxy_info |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
92 #define gaim_account_get_active_status purple_account_get_active_status |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
93 #define gaim_account_get_status purple_account_get_status |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
94 #define gaim_account_get_status_type purple_account_get_status_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
95 #define gaim_account_get_status_type_with_primitive \ |
15374 | 96 purple_account_get_status_type_with_primitive |
97 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
98 #define gaim_account_get_presence purple_account_get_presence |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
99 #define gaim_account_is_status_active purple_account_is_status_active |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
100 #define gaim_account_get_status_types purple_account_get_status_types |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
101 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
102 #define gaim_account_get_int purple_account_get_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
103 #define gaim_account_get_string purple_account_get_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
104 #define gaim_account_get_bool purple_account_get_bool |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
105 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
106 #define gaim_account_get_ui_int purple_account_get_ui_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
107 #define gaim_account_get_ui_string purple_account_get_ui_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
108 #define gaim_account_get_ui_bool purple_account_get_ui_bool |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
109 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
110 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
111 #define gaim_account_get_log purple_account_get_log |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
112 #define gaim_account_destroy_log purple_account_destroy_log |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
113 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
114 #define gaim_account_add_buddy purple_account_add_buddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
115 #define gaim_account_add_buddies purple_account_add_buddies |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
116 #define gaim_account_remove_buddy purple_account_remove_buddy |
16814
08b9f27cf219
Finish the removal of purple_presence_remove_buddy() and
Stu Tomlinson <stu@nosnilmot.com>
parents:
16800
diff
changeset
|
117 #define gaim_account_remove_buddies purple_account_remove_buddies |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
118 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
119 #define gaim_account_remove_group purple_account_remove_group |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
120 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
121 #define gaim_account_change_password purple_account_change_password |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
122 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
123 #define gaim_account_supports_offline_message purple_account_supports_offline_message |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
124 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
125 #define gaim_accounts_add purple_accounts_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
126 #define gaim_accounts_remove purple_accounts_remove |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
127 #define gaim_accounts_delete purple_accounts_delete |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
128 #define gaim_accounts_reorder purple_accounts_reorder |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
129 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
130 #define gaim_accounts_get_all purple_accounts_get_all |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
131 #define gaim_accounts_get_all_active purple_accounts_get_all_active |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
132 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
133 #define gaim_accounts_find purple_accounts_find |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
134 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
135 #define gaim_accounts_restore_current_statuses purple_accounts_restore_current_statuses |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
136 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
137 #define gaim_accounts_set_ui_ops purple_accounts_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
138 #define gaim_accounts_get_ui_ops purple_accounts_get_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
139 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
140 #define gaim_accounts_get_handle purple_accounts_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
141 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
142 #define gaim_accounts_init purple_accounts_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
143 #define gaim_accounts_uninit purple_accounts_uninit |
15374 | 144 |
145 /* from accountopt.h */ | |
146 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
147 #define GaimAccountOption PurpleAccountOption |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
148 #define GaimAccountUserSplit PurpleAccountUserSplit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
149 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
150 #define gaim_account_option_new purple_account_option_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
151 #define gaim_account_option_bool_new purple_account_option_bool_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
152 #define gaim_account_option_int_new purple_account_option_int_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
153 #define gaim_account_option_string_new purple_account_option_string_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
154 #define gaim_account_option_list_new purple_account_option_list_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
155 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
156 #define gaim_account_option_destroy purple_account_option_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
157 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
158 #define gaim_account_option_set_default_bool purple_account_option_set_default_bool |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
159 #define gaim_account_option_set_default_int purple_account_option_set_default_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
160 #define gaim_account_option_set_default_string purple_account_option_set_default_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
161 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
162 #define gaim_account_option_set_masked purple_account_option_set_masked |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
163 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
164 #define gaim_account_option_set_list purple_account_option_set_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
165 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
166 #define gaim_account_option_add_list_item purple_account_option_add_list_item |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
167 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
168 #define gaim_account_option_get_type purple_account_option_get_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
169 #define gaim_account_option_get_text purple_account_option_get_text |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
170 #define gaim_account_option_get_setting purple_account_option_get_setting |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
171 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
172 #define gaim_account_option_get_default_bool purple_account_option_get_default_bool |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
173 #define gaim_account_option_get_default_int purple_account_option_get_default_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
174 #define gaim_account_option_get_default_string purple_account_option_get_default_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
175 #define gaim_account_option_get_default_list_value purple_account_option_get_default_list_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
176 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
177 #define gaim_account_option_get_masked purple_account_option_get_masked |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
178 #define gaim_account_option_get_list purple_account_option_get_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
179 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
180 #define gaim_account_user_split_new purple_account_user_split_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
181 #define gaim_account_user_split_destroy purple_account_user_split_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
182 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
183 #define gaim_account_user_split_get_text purple_account_user_split_get_text |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
184 #define gaim_account_user_split_get_default_value purple_account_user_split_get_default_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
185 #define gaim_account_user_split_get_separator purple_account_user_split_get_separator |
15374 | 186 |
187 /* from blist.h */ | |
188 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
189 #define GaimBuddyList PurpleBuddyList |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
190 #define GaimBlistUiOps PurpleBlistUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
191 #define GaimBlistNode PurpleBlistNode |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
192 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
193 #define GaimChat PurpleChat |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
194 #define GaimGroup PurpleGroup |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
195 #define GaimContact PurpleContact |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
196 #define GaimBuddy PurpleBuddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
197 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
198 #define GAIM_BLIST_GROUP_NODE PURPLE_BLIST_GROUP_NODE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
199 #define GAIM_BLIST_CONTACT_NODE PURPLE_BLIST_CONTACT_NODE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
200 #define GAIM_BLIST_BUDDY_NODE PURPLE_BLIST_BUDDY_NODE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
201 #define GAIM_BLIST_CHAT_NODE PURPLE_BLIST_CHAT_NODE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
202 #define GAIM_BLIST_OTHER_NODE PURPLE_BLIST_OTHER_NODE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
203 #define GaimBlistNodeType PurpleBlistNodeType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
204 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
205 #define GAIM_BLIST_NODE_IS_CHAT PURPLE_BLIST_NODE_IS_CHAT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
206 #define GAIM_BLIST_NODE_IS_BUDDY PURPLE_BLIST_NODE_IS_BUDDY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
207 #define GAIM_BLIST_NODE_IS_CONTACT PURPLE_BLIST_NODE_IS_CONTACT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
208 #define GAIM_BLIST_NODE_IS_GROUP PURPLE_BLIST_NODE_IS_GROUP |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
209 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
210 #define GAIM_BUDDY_IS_ONLINE PURPLE_BUDDY_IS_ONLINE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
211 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
212 #define GAIM_BLIST_NODE_FLAG_NO_SAVE PURPLE_BLIST_NODE_FLAG_NO_SAVE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
213 #define GaimBlistNodeFlags PurpleBlistNodeFlags |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
214 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
215 #define GAIM_BLIST_NODE_HAS_FLAG PURPLE_BLIST_NODE_HAS_FLAG |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
216 #define GAIM_BLIST_NODE_SHOULD_SAVE PURPLE_BLIST_NODE_SHOULD_SAVE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
217 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
218 #define GAIM_BLIST_NODE_NAME PURPLE_BLIST_NODE_NAME |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
219 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
220 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
221 #define gaim_blist_new purple_blist_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
222 #define gaim_set_blist purple_set_blist |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
223 #define gaim_get_blist purple_get_blist |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
224 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
225 #define gaim_blist_get_root purple_blist_get_root |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
226 #define gaim_blist_node_next purple_blist_node_next |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
227 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
228 #define gaim_blist_show purple_blist_show |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
229 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
230 #define gaim_blist_destroy purple_blist_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
231 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
232 #define gaim_blist_set_visible purple_blist_set_visible |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
233 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
234 #define gaim_blist_update_buddy_status purple_blist_update_buddy_status |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
235 #define gaim_blist_update_buddy_icon purple_blist_update_buddy_icon |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
236 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
237 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
238 #define gaim_blist_alias_contact purple_blist_alias_contact |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
239 #define gaim_blist_alias_buddy purple_blist_alias_buddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
240 #define gaim_blist_server_alias_buddy purple_blist_server_alias_buddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
241 #define gaim_blist_alias_chat purple_blist_alias_chat |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
242 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
243 #define gaim_blist_rename_buddy purple_blist_rename_buddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
244 #define gaim_blist_rename_group purple_blist_rename_group |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
245 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
246 #define gaim_chat_new purple_chat_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
247 #define gaim_blist_add_chat purple_blist_add_chat |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
248 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
249 #define gaim_buddy_new purple_buddy_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
250 #define gaim_buddy_set_icon purple_buddy_set_icon |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
251 #define gaim_buddy_get_account purple_buddy_get_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
252 #define gaim_buddy_get_name purple_buddy_get_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
253 #define gaim_buddy_get_icon purple_buddy_get_icon |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
254 #define gaim_buddy_get_contact purple_buddy_get_contact |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
255 #define gaim_buddy_get_presence purple_buddy_get_presence |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
256 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
257 #define gaim_blist_add_buddy purple_blist_add_buddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
258 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
259 #define gaim_group_new purple_group_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
260 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
261 #define gaim_blist_add_group purple_blist_add_group |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
262 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
263 #define gaim_contact_new purple_contact_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
264 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
265 #define gaim_blist_add_contact purple_blist_add_contact |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
266 #define gaim_blist_merge_contact purple_blist_merge_contact |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
267 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
268 #define gaim_contact_get_priority_buddy purple_contact_get_priority_buddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
269 #define gaim_contact_set_alias purple_contact_set_alias |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
270 #define gaim_contact_get_alias purple_contact_get_alias |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
271 #define gaim_contact_on_account purple_contact_on_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
272 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
273 #define gaim_contact_invalidate_priority_buddy purple_contact_invalidate_priority_buddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
274 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
275 #define gaim_blist_remove_buddy purple_blist_remove_buddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
276 #define gaim_blist_remove_contact purple_blist_remove_contact |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
277 #define gaim_blist_remove_chat purple_blist_remove_chat |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
278 #define gaim_blist_remove_group purple_blist_remove_group |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
279 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
280 #define gaim_buddy_get_alias_only purple_buddy_get_alias_only |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
281 #define gaim_buddy_get_server_alias purple_buddy_get_server_alias |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
282 #define gaim_buddy_get_contact_alias purple_buddy_get_contact_alias |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
283 #define gaim_buddy_get_local_alias purple_buddy_get_local_alias |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
284 #define gaim_buddy_get_alias purple_buddy_get_alias |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
285 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
286 #define gaim_chat_get_name purple_chat_get_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
287 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
288 #define gaim_find_buddy purple_find_buddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
289 #define gaim_find_buddy_in_group purple_find_buddy_in_group |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
290 #define gaim_find_buddies purple_find_buddies |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
291 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
292 #define gaim_find_group purple_find_group |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
293 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
294 #define gaim_blist_find_chat purple_blist_find_chat |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
295 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
296 #define gaim_chat_get_group purple_chat_get_group |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
297 #define gaim_buddy_get_group purple_buddy_get_group |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
298 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
299 #define gaim_group_get_accounts purple_group_get_accounts |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
300 #define gaim_group_on_account purple_group_on_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
301 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
302 #define gaim_blist_add_account purple_blist_add_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
303 #define gaim_blist_remove_account purple_blist_remove_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
304 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
305 #define gaim_blist_get_group_size purple_blist_get_group_size |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
306 #define gaim_blist_get_group_online_count purple_blist_get_group_online_count |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
307 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
308 #define gaim_blist_load purple_blist_load |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
309 #define gaim_blist_schedule_save purple_blist_schedule_save |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
310 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
311 #define gaim_blist_request_add_buddy purple_blist_request_add_buddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
312 #define gaim_blist_request_add_chat purple_blist_request_add_chat |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
313 #define gaim_blist_request_add_group purple_blist_request_add_group |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
314 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
315 #define gaim_blist_node_set_bool purple_blist_node_set_bool |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
316 #define gaim_blist_node_get_bool purple_blist_node_get_bool |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
317 #define gaim_blist_node_set_int purple_blist_node_set_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
318 #define gaim_blist_node_get_int purple_blist_node_get_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
319 #define gaim_blist_node_set_string purple_blist_node_set_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
320 #define gaim_blist_node_get_string purple_blist_node_get_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
321 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
322 #define gaim_blist_node_remove_setting purple_blist_node_remove_setting |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
323 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
324 #define gaim_blist_node_set_flags purple_blist_node_set_flags |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
325 #define gaim_blist_node_get_flags purple_blist_node_get_flags |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
326 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
327 #define gaim_blist_node_get_extended_menu purple_blist_node_get_extended_menu |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
328 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
329 #define gaim_blist_set_ui_ops purple_blist_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
330 #define gaim_blist_get_ui_ops purple_blist_get_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
331 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
332 #define gaim_blist_get_handle purple_blist_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
333 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
334 #define gaim_blist_init purple_blist_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
335 #define gaim_blist_uninit purple_blist_uninit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
336 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
337 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
338 #define GaimBuddyIcon PurpleBuddyIcon |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
339 |
16535
72e4e92f9a2c
Update the compatibility layer to g_memdup() stuff, so we don't end up with
Richard Laager <rlaager@wiktel.com>
parents:
16375
diff
changeset
|
340 #define gaim_buddy_icon_new(account, username, icon_data, icon_len)\ |
72e4e92f9a2c
Update the compatibility layer to g_memdup() stuff, so we don't end up with
Richard Laager <rlaager@wiktel.com>
parents:
16375
diff
changeset
|
341 purple_buddy_icon_new(account, username, g_memdup(icon_data, icon_len), icon_len) |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
342 #define gaim_buddy_icon_ref purple_buddy_icon_ref |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
343 #define gaim_buddy_icon_unref purple_buddy_icon_unref |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
344 #define gaim_buddy_icon_update purple_buddy_icon_update |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
345 |
16535
72e4e92f9a2c
Update the compatibility layer to g_memdup() stuff, so we don't end up with
Richard Laager <rlaager@wiktel.com>
parents:
16375
diff
changeset
|
346 #define gaim_buddy_icon_set_data(icon, data, len) \ |
16626
85143795aad6
Compatibility layer fixes for the buddy icon stuff.
Richard Laager <rlaager@wiktel.com>
parents:
16535
diff
changeset
|
347 purple_buddy_icon_set_data(icon, g_memdup(data, len), len, NULL); |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
348 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
349 #define gaim_buddy_icon_get_account purple_buddy_icon_get_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
350 #define gaim_buddy_icon_get_username purple_buddy_icon_get_username |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
351 #define gaim_buddy_icon_get_data purple_buddy_icon_get_data |
16375
391a79778f89
Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Richard Laager <rlaager@wiktel.com>
parents:
16373
diff
changeset
|
352 #define gaim_buddy_icon_get_type purple_buddy_icon_get_extension |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
353 |
16535
72e4e92f9a2c
Update the compatibility layer to g_memdup() stuff, so we don't end up with
Richard Laager <rlaager@wiktel.com>
parents:
16375
diff
changeset
|
354 #define gaim_buddy_icons_set_for_user(icon, data, len) \ |
16626
85143795aad6
Compatibility layer fixes for the buddy icon stuff.
Richard Laager <rlaager@wiktel.com>
parents:
16535
diff
changeset
|
355 purple_buddy_icons_set_for_user(icon, g_memdup(data, len), len, NULL) |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
356 #define gaim_buddy_icons_set_caching purple_buddy_icons_set_caching |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
357 #define gaim_buddy_icons_is_caching purple_buddy_icons_is_caching |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
358 #define gaim_buddy_icons_set_cache_dir purple_buddy_icons_set_cache_dir |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
359 #define gaim_buddy_icons_get_cache_dir purple_buddy_icons_get_cache_dir |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
360 #define gaim_buddy_icons_get_handle purple_buddy_icons_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
361 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
362 #define gaim_buddy_icons_init purple_buddy_icons_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
363 #define gaim_buddy_icons_uninit purple_buddy_icons_uninit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
364 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
365 #define gaim_buddy_icon_get_scale_size purple_buddy_icon_get_scale_size |
15389 | 366 |
15450 | 367 /* from cipher.h */ |
368 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
369 #define GAIM_CIPHER PURPLE_CIPHER |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
370 #define GAIM_CIPHER_OPS PURPLE_CIPHER_OPS |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
371 #define GAIM_CIPHER_CONTEXT PURPLE_CIPHER_CONTEXT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
372 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
373 #define GaimCipher PurpleCipher |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
374 #define GaimCipherOps PurpleCipherOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
375 #define GaimCipherContext PurpleCipherContext |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
376 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
377 #define GAIM_CIPHER_CAPS_SET_OPT PURPLE_CIPHER_CAPS_SET_OPT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
378 #define GAIM_CIPHER_CAPS_GET_OPT PURPLE_CIPHER_CAPS_GET_OPT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
379 #define GAIM_CIPHER_CAPS_INIT PURPLE_CIPHER_CAPS_INIT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
380 #define GAIM_CIPHER_CAPS_RESET PURPLE_CIPHER_CAPS_RESET |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
381 #define GAIM_CIPHER_CAPS_UNINIT PURPLE_CIPHER_CAPS_UNINIT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
382 #define GAIM_CIPHER_CAPS_SET_IV PURPLE_CIPHER_CAPS_SET_IV |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
383 #define GAIM_CIPHER_CAPS_APPEND PURPLE_CIPHER_CAPS_APPEND |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
384 #define GAIM_CIPHER_CAPS_DIGEST PURPLE_CIPHER_CAPS_DIGEST |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
385 #define GAIM_CIPHER_CAPS_ENCRYPT PURPLE_CIPHER_CAPS_ENCRYPT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
386 #define GAIM_CIPHER_CAPS_DECRYPT PURPLE_CIPHER_CAPS_DECRYPT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
387 #define GAIM_CIPHER_CAPS_SET_SALT PURPLE_CIPHER_CAPS_SET_SALT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
388 #define GAIM_CIPHER_CAPS_GET_SALT_SIZE PURPLE_CIPHER_CAPS_GET_SALT_SIZE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
389 #define GAIM_CIPHER_CAPS_SET_KEY PURPLE_CIPHER_CAPS_SET_KEY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
390 #define GAIM_CIPHER_CAPS_GET_KEY_SIZE PURPLE_CIPHER_CAPS_GET_KEY_SIZE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
391 #define GAIM_CIPHER_CAPS_UNKNOWN PURPLE_CIPHER_CAPS_UNKNOWN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
392 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
393 #define gaim_cipher_get_name purple_cipher_get_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
394 #define gaim_cipher_get_capabilities purple_cipher_get_capabilities |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
395 #define gaim_cipher_digest_region purple_cipher_digest_region |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
396 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
397 #define gaim_ciphers_find_cipher purple_ciphers_find_cipher |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
398 #define gaim_ciphers_register_cipher purple_ciphers_register_cipher |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
399 #define gaim_ciphers_unregister_cipher purple_ciphers_unregister_cipher |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
400 #define gaim_ciphers_get_ciphers purple_ciphers_get_ciphers |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
401 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
402 #define gaim_ciphers_get_handle purple_ciphers_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
403 #define gaim_ciphers_init purple_ciphers_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
404 #define gaim_ciphers_uninit purple_ciphers_uninit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
405 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
406 #define gaim_cipher_context_set_option purple_cipher_context_set_option |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
407 #define gaim_cipher_context_get_option purple_cipher_context_get_option |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
408 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
409 #define gaim_cipher_context_new purple_cipher_context_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
410 #define gaim_cipher_context_new_by_name purple_cipher_context_new_by_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
411 #define gaim_cipher_context_reset purple_cipher_context_reset |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
412 #define gaim_cipher_context_destroy purple_cipher_context_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
413 #define gaim_cipher_context_set_iv purple_cipher_context_set_iv |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
414 #define gaim_cipher_context_append purple_cipher_context_append |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
415 #define gaim_cipher_context_digest purple_cipher_context_digest |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
416 #define gaim_cipher_context_digest_to_str purple_cipher_context_digest_to_str |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
417 #define gaim_cipher_context_encrypt purple_cipher_context_encrypt |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
418 #define gaim_cipher_context_decrypt purple_cipher_context_decrypt |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
419 #define gaim_cipher_context_set_salt purple_cipher_context_set_salt |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
420 #define gaim_cipher_context_get_salt_size purple_cipher_context_get_salt_size |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
421 #define gaim_cipher_context_set_key purple_cipher_context_set_key |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
422 #define gaim_cipher_context_get_key_size purple_cipher_context_get_key_size |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
423 #define gaim_cipher_context_set_data purple_cipher_context_set_data |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
424 #define gaim_cipher_context_get_data purple_cipher_context_get_data |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
425 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
426 #define gaim_cipher_http_digest_calculate_session_key \ |
15391 | 427 purple_cipher_http_digest_calculate_session_key |
428 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
429 #define gaim_cipher_http_digest_calculate_response \ |
15391 | 430 purple_cipher_http_digest_calculate_response |
431 | |
15450 | 432 /* from circbuffer.h */ |
433 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
434 #define GaimCircBuffer PurpleCircBuffer |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
435 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
436 #define gaim_circ_buffer_new purple_circ_buffer_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
437 #define gaim_circ_buffer_destroy purple_circ_buffer_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
438 #define gaim_circ_buffer_append purple_circ_buffer_append |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
439 #define gaim_circ_buffer_get_max_read purple_circ_buffer_get_max_read |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
440 #define gaim_circ_buffer_mark_read purple_circ_buffer_mark_read |
15450 | 441 |
442 /* from cmds.h */ | |
443 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
444 #define GaimCmdPriority PurpleCmdPriority |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
445 #define GaimCmdFlag PurpleCmdFlag |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
446 #define GaimCmdStatus PurpleCmdStatus |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
447 #define GaimCmdRet PurpleCmdRet |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
448 |
15854
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
449 #define GAIM_CMD_STATUS_OK PURPLE_CMD_STATUS_OK |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
450 #define GAIM_CMD_STATUS_FAILED PURPLE_CMD_STATUS_FAILED |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
451 #define GAIM_CMD_STATUS_NOT_FOUND PURPLE_CMD_STATUS_NOT_FOUND |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
452 #define GAIM_CMD_STATUS_WRONG_ARGS PURPLE_CMD_STATUS_WRONG_ARGS |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
453 #define GAIM_CMD_STATUS_WRONG_PRPL PURPLE_CMD_STATUS_WRONG_PRPL |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
454 #define GAIM_CMD_STATUS_WRONG_TYPE PURPLE_CMD_STATUS_WRONG_TYPE |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
455 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
456 #define GAIM_CMD_FUNC PURPLE_CMD_FUNC |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
457 |
16293
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
458 #define GAIM_CMD_RET_OK PURPLE_CMD_RET_OK |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
459 #define GAIM_CMD_RET_FAILED PURPLE_CMD_RET_FAILED |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
460 #define GAIM_CMD_RET_CONTINUE PURPLE_CMD_RET_CONTINUE |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
461 |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
462 #define GAIM_CMD_P_VERY_LOW PURPLE_CMD_P_VERY_LOW |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
463 #define GAIM_CMD_P_LOW PURPLE_CMD_P_LOW |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
464 #define GAIM_CMD_P_DEFAULT PURPLE_CMD_P_DEFAULT |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
465 #define GAIM_CMD_P_PRPL PURPLE_CMD_P_PRPL |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
466 #define GAIM_CMD_P_PLUGIN PURPLE_CMD_P_PLUGIN |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
467 #define GAIM_CMD_P_ALIAS PURPLE_CMD_P_ALIAS |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
468 #define GAIM_CMD_P_HIGH PURPLE_CMD_P_HIGH |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
469 #define GAIM_CMD_P_VERY_HIGH PURPLE_CMD_P_VERY_HIGH |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
470 |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
471 #define GAIM_CMD_FLAG_IM PURPLE_CMD_FLAG_IM |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
472 #define GAIM_CMD_FLAG_CHAT PURPLE_CMD_FLAG_CHAT |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
473 #define GAIM_CMD_FLAG_PRPL_ONLY PURPLE_CMD_FLAG_PRPL_ONLY |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
474 #define GAIM_CMD_FLAG_ALLOW_WRONG_ARGS PURPLE_CMD_FLAG_ALLOW_WRONG_ARGS |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
475 |
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
476 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
477 #define GaimCmdFunc PurpleCmdFunc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
478 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
479 #define GaimCmdId PurpleCmdId |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
480 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
481 #define gaim_cmd_register purple_cmd_register |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
482 #define gaim_cmd_unregister purple_cmd_unregister |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
483 #define gaim_cmd_do_command purple_cmd_do_command |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
484 #define gaim_cmd_list purple_cmd_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
485 #define gaim_cmd_help purple_cmd_help |
15450 | 486 |
487 /* from connection.h */ | |
488 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
489 #define GaimConnection PurpleConnection |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
490 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
491 #define GAIM_CONNECTION_HTML PURPLE_CONNECTION_HTML |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
492 #define GAIM_CONNECTION_NO_BGCOLOR PURPLE_CONNECTION_NO_BGCOLOR |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
493 #define GAIM_CONNECTION_AUTO_RESP PURPLE_CONNECTION_AUTO_RESP |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
494 #define GAIM_CONNECTION_FORMATTING_WBFO PURPLE_CONNECTION_FORMATTING_WBFO |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
495 #define GAIM_CONNECTION_NO_NEWLINES PURPLE_CONNECTION_NO_NEWLINES |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
496 #define GAIM_CONNECTION_NO_FONTSIZE PURPLE_CONNECTION_NO_FONTSIZE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
497 #define GAIM_CONNECTION_NO_URLDESC PURPLE_CONNECTION_NO_URLDESC |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
498 #define GAIM_CONNECTION_NO_IMAGES PURPLE_CONNECTION_NO_IMAGES |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
499 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
500 #define GaimConnectionFlags PurpleConnectionFlags |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
501 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
502 #define GAIM_DISCONNECTED PURPLE_DISCONNECTED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
503 #define GAIM_CONNECTED PURPLE_CONNECTED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
504 #define GAIM_CONNECTING PURPLE_CONNECTING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
505 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
506 #define GaimConnectionState PurpleConnectionState |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
507 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
508 #define GaimConnectionUiOps PurpleConnectionUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
509 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
510 #define gaim_connection_new purple_connection_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
511 #define gaim_connection_destroy purple_connection_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
512 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
513 #define gaim_connection_set_state purple_connection_set_state |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
514 #define gaim_connection_set_account purple_connection_set_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
515 #define gaim_connection_set_display_name purple_connection_set_display_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
516 #define gaim_connection_get_state purple_connection_get_state |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
517 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
518 #define GAIM_CONNECTION_IS_CONNECTED PURPLE_CONNECTION_IS_CONNECTED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
519 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
520 #define gaim_connection_get_account purple_connection_get_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
521 #define gaim_connection_get_password purple_connection_get_password |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
522 #define gaim_connection_get_display_name purple_connection_get_display_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
523 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
524 #define gaim_connection_update_progress purple_connection_update_progress |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
525 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
526 #define gaim_connection_notice purple_connection_notice |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
527 #define gaim_connection_error purple_connection_error |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
528 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
529 #define gaim_connections_disconnect_all purple_connections_disconnect_all |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
530 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
531 #define gaim_connections_get_all purple_connections_get_all |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
532 #define gaim_connections_get_connecting purple_connections_get_connecting |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
533 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
534 #define GAIM_CONNECTION_IS_VALID PURPLE_CONNECTION_IS_VALID |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
535 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
536 #define gaim_connections_set_ui_ops purple_connections_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
537 #define gaim_connections_get_ui_ops purple_connections_get_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
538 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
539 #define gaim_connections_init purple_connections_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
540 #define gaim_connections_uninit purple_connections_uninit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
541 #define gaim_connections_get_handle purple_connections_get_handle |
15450 | 542 |
543 | |
544 /* from conversation.h */ | |
545 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
546 #define GaimConversationUiOps PurpleConversationUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
547 #define GaimConversation PurpleConversation |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
548 #define GaimConvIm PurpleConvIm |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
549 #define GaimConvChat PurpleConvChat |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
550 #define GaimConvChatBuddy PurpleConvChatBuddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
551 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
552 #define GAIM_CONV_TYPE_UNKNOWN PURPLE_CONV_TYPE_UNKNOWN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
553 #define GAIM_CONV_TYPE_IM PURPLE_CONV_TYPE_IM |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
554 #define GAIM_CONV_TYPE_CHAT PURPLE_CONV_TYPE_CHAT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
555 #define GAIM_CONV_TYPE_MISC PURPLE_CONV_TYPE_MISC |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
556 #define GAIM_CONV_TYPE_ANY PURPLE_CONV_TYPE_ANY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
557 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
558 #define GaimConversationType PurpleConversationType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
559 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
560 #define GAIM_CONV_UPDATE_ADD PURPLE_CONV_UPDATE_ADD |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
561 #define GAIM_CONV_UPDATE_REMOVE PURPLE_CONV_UPDATE_REMOVE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
562 #define GAIM_CONV_UPDATE_ACCOUNT PURPLE_CONV_UPDATE_ACCOUNT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
563 #define GAIM_CONV_UPDATE_TYPING PURPLE_CONV_UPDATE_TYPING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
564 #define GAIM_CONV_UPDATE_UNSEEN PURPLE_CONV_UPDATE_UNSEEN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
565 #define GAIM_CONV_UPDATE_LOGGING PURPLE_CONV_UPDATE_LOGGING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
566 #define GAIM_CONV_UPDATE_TOPIC PURPLE_CONV_UPDATE_TOPIC |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
567 #define GAIM_CONV_ACCOUNT_ONLINE PURPLE_CONV_ACCOUNT_ONLINE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
568 #define GAIM_CONV_ACCOUNT_OFFLINE PURPLE_CONV_ACCOUNT_OFFLINE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
569 #define GAIM_CONV_UPDATE_AWAY PURPLE_CONV_UPDATE_AWAY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
570 #define GAIM_CONV_UPDATE_ICON PURPLE_CONV_UPDATE_ICON |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
571 #define GAIM_CONV_UPDATE_TITLE PURPLE_CONV_UPDATE_TITLE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
572 #define GAIM_CONV_UPDATE_CHATLEFT PURPLE_CONV_UPDATE_CHATLEFT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
573 #define GAIM_CONV_UPDATE_FEATURES PURPLE_CONV_UPDATE_FEATURES |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
574 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
575 #define GaimConvUpdateType PurpleConvUpdateType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
576 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
577 #define GAIM_NOT_TYPING PURPLE_NOT_TYPING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
578 #define GAIM_TYPING PURPLE_TYPING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
579 #define GAIM_TYPED PURPLE_TYPED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
580 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
581 #define GaimTypingState PurpleTypingState |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
582 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
583 #define GAIM_MESSAGE_SEND PURPLE_MESSAGE_SEND |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
584 #define GAIM_MESSAGE_RECV PURPLE_MESSAGE_RECV |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
585 #define GAIM_MESSAGE_SYSTEM PURPLE_MESSAGE_SYSTEM |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
586 #define GAIM_MESSAGE_AUTO_RESP PURPLE_MESSAGE_AUTO_RESP |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
587 #define GAIM_MESSAGE_ACTIVE_ONLY PURPLE_MESSAGE_ACTIVE_ONLY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
588 #define GAIM_MESSAGE_NICK PURPLE_MESSAGE_NICK |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
589 #define GAIM_MESSAGE_NO_LOG PURPLE_MESSAGE_NO_LOG |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
590 #define GAIM_MESSAGE_WHISPER PURPLE_MESSAGE_WHISPER |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
591 #define GAIM_MESSAGE_ERROR PURPLE_MESSAGE_ERROR |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
592 #define GAIM_MESSAGE_DELAYED PURPLE_MESSAGE_DELAYED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
593 #define GAIM_MESSAGE_RAW PURPLE_MESSAGE_RAW |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
594 #define GAIM_MESSAGE_IMAGES PURPLE_MESSAGE_IMAGES |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
595 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
596 #define GaimMessageFlags PurpleMessageFlags |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
597 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
598 #define GAIM_CBFLAGS_NONE PURPLE_CBFLAGS_NONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
599 #define GAIM_CBFLAGS_VOICE PURPLE_CBFLAGS_VOICE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
600 #define GAIM_CBFLAGS_HALFOP PURPLE_CBFLAGS_HALFOP |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
601 #define GAIM_CBFLAGS_OP PURPLE_CBFLAGS_OP |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
602 #define GAIM_CBFLAGS_FOUNDER PURPLE_CBFLAGS_FOUNDER |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
603 #define GAIM_CBFLAGS_TYPING PURPLE_CBFLAGS_TYPING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
604 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
605 #define GaimConvChatBuddyFlags PurpleConvChatBuddyFlags |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
606 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
607 #define gaim_conversations_set_ui_ops purple_conversations_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
608 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
609 #define gaim_conversation_new purple_conversation_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
610 #define gaim_conversation_destroy purple_conversation_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
611 #define gaim_conversation_present purple_conversation_present |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
612 #define gaim_conversation_get_type purple_conversation_get_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
613 #define gaim_conversation_set_ui_ops purple_conversation_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
614 #define gaim_conversation_get_ui_ops purple_conversation_get_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
615 #define gaim_conversation_set_account purple_conversation_set_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
616 #define gaim_conversation_get_account purple_conversation_get_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
617 #define gaim_conversation_get_gc purple_conversation_get_gc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
618 #define gaim_conversation_set_title purple_conversation_set_title |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
619 #define gaim_conversation_get_title purple_conversation_get_title |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
620 #define gaim_conversation_autoset_title purple_conversation_autoset_title |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
621 #define gaim_conversation_set_name purple_conversation_set_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
622 #define gaim_conversation_get_name purple_conversation_get_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
623 #define gaim_conversation_set_logging purple_conversation_set_logging |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
624 #define gaim_conversation_is_logging purple_conversation_is_logging |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
625 #define gaim_conversation_close_logs purple_conversation_close_logs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
626 #define gaim_conversation_get_im_data purple_conversation_get_im_data |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
627 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
628 #define GAIM_CONV_IM PURPLE_CONV_IM |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
629 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
630 #define gaim_conversation_get_chat_data purple_conversation_get_chat_data |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
631 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
632 #define GAIM_CONV_CHAT PURPLE_CONV_CHAT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
633 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
634 #define gaim_conversation_set_data purple_conversation_set_data |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
635 #define gaim_conversation_get_data purple_conversation_get_data |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
636 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
637 #define gaim_get_conversations purple_get_conversations |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
638 #define gaim_get_ims purple_get_ims |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
639 #define gaim_get_chats purple_get_chats |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
640 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
641 #define gaim_find_conversation_with_account \ |
15450 | 642 purple_find_conversation_with_account |
643 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
644 #define gaim_conversation_write purple_conversation_write |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
645 #define gaim_conversation_set_features purple_conversation_set_features |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
646 #define gaim_conversation_get_features purple_conversation_get_features |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
647 #define gaim_conversation_has_focus purple_conversation_has_focus |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
648 #define gaim_conversation_update purple_conversation_update |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
649 #define gaim_conversation_foreach purple_conversation_foreach |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
650 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
651 #define gaim_conv_im_get_conversation purple_conv_im_get_conversation |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
652 #define gaim_conv_im_set_icon purple_conv_im_set_icon |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
653 #define gaim_conv_im_get_icon purple_conv_im_get_icon |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
654 #define gaim_conv_im_set_typing_state purple_conv_im_set_typing_state |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
655 #define gaim_conv_im_get_typing_state purple_conv_im_get_typing_state |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
656 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
657 #define gaim_conv_im_start_typing_timeout purple_conv_im_start_typing_timeout |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
658 #define gaim_conv_im_stop_typing_timeout purple_conv_im_stop_typing_timeout |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
659 #define gaim_conv_im_get_typing_timeout purple_conv_im_get_typing_timeout |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
660 #define gaim_conv_im_set_type_again purple_conv_im_set_type_again |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
661 #define gaim_conv_im_get_type_again purple_conv_im_get_type_again |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
662 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
663 #define gaim_conv_im_start_send_typed_timeout \ |
15450 | 664 purple_conv_im_start_send_typed_timeout |
665 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
666 #define gaim_conv_im_stop_send_typed_timeout \ |
15450 | 667 purple_conv_im_stop_send_typed_timeout |
668 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
669 #define gaim_conv_im_get_send_typed_timeout \ |
15450 | 670 purple_conv_im_get_send_typed_timeout |
671 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
672 #define gaim_conv_present_error purple_conv_present_error |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
673 #define gaim_conv_send_confirm purple_conv_send_confirm |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
674 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
675 #define gaim_conv_im_update_typing purple_conv_im_update_typing |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
676 #define gaim_conv_im_write purple_conv_im_write |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
677 #define gaim_conv_im_send purple_conv_im_send |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
678 #define gaim_conv_im_send_with_flags purple_conv_im_send_with_flags |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
679 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
680 #define gaim_conv_custom_smiley_add purple_conv_custom_smiley_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
681 #define gaim_conv_custom_smiley_write purple_conv_custom_smiley_write |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
682 #define gaim_conv_custom_smiley_close purple_conv_custom_smiley_close |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
683 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
684 #define gaim_conv_chat_get_conversation purple_conv_chat_get_conversation |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
685 #define gaim_conv_chat_set_users purple_conv_chat_set_users |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
686 #define gaim_conv_chat_get_users purple_conv_chat_get_users |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
687 #define gaim_conv_chat_ignore purple_conv_chat_ignore |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
688 #define gaim_conv_chat_unignore purple_conv_chat_unignore |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
689 #define gaim_conv_chat_set_ignored purple_conv_chat_set_ignored |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
690 #define gaim_conv_chat_get_ignored purple_conv_chat_get_ignored |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
691 #define gaim_conv_chat_get_ignored_user purple_conv_chat_get_ignored_user |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
692 #define gaim_conv_chat_is_user_ignored purple_conv_chat_is_user_ignored |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
693 #define gaim_conv_chat_set_topic purple_conv_chat_set_topic |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
694 #define gaim_conv_chat_get_topic purple_conv_chat_get_topic |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
695 #define gaim_conv_chat_set_id purple_conv_chat_set_id |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
696 #define gaim_conv_chat_get_id purple_conv_chat_get_id |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
697 #define gaim_conv_chat_write purple_conv_chat_write |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
698 #define gaim_conv_chat_send purple_conv_chat_send |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
699 #define gaim_conv_chat_send_with_flags purple_conv_chat_send_with_flags |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
700 #define gaim_conv_chat_add_user purple_conv_chat_add_user |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
701 #define gaim_conv_chat_add_users purple_conv_chat_add_users |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
702 #define gaim_conv_chat_rename_user purple_conv_chat_rename_user |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
703 #define gaim_conv_chat_remove_user purple_conv_chat_remove_user |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
704 #define gaim_conv_chat_remove_users purple_conv_chat_remove_users |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
705 #define gaim_conv_chat_find_user purple_conv_chat_find_user |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
706 #define gaim_conv_chat_user_set_flags purple_conv_chat_user_set_flags |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
707 #define gaim_conv_chat_user_get_flags purple_conv_chat_user_get_flags |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
708 #define gaim_conv_chat_clear_users purple_conv_chat_clear_users |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
709 #define gaim_conv_chat_set_nick purple_conv_chat_set_nick |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
710 #define gaim_conv_chat_get_nick purple_conv_chat_get_nick |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
711 #define gaim_conv_chat_left purple_conv_chat_left |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
712 #define gaim_conv_chat_has_left purple_conv_chat_has_left |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
713 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
714 #define gaim_find_chat purple_find_chat |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
715 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
716 #define gaim_conv_chat_cb_new purple_conv_chat_cb_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
717 #define gaim_conv_chat_cb_find purple_conv_chat_cb_find |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
718 #define gaim_conv_chat_cb_get_name purple_conv_chat_cb_get_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
719 #define gaim_conv_chat_cb_destroy purple_conv_chat_cb_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
720 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
721 #define gaim_conversations_get_handle purple_conversations_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
722 #define gaim_conversations_init purple_conversations_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
723 #define gaim_conversations_uninit purple_conversations_uninit |
15450 | 724 |
725 /* from core.h */ | |
726 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
727 #define GaimCore PurpleCore |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
728 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
729 #define GaimCoreUiOps PurpleCoreUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
730 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
731 #define gaim_core_init purple_core_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
732 #define gaim_core_quit purple_core_quit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
733 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
734 #define gaim_core_quit_cb purple_core_quit_cb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
735 #define gaim_core_get_version purple_core_get_version |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
736 #define gaim_core_get_ui purple_core_get_ui |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
737 #define gaim_get_core purple_get_core |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
738 #define gaim_core_set_ui_ops purple_core_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
739 #define gaim_core_get_ui_ops purple_core_get_ui_ops |
15450 | 740 |
741 /* from debug.h */ | |
742 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
743 #define GAIM_DEBUG_ALL PURPLE_DEBUG_ALL |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
744 #define GAIM_DEBUG_MISC PURPLE_DEBUG_MISC |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
745 #define GAIM_DEBUG_INFO PURPLE_DEBUG_INFO |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
746 #define GAIM_DEBUG_WARNING PURPLE_DEBUG_WARNING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
747 #define GAIM_DEBUG_ERROR PURPLE_DEBUG_ERROR |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
748 #define GAIM_DEBUG_FATAL PURPLE_DEBUG_FATAL |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
749 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
750 #define GaimDebugLevel PurpleDebugLevel |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
751 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
752 #define GaimDebugUiOps PurpleDebugUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
753 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
754 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
755 #define gaim_debug purple_debug |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
756 #define gaim_debug_misc purple_debug_misc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
757 #define gaim_debug_info purple_debug_info |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
758 #define gaim_debug_warning purple_debug_warning |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
759 #define gaim_debug_error purple_debug_error |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
760 #define gaim_debug_fatal purple_debug_fatal |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
761 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
762 #define gaim_debug_set_enabled purple_debug_set_enabled |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
763 #define gaim_debug_is_enabled purple_debug_is_enabled |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
764 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
765 #define gaim_debug_set_ui_ops purple_debug_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
766 #define gaim_debug_get_ui_ops purple_debug_get_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
767 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
768 #define gaim_debug_init purple_debug_init |
15450 | 769 |
770 /* from desktopitem.h */ | |
771 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
772 #define GAIM_DESKTOP_ITEM_TYPE_NULL PURPLE_DESKTOP_ITEM_TYPE_NULL |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
773 #define GAIM_DESKTOP_ITEM_TYPE_OTHER PURPLE_DESKTOP_ITEM_TYPE_OTHER |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
774 #define GAIM_DESKTOP_ITEM_TYPE_APPLICATION PURPLE_DESKTOP_ITEM_TYPE_APPLICATION |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
775 #define GAIM_DESKTOP_ITEM_TYPE_LINK PURPLE_DESKTOP_ITEM_TYPE_LINK |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
776 #define GAIM_DESKTOP_ITEM_TYPE_FSDEVICE PURPLE_DESKTOP_ITEM_TYPE_FSDEVICE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
777 #define GAIM_DESKTOP_ITEM_TYPE_MIME_TYPE PURPLE_DESKTOP_ITEM_TYPE_MIME_TYPE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
778 #define GAIM_DESKTOP_ITEM_TYPE_DIRECTORY PURPLE_DESKTOP_ITEM_TYPE_DIRECTORY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
779 #define GAIM_DESKTOP_ITEM_TYPE_SERVICE PURPLE_DESKTOP_ITEM_TYPE_SERVICE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
780 #define GAIM_DESKTOP_ITEM_TYPE_SERVICE_TYPE PURPLE_DESKTOP_ITEM_TYPE_SERVICE_TYPE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
781 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
782 #define GaimDesktopItemType PurpleDesktopItemType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
783 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
784 #define GaimDesktopItem PurpleDesktopItem |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
785 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
786 #define GAIM_TYPE_DESKTOP_ITEM PURPLE_TYPE_DESKTOP_ITEM |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
787 #define gaim_desktop_item_get_type purple_desktop_item_get_type |
15450 | 788 |
789 /* standard */ | |
790 /* ugh, i'm just copying these as strings, rather than pidginifying them */ | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
791 #define GAIM_DESKTOP_ITEM_ENCODING "Encoding" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
792 #define GAIM_DESKTOP_ITEM_VERSION "Version" /* numeric */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
793 #define GAIM_DESKTOP_ITEM_NAME "Name" /* localestring */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
794 #define GAIM_DESKTOP_ITEM_GENERIC_NAME "GenericName" /* localestring */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
795 #define GAIM_DESKTOP_ITEM_TYPE "Type" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
796 #define GAIM_DESKTOP_ITEM_FILE_PATTERN "FilePattern" /* regexp(s) */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
797 #define GAIM_DESKTOP_ITEM_TRY_EXEC "TryExec" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
798 #define GAIM_DESKTOP_ITEM_NO_DISPLAY "NoDisplay" /* boolean */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
799 #define GAIM_DESKTOP_ITEM_COMMENT "Comment" /* localestring */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
800 #define GAIM_DESKTOP_ITEM_EXEC "Exec" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
801 #define GAIM_DESKTOP_ITEM_ACTIONS "Actions" /* strings */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
802 #define GAIM_DESKTOP_ITEM_ICON "Icon" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
803 #define GAIM_DESKTOP_ITEM_MINI_ICON "MiniIcon" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
804 #define GAIM_DESKTOP_ITEM_HIDDEN "Hidden" /* boolean */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
805 #define GAIM_DESKTOP_ITEM_PATH "Path" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
806 #define GAIM_DESKTOP_ITEM_TERMINAL "Terminal" /* boolean */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
807 #define GAIM_DESKTOP_ITEM_TERMINAL_OPTIONS "TerminalOptions" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
808 #define GAIM_DESKTOP_ITEM_SWALLOW_TITLE "SwallowTitle" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
809 #define GAIM_DESKTOP_ITEM_SWALLOW_EXEC "SwallowExec" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
810 #define GAIM_DESKTOP_ITEM_MIME_TYPE "MimeType" /* regexp(s) */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
811 #define GAIM_DESKTOP_ITEM_PATTERNS "Patterns" /* regexp(s) */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
812 #define GAIM_DESKTOP_ITEM_DEFAULT_APP "DefaultApp" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
813 #define GAIM_DESKTOP_ITEM_DEV "Dev" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
814 #define GAIM_DESKTOP_ITEM_FS_TYPE "FSType" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
815 #define GAIM_DESKTOP_ITEM_MOUNT_POINT "MountPoint" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
816 #define GAIM_DESKTOP_ITEM_READ_ONLY "ReadOnly" /* boolean */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
817 #define GAIM_DESKTOP_ITEM_UNMOUNT_ICON "UnmountIcon" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
818 #define GAIM_DESKTOP_ITEM_SORT_ORDER "SortOrder" /* strings */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
819 #define GAIM_DESKTOP_ITEM_URL "URL" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
820 #define GAIM_DESKTOP_ITEM_DOC_PATH "X-GNOME-DocPath" /* string */ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
821 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
822 #define gaim_desktop_item_new_from_file purple_desktop_item_new_from_file |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
823 #define gaim_desktop_item_get_entry_type purple_desktop_item_get_entry_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
824 #define gaim_desktop_item_get_string purple_desktop_item_get_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
825 #define gaim_desktop_item_copy purple_desktop_item_copy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
826 #define gaim_desktop_item_unref purple_desktop_item_unref |
15450 | 827 |
828 /* from dnsquery.h */ | |
829 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
830 #define GaimDnsQueryData PurpleDnsQueryData |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
831 #define GaimDnsQueryConnectFunction PurpleDnsQueryConnectFunction |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
832 |
15854
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
833 #define gaim_dnsquery_a purple_dnsquery_a |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
834 #define gaim_dnsquery_destroy purple_dnsquery_destroy |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
835 #define gaim_dnsquery_init purple_dnsquery_init |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
836 #define gaim_dnsquery_uninit purple_dnsquery_uninit |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
837 #define gaim_dnsquery_set_ui_ops purple_dnsquery_set_ui_ops |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
838 #define gaim_dnsquery_get_host purple_dnsquery_get_host |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
839 #define gaim_dnsquery_get_port purple_dnsquery_get_port |
15450 | 840 |
841 /* from dnssrv.h */ | |
842 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
843 #define GaimSrvResponse PurpleSrvResponse |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
844 #define GaimSrvQueryData PurpleSrvQueryData |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
845 #define GaimSrvCallback PurpleSrvCallback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
846 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
847 #define gaim_srv_resolve purple_srv_resolve |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
848 #define gaim_srv_cancel purple_srv_cancel |
15450 | 849 |
850 /* from eventloop.h */ | |
851 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
852 #define GAIM_INPUT_READ PURPLE_INPUT_READ |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
853 #define GAIM_INPUT_WRITE PURPLE_INPUT_WRITE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
854 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
855 #define GaimInputCondition PurpleInputCondition |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
856 #define GaimInputFunction PurpleInputFunction |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
857 #define GaimEventLoopUiOps PurpleEventLoopUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
858 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
859 #define gaim_timeout_add purple_timeout_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
860 #define gaim_timeout_remove purple_timeout_remove |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
861 #define gaim_input_add purple_input_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
862 #define gaim_input_remove purple_input_remove |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
863 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
864 #define gaim_eventloop_set_ui_ops purple_eventloop_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
865 #define gaim_eventloop_get_ui_ops purple_eventloop_get_ui_ops |
15450 | 866 |
867 /* from ft.h */ | |
868 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
869 #define GaimXfer PurpleXfer |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
870 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
871 #define GAIM_XFER_UNKNOWN PURPLE_XFER_UNKNOWN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
872 #define GAIM_XFER_SEND PURPLE_XFER_SEND |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
873 #define GAIM_XFER_RECEIVE PURPLE_XFER_RECEIVE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
874 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
875 #define GaimXferType PurpleXferType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
876 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
877 #define GAIM_XFER_STATUS_UNKNOWN PURPLE_XFER_STATUS_UNKNOWN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
878 #define GAIM_XFER_STATUS_NOT_STARTED PURPLE_XFER_STATUS_NOT_STARTED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
879 #define GAIM_XFER_STATUS_ACCEPTED PURPLE_XFER_STATUS_ACCEPTED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
880 #define GAIM_XFER_STATUS_STARTED PURPLE_XFER_STATUS_STARTED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
881 #define GAIM_XFER_STATUS_DONE PURPLE_XFER_STATUS_DONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
882 #define GAIM_XFER_STATUS_CANCEL_LOCAL PURPLE_XFER_STATUS_CANCEL_LOCAL |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
883 #define GAIM_XFER_STATUS_CANCEL_REMOTE PURPLE_XFER_STATUS_CANCEL_REMOTE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
884 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
885 #define GaimXferStatusType PurpleXferStatusType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
886 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
887 #define GaimXferUiOps PurpleXferUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
888 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
889 #define gaim_xfer_new purple_xfer_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
890 #define gaim_xfer_ref purple_xfer_ref |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
891 #define gaim_xfer_unref purple_xfer_unref |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
892 #define gaim_xfer_request purple_xfer_request |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
893 #define gaim_xfer_request_accepted purple_xfer_request_accepted |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
894 #define gaim_xfer_request_denied purple_xfer_request_denied |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
895 #define gaim_xfer_get_type purple_xfer_get_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
896 #define gaim_xfer_get_account purple_xfer_get_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
897 #define gaim_xfer_get_status purple_xfer_get_status |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
898 #define gaim_xfer_is_canceled purple_xfer_is_canceled |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
899 #define gaim_xfer_is_completed purple_xfer_is_completed |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
900 #define gaim_xfer_get_filename purple_xfer_get_filename |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
901 #define gaim_xfer_get_local_filename purple_xfer_get_local_filename |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
902 #define gaim_xfer_get_bytes_sent purple_xfer_get_bytes_sent |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
903 #define gaim_xfer_get_bytes_remaining purple_xfer_get_bytes_remaining |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
904 #define gaim_xfer_get_size purple_xfer_get_size |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
905 #define gaim_xfer_get_progress purple_xfer_get_progress |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
906 #define gaim_xfer_get_local_port purple_xfer_get_local_port |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
907 #define gaim_xfer_get_remote_ip purple_xfer_get_remote_ip |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
908 #define gaim_xfer_get_remote_port purple_xfer_get_remote_port |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
909 #define gaim_xfer_set_completed purple_xfer_set_completed |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
910 #define gaim_xfer_set_message purple_xfer_set_message |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
911 #define gaim_xfer_set_filename purple_xfer_set_filename |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
912 #define gaim_xfer_set_local_filename purple_xfer_set_local_filename |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
913 #define gaim_xfer_set_size purple_xfer_set_size |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
914 #define gaim_xfer_set_bytes_sent purple_xfer_set_bytes_sent |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
915 #define gaim_xfer_get_ui_ops purple_xfer_get_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
916 #define gaim_xfer_set_read_fnc purple_xfer_set_read_fnc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
917 #define gaim_xfer_set_write_fnc purple_xfer_set_write_fnc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
918 #define gaim_xfer_set_ack_fnc purple_xfer_set_ack_fnc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
919 #define gaim_xfer_set_request_denied_fnc purple_xfer_set_request_denied_fnc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
920 #define gaim_xfer_set_init_fnc purple_xfer_set_init_fnc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
921 #define gaim_xfer_set_start_fnc purple_xfer_set_start_fnc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
922 #define gaim_xfer_set_end_fnc purple_xfer_set_end_fnc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
923 #define gaim_xfer_set_cancel_send_fnc purple_xfer_set_cancel_send_fnc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
924 #define gaim_xfer_set_cancel_recv_fnc purple_xfer_set_cancel_recv_fnc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
925 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
926 #define gaim_xfer_read purple_xfer_read |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
927 #define gaim_xfer_write purple_xfer_write |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
928 #define gaim_xfer_start purple_xfer_start |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
929 #define gaim_xfer_end purple_xfer_end |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
930 #define gaim_xfer_add purple_xfer_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
931 #define gaim_xfer_cancel_local purple_xfer_cancel_local |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
932 #define gaim_xfer_cancel_remote purple_xfer_cancel_remote |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
933 #define gaim_xfer_error purple_xfer_error |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
934 #define gaim_xfer_update_progress purple_xfer_update_progress |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
935 #define gaim_xfer_conversation_write purple_xfer_conversation_write |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
936 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
937 #define gaim_xfers_get_handle purple_xfers_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
938 #define gaim_xfers_init purple_xfers_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
939 #define gaim_xfers_uninit purple_xfers_uninit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
940 #define gaim_xfers_set_ui_ops purple_xfers_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
941 #define gaim_xfers_get_ui_ops purple_xfers_get_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
942 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
943 /* from gaim-client.h */ |
15468 | 944 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
945 #define gaim_init purple_init |
15468 | 946 |
947 /* from idle.h */ | |
948 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
949 #define GaimIdleUiOps PurpleIdleUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
950 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
951 #define gaim_idle_touch purple_idle_touch |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
952 #define gaim_idle_set purple_idle_set |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
953 #define gaim_idle_set_ui_ops purple_idle_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
954 #define gaim_idle_get_ui_ops purple_idle_get_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
955 #define gaim_idle_init purple_idle_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
956 #define gaim_idle_uninit purple_idle_uninit |
15468 | 957 |
958 /* from imgstore.h */ | |
959 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
960 #define GaimStoredImage PurpleStoredImage |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
961 |
16626
85143795aad6
Compatibility layer fixes for the buddy icon stuff.
Richard Laager <rlaager@wiktel.com>
parents:
16535
diff
changeset
|
962 #define gaim_imgstore_add(data, size, filename) \ |
85143795aad6
Compatibility layer fixes for the buddy icon stuff.
Richard Laager <rlaager@wiktel.com>
parents:
16535
diff
changeset
|
963 purple_imgstore_add_with_id(g_memdup(data, size), size, filename) |
16375
391a79778f89
Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Richard Laager <rlaager@wiktel.com>
parents:
16373
diff
changeset
|
964 #define gaim_imgstore_get purple_imgstore_find_by_id |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
965 #define gaim_imgstore_get_data purple_imgstore_get_data |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
966 #define gaim_imgstore_get_size purple_imgstore_get_size |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
967 #define gaim_imgstore_get_filename purple_imgstore_get_filename |
16375
391a79778f89
Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Richard Laager <rlaager@wiktel.com>
parents:
16373
diff
changeset
|
968 #define gaim_imgstore_ref purple_imgstore_ref_by_id |
391a79778f89
Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Richard Laager <rlaager@wiktel.com>
parents:
16373
diff
changeset
|
969 #define gaim_imgstore_unref purple_imgstore_unref_by_id |
15468 | 970 |
971 | |
972 /* from log.h */ | |
973 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
974 #define GaimLog PurpleLog |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
975 #define GaimLogLogger PurpleLogLogger |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
976 #define GaimLogCommonLoggerData PurpleLogCommonLoggerData |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
977 #define GaimLogSet PurpleLogSet |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
978 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
979 #define GAIM_LOG_IM PURPLE_LOG_IM |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
980 #define GAIM_LOG_CHAT PURPLE_LOG_CHAT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
981 #define GAIM_LOG_SYSTEM PURPLE_LOG_SYSTEM |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
982 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
983 #define GaimLogType PurpleLogType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
984 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
985 #define GAIM_LOG_READ_NO_NEWLINE PURPLE_LOG_READ_NO_NEWLINE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
986 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
987 #define GaimLogReadFlags PurpleLogReadFlags |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
988 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
989 #define GaimLogSetCallback PurpleLogSetCallback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
990 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
991 #define gaim_log_new purple_log_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
992 #define gaim_log_free purple_log_free |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
993 #define gaim_log_write purple_log_write |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
994 #define gaim_log_read purple_log_read |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
995 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
996 #define gaim_log_get_logs purple_log_get_logs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
997 #define gaim_log_get_log_sets purple_log_get_log_sets |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
998 #define gaim_log_get_system_logs purple_log_get_system_logs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
999 #define gaim_log_get_size purple_log_get_size |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1000 #define gaim_log_get_total_size purple_log_get_total_size |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1001 #define gaim_log_get_log_dir purple_log_get_log_dir |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1002 #define gaim_log_compare purple_log_compare |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1003 #define gaim_log_set_compare purple_log_set_compare |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1004 #define gaim_log_set_free purple_log_set_free |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1005 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1006 #define gaim_log_common_writer purple_log_common_writer |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1007 #define gaim_log_common_lister purple_log_common_lister |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1008 #define gaim_log_common_total_sizer purple_log_common_total_sizer |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1009 #define gaim_log_common_sizer purple_log_common_sizer |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1010 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1011 #define gaim_log_logger_new purple_log_logger_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1012 #define gaim_log_logger_free purple_log_logger_free |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1013 #define gaim_log_logger_add purple_log_logger_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1014 #define gaim_log_logger_remove purple_log_logger_remove |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1015 #define gaim_log_logger_set purple_log_logger_set |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1016 #define gaim_log_logger_get purple_log_logger_get |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1017 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1018 #define gaim_log_logger_get_options purple_log_logger_get_options |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1019 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1020 #define gaim_log_init purple_log_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1021 #define gaim_log_get_handle purple_log_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1022 #define gaim_log_uninit purple_log_uninit |
15468 | 1023 |
1024 /* from mime.h */ | |
1025 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1026 #define GaimMimeDocument PurpleMimeDocument |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1027 #define GaimMimePart PurpleMimePart |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1028 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1029 #define gaim_mime_document_new purple_mime_document_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1030 #define gaim_mime_document_free purple_mime_document_free |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1031 #define gaim_mime_document_parse purple_mime_document_parse |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1032 #define gaim_mime_document_parsen purple_mime_document_parsen |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1033 #define gaim_mime_document_write purple_mime_document_write |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1034 #define gaim_mime_document_get_fields purple_mime_document_get_fields |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1035 #define gaim_mime_document_get_field purple_mime_document_get_field |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1036 #define gaim_mime_document_set_field purple_mime_document_set_field |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1037 #define gaim_mime_document_get_parts purple_mime_document_get_parts |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1038 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1039 #define gaim_mime_part_new purple_mime_part_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1040 #define gaim_mime_part_get_fields purple_mime_part_get_fields |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1041 #define gaim_mime_part_get_field purple_mime_part_get_field |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1042 #define gaim_mime_part_get_field_decoded purple_mime_part_get_field_decoded |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1043 #define gaim_mime_part_set_field purple_mime_part_set_field |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1044 #define gaim_mime_part_get_data purple_mime_part_get_data |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1045 #define gaim_mime_part_get_data_decoded purple_mime_part_get_data_decoded |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1046 #define gaim_mime_part_get_length purple_mime_part_get_length |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1047 #define gaim_mime_part_set_data purple_mime_part_set_data |
15468 | 1048 |
1049 | |
1050 /* from network.h */ | |
1051 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1052 #define GaimNetworkListenData PurpleNetworkListenData |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1053 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1054 #define GaimNetworkListenCallback PurpleNetworkListenCallback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1055 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1056 #define gaim_network_ip_atoi purple_network_ip_atoi |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1057 #define gaim_network_set_public_ip purple_network_set_public_ip |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1058 #define gaim_network_get_public_ip purple_network_get_public_ip |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1059 #define gaim_network_get_local_system_ip purple_network_get_local_system_ip |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1060 #define gaim_network_get_my_ip purple_network_get_my_ip |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1061 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1062 #define gaim_network_listen purple_network_listen |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1063 #define gaim_network_listen_range purple_network_listen_range |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1064 #define gaim_network_listen_cancel purple_network_listen_cancel |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1065 #define gaim_network_get_port_from_fd purple_network_get_port_from_fd |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1066 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1067 #define gaim_network_is_available purple_network_is_available |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1068 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1069 #define gaim_network_init purple_network_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1070 #define gaim_network_uninit purple_network_uninit |
15468 | 1071 |
1072 /* from notify.h */ | |
1073 | |
1074 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1075 #define GaimNotifyUserInfoEntry PurpleNotifyUserInfoEntry |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1076 #define GaimNotifyUserInfo PurpleNotifyUserInfo |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1077 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1078 #define GaimNotifyCloseCallback PurpleNotifyCloseCallback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1079 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1080 #define GAIM_NOTIFY_MESSAGE PURPLE_NOTIFY_MESSAGE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1081 #define GAIM_NOTIFY_EMAIL PURPLE_NOTIFY_EMAIL |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1082 #define GAIM_NOTIFY_EMAILS PURPLE_NOTIFY_EMAILS |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1083 #define GAIM_NOTIFY_FORMATTED PURPLE_NOTIFY_FORMATTED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1084 #define GAIM_NOTIFY_SEARCHRESULTS PURPLE_NOTIFY_SEARCHRESULTS |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1085 #define GAIM_NOTIFY_USERINFO PURPLE_NOTIFY_USERINFO |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1086 #define GAIM_NOTIFY_URI PURPLE_NOTIFY_URI |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1087 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1088 #define GaimNotifyType PurpleNotifyType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1089 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1090 #define GAIM_NOTIFY_MSG_ERROR PURPLE_NOTIFY_MSG_ERROR |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1091 #define GAIM_NOTIFY_MSG_WARNING PURPLE_NOTIFY_MSG_WARNING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1092 #define GAIM_NOTIFY_MSG_INFO PURPLE_NOTIFY_MSG_INFO |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1093 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1094 #define GaimNotifyMsgType PurpleNotifyMsgType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1095 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1096 #define GAIM_NOTIFY_BUTTON_LABELED PURPLE_NOTIFY_BUTTON_LABELED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1097 #define GAIM_NOTIFY_BUTTON_CONTINUE PURPLE_NOTIFY_BUTTON_CONTINUE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1098 #define GAIM_NOTIFY_BUTTON_ADD PURPLE_NOTIFY_BUTTON_ADD |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1099 #define GAIM_NOTIFY_BUTTON_INFO PURPLE_NOTIFY_BUTTON_INFO |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1100 #define GAIM_NOTIFY_BUTTON_IM PURPLE_NOTIFY_BUTTON_IM |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1101 #define GAIM_NOTIFY_BUTTON_JOIN PURPLE_NOTIFY_BUTTON_JOIN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1102 #define GAIM_NOTIFY_BUTTON_INVITE PURPLE_NOTIFY_BUTTON_INVITE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1103 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1104 #define GaimNotifySearchButtonType PurpleNotifySearchButtonType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1105 |
15854
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
1106 #define GaimNotifySearchResults PurpleNotifySearchResults |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1107 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1108 #define GAIM_NOTIFY_USER_INFO_ENTRY_PAIR PURPLE_NOTIFY_USER_INFO_ENTRY_PAIR |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1109 #define GAIM_NOTIFY_USER_INFO_ENTRY_SECTION_BREAK PURPLE_NOTIFY_USER_INFO_ENTRY_SECTION_BREAK |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1110 #define GAIM_NOTIFY_USER_INFO_ENTRY_SECTION_HEADER PURPLE_NOTIFY_USER_INFO_ENTRY_SECTION_HEADER |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1111 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1112 #define GaimNotifyUserInfoEntryType PurpleNotifyUserInfoEntryType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1113 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1114 #define GaimNotifySearchColumn PurpleNotifySearchColumn |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1115 #define GaimNotifySearchResultsCallback PurpleNotifySearchResultsCallback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1116 #define GaimNotifySearchButton PurpleNotifySearchButton |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1117 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1118 #define GaimNotifyUiOps PurpleNotifyUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1119 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1120 #define gaim_notify_searchresults purple_notify_searchresults |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1121 #define gaim_notify_searchresults_free purple_notify_searchresults_free |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1122 #define gaim_notify_searchresults_new_rows purple_notify_searchresults_new_rows |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1123 #define gaim_notify_searchresults_button_add purple_notify_searchresults_button_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1124 #define gaim_notify_searchresults_button_add_labeled purple_notify_searchresults_button_add_labeled |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1125 #define gaim_notify_searchresults_new purple_notify_searchresults_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1126 #define gaim_notify_searchresults_column_new purple_notify_searchresults_column_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1127 #define gaim_notify_searchresults_column_add purple_notify_searchresults_column_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1128 #define gaim_notify_searchresults_row_add purple_notify_searchresults_row_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1129 #define gaim_notify_searchresults_get_rows_count purple_notify_searchresults_get_rows_count |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1130 #define gaim_notify_searchresults_get_columns_count purple_notify_searchresults_get_columns_count |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1131 #define gaim_notify_searchresults_row_get purple_notify_searchresults_row_get |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1132 #define gaim_notify_searchresults_column_get_title purple_notify_searchresults_column_get_title |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1133 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1134 #define gaim_notify_message purple_notify_message |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1135 #define gaim_notify_email purple_notify_email |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1136 #define gaim_notify_emails purple_notify_emails |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1137 #define gaim_notify_formatted purple_notify_formatted |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1138 #define gaim_notify_userinfo purple_notify_userinfo |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1139 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1140 #define gaim_notify_user_info_new purple_notify_user_info_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1141 #define gaim_notify_user_info_destroy purple_notify_user_info_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1142 #define gaim_notify_user_info_get_entries purple_notify_user_info_get_entries |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1143 #define gaim_notify_user_info_get_text_with_newline purple_notify_user_info_get_text_with_newline |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1144 #define gaim_notify_user_info_add_pair purple_notify_user_info_add_pair |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1145 #define gaim_notify_user_info_prepend_pair purple_notify_user_info_prepend_pair |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1146 #define gaim_notify_user_info_remove_entry purple_notify_user_info_remove_entry |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1147 #define gaim_notify_user_info_entry_new purple_notify_user_info_entry_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1148 #define gaim_notify_user_info_add_section_break purple_notify_user_info_add_section_break |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1149 #define gaim_notify_user_info_add_section_header purple_notify_user_info_add_section_header |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1150 #define gaim_notify_user_info_remove_last_item purple_notify_user_info_remove_last_item |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1151 #define gaim_notify_user_info_entry_get_label purple_notify_user_info_entry_get_label |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1152 #define gaim_notify_user_info_entry_set_label purple_notify_user_info_entry_set_label |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1153 #define gaim_notify_user_info_entry_get_value purple_notify_user_info_entry_get_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1154 #define gaim_notify_user_info_entry_set_value purple_notify_user_info_entry_set_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1155 #define gaim_notify_user_info_entry_get_type purple_notify_user_info_entry_get_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1156 #define gaim_notify_user_info_entry_set_type purple_notify_user_info_entry_set_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1157 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1158 #define gaim_notify_uri purple_notify_uri |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1159 #define gaim_notify_close purple_notify_close |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1160 #define gaim_notify_close_with_handle purple_notify_close_with_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1161 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1162 #define gaim_notify_info purple_notify_info |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1163 #define gaim_notify_warning purple_notify_warning |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1164 #define gaim_notify_error purple_notify_error |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1165 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1166 #define gaim_notify_set_ui_ops purple_notify_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1167 #define gaim_notify_get_ui_ops purple_notify_get_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1168 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1169 #define gaim_notify_get_handle purple_notify_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1170 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1171 #define gaim_notify_init purple_notify_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1172 #define gaim_notify_uninit purple_notify_uninit |
15468 | 1173 |
15511
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1174 /* 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
|
1175 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1176 #define gaim_ntlm_gen_type1 purple_ntlm_gen_type1 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1177 #define gaim_ntlm_parse_type2 purple_ntlm_parse_type2 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1178 #define gaim_ntlm_gen_type3 purple_ntlm_gen_type3 |
15511
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1179 |
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1180 /* 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
|
1181 |
15861
346a366840c2
With this change, IRC Helper builds without changes to the source (only the Makefile).
Richard Laager <rlaager@wiktel.com>
parents:
15854
diff
changeset
|
1182 #ifdef GAIM_PLUGINS |
346a366840c2
With this change, IRC Helper builds without changes to the source (only the Makefile).
Richard Laager <rlaager@wiktel.com>
parents:
15854
diff
changeset
|
1183 #ifndef PURPLE_PLUGINS |
346a366840c2
With this change, IRC Helper builds without changes to the source (only the Makefile).
Richard Laager <rlaager@wiktel.com>
parents:
15854
diff
changeset
|
1184 #define PURPLE_PLUGINS |
346a366840c2
With this change, IRC Helper builds without changes to the source (only the Makefile).
Richard Laager <rlaager@wiktel.com>
parents:
15854
diff
changeset
|
1185 #endif |
346a366840c2
With this change, IRC Helper builds without changes to the source (only the Makefile).
Richard Laager <rlaager@wiktel.com>
parents:
15854
diff
changeset
|
1186 #endif |
346a366840c2
With this change, IRC Helper builds without changes to the source (only the Makefile).
Richard Laager <rlaager@wiktel.com>
parents:
15854
diff
changeset
|
1187 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1188 #define GaimPlugin PurplePlugin |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1189 #define GaimPluginInfo PurplePluginInfo |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1190 #define GaimPluginUiInfo PurplePluginUiInfo |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1191 #define GaimPluginLoaderInfo PurplePluginLoaderInfo |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1192 #define GaimPluginAction PurplePluginAction |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1193 #define GaimPluginPriority PurplePluginPriority |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1194 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1195 #define GAIM_PLUGIN_UNKNOWN PURPLE_PLUGIN_UNKNOWN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1196 #define GAIM_PLUGIN_STANDARD PURPLE_PLUGIN_STANDARD |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1197 #define GAIM_PLUGIN_LOADER PURPLE_PLUGIN_LOADER |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1198 #define GAIM_PLUGIN_PROTOCOL PURPLE_PLUGIN_PROTOCOL |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1199 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1200 #define GaimPluginType PurplePluginType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1201 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1202 #define GAIM_PRIORITY_DEFAULT PURPLE_PRIORITY_DEFAULT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1203 #define GAIM_PRIORITY_HIGHEST PURPLE_PRIORITY_HIGHEST |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1204 #define GAIM_PRIORITY_LOWEST PURPLE_PRIORITY_LOWEST |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1205 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1206 #define GAIM_PLUGIN_FLAG_INVISIBLE PURPLE_PLUGIN_FLAG_INVISIBLE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1207 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1208 #define GAIM_PLUGIN_MAGIC PURPLE_PLUGIN_MAGIC |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1209 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1210 #define GAIM_PLUGIN_LOADER_INFO PURPLE_PLUGIN_LOADER_INFO |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1211 #define GAIM_PLUGIN_HAS_PREF_FRAME PURPLE_PLUGIN_HAS_PREF_FRAME |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1212 #define GAIM_PLUGIN_UI_INFO PURPLE_PLUGIN_UI_INFO |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1213 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1214 #define GAIM_PLUGIN_HAS_ACTIONS PURPLE_PLUGIN_HAS_ACTIONS |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1215 #define GAIM_PLUGIN_ACTIONS PURPLE_PLUGIN_ACTIONS |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1216 |
16293
b9323295ba2f
More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <stu@nosnilmot.com>
parents:
15861
diff
changeset
|
1217 #define GAIM_INIT_PLUGIN PURPLE_INIT_PLUGIN |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1218 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1219 #define gaim_plugin_new purple_plugin_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1220 #define gaim_plugin_probe purple_plugin_probe |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1221 #define gaim_plugin_register purple_plugin_register |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1222 #define gaim_plugin_load purple_plugin_load |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1223 #define gaim_plugin_unload purple_plugin_unload |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1224 #define gaim_plugin_reload purple_plugin_reload |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1225 #define gaim_plugin_destroy purple_plugin_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1226 #define gaim_plugin_is_loaded purple_plugin_is_loaded |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1227 #define gaim_plugin_is_unloadable purple_plugin_is_unloadable |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1228 #define gaim_plugin_get_id purple_plugin_get_id |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1229 #define gaim_plugin_get_name purple_plugin_get_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1230 #define gaim_plugin_get_version purple_plugin_get_version |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1231 #define gaim_plugin_get_summary purple_plugin_get_summary |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1232 #define gaim_plugin_get_description purple_plugin_get_description |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1233 #define gaim_plugin_get_author purple_plugin_get_author |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1234 #define gaim_plugin_get_homepage purple_plugin_get_homepage |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1235 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1236 #define gaim_plugin_ipc_register purple_plugin_ipc_register |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1237 #define gaim_plugin_ipc_unregister purple_plugin_ipc_unregister |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1238 #define gaim_plugin_ipc_unregister_all purple_plugin_ipc_unregister_all |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1239 #define gaim_plugin_ipc_get_params purple_plugin_ipc_get_params |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1240 #define gaim_plugin_ipc_call purple_plugin_ipc_call |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1241 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1242 #define gaim_plugins_add_search_path purple_plugins_add_search_path |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1243 #define gaim_plugins_unload_all purple_plugins_unload_all |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1244 #define gaim_plugins_destroy_all purple_plugins_destroy_all |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1245 #define gaim_plugins_save_loaded purple_plugins_save_loaded |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1246 #define gaim_plugins_load_saved purple_plugins_load_saved |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1247 #define gaim_plugins_probe purple_plugins_probe |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1248 #define gaim_plugins_enabled purple_plugins_enabled |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1249 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1250 #define gaim_plugins_register_probe_notify_cb purple_plugins_register_probe_notify_cb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1251 #define gaim_plugins_unregister_probe_notify_cb purple_plugins_unregister_probe_notify_cb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1252 #define gaim_plugins_register_load_notify_cb purple_plugins_register_load_notify_cb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1253 #define gaim_plugins_unregister_load_notify_cb purple_plugins_unregister_load_notify_cb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1254 #define gaim_plugins_register_unload_notify_cb purple_plugins_register_unload_notify_cb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1255 #define gaim_plugins_unregister_unload_notify_cb purple_plugins_unregister_unload_notify_cb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1256 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1257 #define gaim_plugins_find_with_name purple_plugins_find_with_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1258 #define gaim_plugins_find_with_filename purple_plugins_find_with_filename |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1259 #define gaim_plugins_find_with_basename purple_plugins_find_with_basename |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1260 #define gaim_plugins_find_with_id purple_plugins_find_with_id |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1261 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1262 #define gaim_plugins_get_loaded purple_plugins_get_loaded |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1263 #define gaim_plugins_get_protocols purple_plugins_get_protocols |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1264 #define gaim_plugins_get_all purple_plugins_get_all |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1265 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1266 #define gaim_plugins_get_handle purple_plugins_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1267 #define gaim_plugins_init purple_plugins_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1268 #define gaim_plugins_uninit purple_plugins_uninit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1269 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1270 #define gaim_plugin_action_new purple_plugin_action_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1271 #define gaim_plugin_action_free purple_plugin_action_free |
15511
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1272 |
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1273 /* pluginpref.h */ |
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1274 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1275 #define GaimPluginPrefFrame PurplePluginPrefFrame |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1276 #define GaimPluginPref PurplePluginPref |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1277 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1278 #define GAIM_STRING_FORMAT_TYPE_NONE PURPLE_STRING_FORMAT_TYPE_NONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1279 #define GAIM_STRING_FORMAT_TYPE_MULTILINE PURPLE_STRING_FORMAT_TYPE_MULTILINE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1280 #define GAIM_STRING_FORMAT_TYPE_HTML PURPLE_STRING_FORMAT_TYPE_HTML |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1281 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1282 #define GaimStringFormatType PurpleStringFormatType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1283 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1284 #define GAIM_PLUGIN_PREF_NONE PURPLE_PLUGIN_PREF_NONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1285 #define GAIM_PLUGIN_PREF_CHOICE PURPLE_PLUGIN_PREF_CHOICE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1286 #define GAIM_PLUGIN_PREF_INFO PURPLE_PLUGIN_PREF_INFO |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1287 #define GAIM_PLUGIN_PREF_STRING_FORMAT PURPLE_PLUGIN_PREF_STRING_FORMAT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1288 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1289 #define GaimPluginPrefType PurplePluginPrefType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1290 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1291 #define gaim_plugin_pref_frame_new purple_plugin_pref_frame_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1292 #define gaim_plugin_pref_frame_destroy purple_plugin_pref_frame_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1293 #define gaim_plugin_pref_frame_add purple_plugin_pref_frame_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1294 #define gaim_plugin_pref_frame_get_prefs purple_plugin_pref_frame_get_prefs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1295 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1296 #define gaim_plugin_pref_new purple_plugin_pref_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1297 #define gaim_plugin_pref_new_with_name purple_plugin_pref_new_with_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1298 #define gaim_plugin_pref_new_with_label purple_plugin_pref_new_with_label |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1299 #define gaim_plugin_pref_new_with_name_and_label purple_plugin_pref_new_with_name_and_label |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1300 #define gaim_plugin_pref_destroy purple_plugin_pref_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1301 #define gaim_plugin_pref_set_name purple_plugin_pref_set_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1302 #define gaim_plugin_pref_get_name purple_plugin_pref_get_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1303 #define gaim_plugin_pref_set_label purple_plugin_pref_set_label |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1304 #define gaim_plugin_pref_get_label purple_plugin_pref_get_label |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1305 #define gaim_plugin_pref_set_bounds purple_plugin_pref_set_bounds |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1306 #define gaim_plugin_pref_get_bounds purple_plugin_pref_get_bounds |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1307 #define gaim_plugin_pref_set_type purple_plugin_pref_set_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1308 #define gaim_plugin_pref_get_type purple_plugin_pref_get_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1309 #define gaim_plugin_pref_add_choice purple_plugin_pref_add_choice |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1310 #define gaim_plugin_pref_get_choices purple_plugin_pref_get_choices |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1311 #define gaim_plugin_pref_set_max_length purple_plugin_pref_set_max_length |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1312 #define gaim_plugin_pref_get_max_length purple_plugin_pref_get_max_length |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1313 #define gaim_plugin_pref_set_masked purple_plugin_pref_set_masked |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1314 #define gaim_plugin_pref_get_masked purple_plugin_pref_get_masked |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1315 #define gaim_plugin_pref_set_format_type purple_plugin_pref_set_format_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1316 #define gaim_plugin_pref_get_format_type purple_plugin_pref_get_format_type |
15511
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1317 |
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1318 /* 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
|
1319 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1320 #define GaimPounce PurplePounce |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1321 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1322 #define GAIM_POUNCE_NONE PURPLE_POUNCE_NONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1323 #define GAIM_POUNCE_SIGNON PURPLE_POUNCE_SIGNON |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1324 #define GAIM_POUNCE_SIGNOFF PURPLE_POUNCE_SIGNOFF |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1325 #define GAIM_POUNCE_AWAY PURPLE_POUNCE_AWAY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1326 #define GAIM_POUNCE_AWAY_RETURN PURPLE_POUNCE_AWAY_RETURN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1327 #define GAIM_POUNCE_IDLE PURPLE_POUNCE_IDLE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1328 #define GAIM_POUNCE_IDLE_RETURN PURPLE_POUNCE_IDLE_RETURN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1329 #define GAIM_POUNCE_TYPING PURPLE_POUNCE_TYPING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1330 #define GAIM_POUNCE_TYPED PURPLE_POUNCE_TYPED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1331 #define GAIM_POUNCE_TYPING_STOPPED PURPLE_POUNCE_TYPING_STOPPED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1332 #define GAIM_POUNCE_MESSAGE_RECEIVED PURPLE_POUNCE_MESSAGE_RECEIVED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1333 #define GaimPounceEvent PurplePounceEvent |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1334 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1335 #define GAIM_POUNCE_OPTION_NONE PURPLE_POUNCE_OPTION_NONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1336 #define GAIM_POUNCE_OPTION_AWAY PURPLE_POUNCE_OPTION_AWAY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1337 #define GaimPounceOption PurplePounceOption |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1338 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1339 #define GaimPounceCb PurplePounceCb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1340 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1341 #define gaim_pounce_new purple_pounce_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1342 #define gaim_pounce_destroy purple_pounce_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1343 #define gaim_pounce_destroy_all_by_account purple_pounce_destroy_all_by_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1344 #define gaim_pounce_set_events purple_pounce_set_events |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1345 #define gaim_pounce_set_options purple_pounce_set_options |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1346 #define gaim_pounce_set_pouncer purple_pounce_set_pouncer |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1347 #define gaim_pounce_set_pouncee purple_pounce_set_pouncee |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1348 #define gaim_pounce_set_save purple_pounce_set_save |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1349 #define gaim_pounce_action_register purple_pounce_action_register |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1350 #define gaim_pounce_action_set_enabled purple_pounce_action_set_enabled |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1351 #define gaim_pounce_action_set_attribute purple_pounce_action_set_attribute |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1352 #define gaim_pounce_set_data purple_pounce_set_data |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1353 #define gaim_pounce_get_events purple_pounce_get_events |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1354 #define gaim_pounce_get_options purple_pounce_get_options |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1355 #define gaim_pounce_get_pouncer purple_pounce_get_pouncer |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1356 #define gaim_pounce_get_pouncee purple_pounce_get_pouncee |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1357 #define gaim_pounce_get_save purple_pounce_get_save |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1358 #define gaim_pounce_action_is_enabled purple_pounce_action_is_enabled |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1359 #define gaim_pounce_action_get_attribute purple_pounce_action_get_attribute |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1360 #define gaim_pounce_get_data purple_pounce_get_data |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1361 #define gaim_pounce_execute purple_pounce_execute |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1362 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1363 #define gaim_find_pounce purple_find_pounce |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1364 #define gaim_pounces_load purple_pounces_load |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1365 #define gaim_pounces_register_handler purple_pounces_register_handler |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1366 #define gaim_pounces_unregister_handler purple_pounces_unregister_handler |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1367 #define gaim_pounces_get_all purple_pounces_get_all |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1368 #define gaim_pounces_get_handle purple_pounces_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1369 #define gaim_pounces_init purple_pounces_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1370 #define gaim_pounces_uninit purple_pounces_uninit |
15511
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1371 |
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1372 /* 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
|
1373 |
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1374 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1375 #define GAIM_PREF_NONE PURPLE_PREF_NONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1376 #define GAIM_PREF_BOOLEAN PURPLE_PREF_BOOLEAN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1377 #define GAIM_PREF_INT PURPLE_PREF_INT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1378 #define GAIM_PREF_STRING PURPLE_PREF_STRING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1379 #define GAIM_PREF_STRING_LIST PURPLE_PREF_STRING_LIST |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1380 #define GAIM_PREF_PATH PURPLE_PREF_PATH |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1381 #define GAIM_PREF_PATH_LIST PURPLE_PREF_PATH_LIST |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1382 #define GaimPrefType PurplePrefType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1383 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1384 #define GaimPrefCallback PurplePrefCallback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1385 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1386 #define gaim_prefs_get_handle purple_prefs_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1387 #define gaim_prefs_init purple_prefs_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1388 #define gaim_prefs_uninit purple_prefs_uninit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1389 #define gaim_prefs_add_none purple_prefs_add_none |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1390 #define gaim_prefs_add_bool purple_prefs_add_bool |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1391 #define gaim_prefs_add_int purple_prefs_add_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1392 #define gaim_prefs_add_string purple_prefs_add_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1393 #define gaim_prefs_add_string_list purple_prefs_add_string_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1394 #define gaim_prefs_add_path purple_prefs_add_path |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1395 #define gaim_prefs_add_path_list purple_prefs_add_path_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1396 #define gaim_prefs_remove purple_prefs_remove |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1397 #define gaim_prefs_rename purple_prefs_rename |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1398 #define gaim_prefs_rename_boolean_toggle purple_prefs_rename_boolean_toggle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1399 #define gaim_prefs_destroy purple_prefs_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1400 #define gaim_prefs_set_generic purple_prefs_set_generic |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1401 #define gaim_prefs_set_bool purple_prefs_set_bool |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1402 #define gaim_prefs_set_int purple_prefs_set_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1403 #define gaim_prefs_set_string purple_prefs_set_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1404 #define gaim_prefs_set_string_list purple_prefs_set_string_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1405 #define gaim_prefs_set_path purple_prefs_set_path |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1406 #define gaim_prefs_set_path_list purple_prefs_set_path_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1407 #define gaim_prefs_exists purple_prefs_exists |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1408 #define gaim_prefs_get_type purple_prefs_get_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1409 #define gaim_prefs_get_bool purple_prefs_get_bool |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1410 #define gaim_prefs_get_int purple_prefs_get_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1411 #define gaim_prefs_get_string purple_prefs_get_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1412 #define gaim_prefs_get_string_list purple_prefs_get_string_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1413 #define gaim_prefs_get_path purple_prefs_get_path |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1414 #define gaim_prefs_get_path_list purple_prefs_get_path_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1415 #define gaim_prefs_connect_callback purple_prefs_connect_callback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1416 #define gaim_prefs_disconnect_callback purple_prefs_disconnect_callback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1417 #define gaim_prefs_disconnect_by_handle purple_prefs_disconnect_by_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1418 #define gaim_prefs_trigger_callback purple_prefs_trigger_callback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1419 #define gaim_prefs_load purple_prefs_load |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1420 #define gaim_prefs_update_old purple_prefs_update_old |
15511
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1421 |
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1422 /* 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
|
1423 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1424 #define GAIM_PRIVACY_ALLOW_ALL PURPLE_PRIVACY_ALLOW_ALL |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1425 #define GAIM_PRIVACY_DENY_ALL PURPLE_PRIVACY_DENY_ALL |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1426 #define GAIM_PRIVACY_ALLOW_USERS PURPLE_PRIVACY_ALLOW_USERS |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1427 #define GAIM_PRIVACY_DENY_USERS PURPLE_PRIVACY_DENY_USERS |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1428 #define GAIM_PRIVACY_ALLOW_BUDDYLIST PURPLE_PRIVACY_ALLOW_BUDDYLIST |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1429 #define GaimPrivacyType PurplePrivacyType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1430 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1431 #define GaimPrivacyUiOps PurplePrivacyUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1432 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1433 #define gaim_privacy_permit_add purple_privacy_permit_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1434 #define gaim_privacy_permit_remove purple_privacy_permit_remove |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1435 #define gaim_privacy_deny_add purple_privacy_deny_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1436 #define gaim_privacy_deny_remove purple_privacy_deny_remove |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1437 #define gaim_privacy_allow purple_privacy_allow |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1438 #define gaim_privacy_deny purple_privacy_deny |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1439 #define gaim_privacy_check purple_privacy_check |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1440 #define gaim_privacy_set_ui_ops purple_privacy_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1441 #define gaim_privacy_get_ui_ops purple_privacy_get_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1442 #define gaim_privacy_init purple_privacy_init |
15511
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1443 |
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1444 /* 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
|
1445 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1446 #define GAIM_PROXY_USE_GLOBAL PURPLE_PROXY_USE_GLOBAL |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1447 #define GAIM_PROXY_NONE PURPLE_PROXY_NONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1448 #define GAIM_PROXY_HTTP PURPLE_PROXY_HTTP |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1449 #define GAIM_PROXY_SOCKS4 PURPLE_PROXY_SOCKS4 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1450 #define GAIM_PROXY_SOCKS5 PURPLE_PROXY_SOCKS5 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1451 #define GAIM_PROXY_USE_ENVVAR PURPLE_PROXY_USE_ENVVAR |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1452 #define GaimProxyType PurpleProxyType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1453 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1454 #define GaimProxyInfo PurpleProxyInfo |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1455 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1456 #define GaimProxyConnectData PurpleProxyConnectData |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1457 #define GaimProxyConnectFunction PurpleProxyConnectFunction |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1458 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1459 #define gaim_proxy_info_new purple_proxy_info_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1460 #define gaim_proxy_info_destroy purple_proxy_info_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1461 #define gaim_proxy_info_set_type purple_proxy_info_set_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1462 #define gaim_proxy_info_set_host purple_proxy_info_set_host |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1463 #define gaim_proxy_info_set_port purple_proxy_info_set_port |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1464 #define gaim_proxy_info_set_username purple_proxy_info_set_username |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1465 #define gaim_proxy_info_set_password purple_proxy_info_set_password |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1466 #define gaim_proxy_info_get_type purple_proxy_info_get_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1467 #define gaim_proxy_info_get_host purple_proxy_info_get_host |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1468 #define gaim_proxy_info_get_port purple_proxy_info_get_port |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1469 #define gaim_proxy_info_get_username purple_proxy_info_get_username |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1470 #define gaim_proxy_info_get_password purple_proxy_info_get_password |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1471 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1472 #define gaim_global_proxy_get_info purple_global_proxy_get_info |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1473 #define gaim_proxy_get_handle purple_proxy_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1474 #define gaim_proxy_init purple_proxy_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1475 #define gaim_proxy_uninit purple_proxy_uninit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1476 #define gaim_proxy_get_setup purple_proxy_get_setup |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1477 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1478 #define gaim_proxy_connect purple_proxy_connect |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1479 #define gaim_proxy_connect_socks5 purple_proxy_connect_socks5 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1480 #define gaim_proxy_connect_cancel purple_proxy_connect_cancel |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1481 #define gaim_proxy_connect_cancel_with_handle purple_proxy_connect_cancel_with_handle |
15511
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1482 |
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1483 /* 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
|
1484 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1485 #define GaimPluginProtocolInfo PurplePluginProtocolInfo |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1486 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1487 #define GAIM_ICON_SCALE_DISPLAY PURPLE_ICON_SCALE_DISPLAY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1488 #define GAIM_ICON_SCALE_SEND PURPLE_ICON_SCALE_SEND |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1489 #define GaimIconScaleRules PurpleIconScaleRules |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1490 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1491 #define GaimBuddyIconSpec PurpleBuddyIconSpec |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1492 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1493 #define GaimProtocolOptions PurpleProtocolOptions |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1494 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1495 #define GAIM_IS_PROTOCOL_PLUGIN PURPLE_IS_PROTOCOL_PLUGIN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1496 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1497 #define GAIM_PLUGIN_PROTOCOL_INFO PURPLE_PLUGIN_PROTOCOL_INFO |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1498 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1499 #define gaim_prpl_got_account_idle purple_prpl_got_account_idle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1500 #define gaim_prpl_got_account_login_time purple_prpl_got_account_login_time |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1501 #define gaim_prpl_got_account_status purple_prpl_got_account_status |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1502 #define gaim_prpl_got_user_idle purple_prpl_got_user_idle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1503 #define gaim_prpl_got_user_login_time purple_prpl_got_user_login_time |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1504 #define gaim_prpl_got_user_status purple_prpl_got_user_status |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1505 #define gaim_prpl_change_account_status purple_prpl_change_account_status |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1506 #define gaim_prpl_get_statuses purple_prpl_get_statuses |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1507 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1508 #define gaim_find_prpl purple_find_prpl |
15511
e3cbf79af897
more compat header...getting close to being done with the libpurple half
Nathan Walp <nwalp@pidgin.im>
parents:
15468
diff
changeset
|
1509 |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1510 /* from request.h */ |
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1511 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1512 #define GAIM_DEFAULT_ACTION_NONE PURPLE_DEFAULT_ACTION_NONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1513 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1514 #define GAIM_REQUEST_INPUT PURPLE_REQUEST_INPUT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1515 #define GAIM_REQUEST_CHOICE PURPLE_REQUEST_CHOICE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1516 #define GAIM_REQUEST_ACTION PURPLE_REQUEST_ACTION |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1517 #define GAIM_REQUEST_FIELDS PURPLE_REQUEST_FIELDS |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1518 #define GAIM_REQUEST_FILE PURPLE_REQUEST_FILE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1519 #define GAIM_REQUEST_FOLDER PURPLE_REQUEST_FOLDER |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1520 #define GaimRequestType PurpleRequestType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1521 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1522 #define GAIM_REQUEST_FIELD_NONE PURPLE_REQUEST_FIELD_NONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1523 #define GAIM_REQUEST_FIELD_STRING PURPLE_REQUEST_FIELD_STRING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1524 #define GAIM_REQUEST_FIELD_INTEGER PURPLE_REQUEST_FIELD_INTEGER |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1525 #define GAIM_REQUEST_FIELD_BOOLEAN PURPLE_REQUEST_FIELD_BOOLEAN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1526 #define GAIM_REQUEST_FIELD_CHOICE PURPLE_REQUEST_FIELD_CHOICE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1527 #define GAIM_REQUEST_FIELD_LIST PURPLE_REQUEST_FIELD_LIST |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1528 #define GAIM_REQUEST_FIELD_LABEL PURPLE_REQUEST_FIELD_LABEL |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1529 #define GAIM_REQUEST_FIELD_IMAGE PURPLE_REQUEST_FIELD_IMAGE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1530 #define GAIM_REQUEST_FIELD_ACCOUNT PURPLE_REQUEST_FIELD_ACCOUNT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1531 #define GaimRequestFieldType PurpleRequestFieldType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1532 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1533 #define GaimRequestFields PurpleRequestFields |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1534 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1535 #define GaimRequestFieldGroup PurpleRequestFieldGroup |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1536 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1537 #define GaimRequestField PurpleRequestField |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1538 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1539 #define GaimRequestUiOps PurpleRequestUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1540 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1541 #define GaimRequestInputCb PurpleRequestInputCb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1542 #define GaimRequestActionCb PurpleRequestActionCb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1543 #define GaimRequestChoiceCb PurpleRequestChoiceCb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1544 #define GaimRequestFieldsCb PurpleRequestFieldsCb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1545 #define GaimRequestFileCb PurpleRequestFileCb |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1546 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1547 #define gaim_request_fields_new purple_request_fields_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1548 #define gaim_request_fields_destroy purple_request_fields_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1549 #define gaim_request_fields_add_group purple_request_fields_add_group |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1550 #define gaim_request_fields_get_groups purple_request_fields_get_groups |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1551 #define gaim_request_fields_exists purple_request_fields_exists |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1552 #define gaim_request_fields_get_required purple_request_fields_get_required |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1553 #define gaim_request_fields_is_field_required purple_request_fields_is_field_required |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1554 #define gaim_request_fields_all_required_filled purple_request_fields_all_required_filled |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1555 #define gaim_request_fields_get_field purple_request_fields_get_field |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1556 #define gaim_request_fields_get_string purple_request_fields_get_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1557 #define gaim_request_fields_get_integer purple_request_fields_get_integer |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1558 #define gaim_request_fields_get_bool purple_request_fields_get_bool |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1559 #define gaim_request_fields_get_choice purple_request_fields_get_choice |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1560 #define gaim_request_fields_get_account purple_request_fields_get_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1561 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1562 #define gaim_request_field_group_new purple_request_field_group_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1563 #define gaim_request_field_group_destroy purple_request_field_group_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1564 #define gaim_request_field_group_add_field purple_request_field_group_add_field |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1565 #define gaim_request_field_group_get_title purple_request_field_group_get_title |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1566 #define gaim_request_field_group_get_fields purple_request_field_group_get_fields |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1567 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1568 #define gaim_request_field_new purple_request_field_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1569 #define gaim_request_field_destroy purple_request_field_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1570 #define gaim_request_field_set_label purple_request_field_set_label |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1571 #define gaim_request_field_set_visible purple_request_field_set_visible |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1572 #define gaim_request_field_set_type_hint purple_request_field_set_type_hint |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1573 #define gaim_request_field_set_required purple_request_field_set_required |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1574 #define gaim_request_field_get_type purple_request_field_get_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1575 #define gaim_request_field_get_id purple_request_field_get_id |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1576 #define gaim_request_field_get_label purple_request_field_get_label |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1577 #define gaim_request_field_is_visible purple_request_field_is_visible |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1578 #define gaim_request_field_get_type_hint purple_request_field_get_type_hint |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1579 #define gaim_request_field_is_required purple_request_field_is_required |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1580 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1581 #define gaim_request_field_string_new purple_request_field_string_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1582 #define gaim_request_field_string_set_default_value \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1583 purple_request_field_string_set_default_value |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1584 #define gaim_request_field_string_set_value purple_request_field_string_set_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1585 #define gaim_request_field_string_set_masked purple_request_field_string_set_masked |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1586 #define gaim_request_field_string_set_editable purple_request_field_string_set_editable |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1587 #define gaim_request_field_string_get_default_value \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1588 purple_request_field_string_get_default_value |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1589 #define gaim_request_field_string_get_value purple_request_field_string_get_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1590 #define gaim_request_field_string_is_multiline purple_request_field_string_is_multiline |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1591 #define gaim_request_field_string_is_masked purple_request_field_string_is_masked |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1592 #define gaim_request_field_string_is_editable purple_request_field_string_is_editable |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1593 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1594 #define gaim_request_field_int_new purple_request_field_int_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1595 #define gaim_request_field_int_set_default_value \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1596 purple_request_field_int_set_default_value |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1597 #define gaim_request_field_int_set_value purple_request_field_int_set_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1598 #define gaim_request_field_int_get_default_value \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1599 purple_request_field_int_get_default_value |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1600 #define gaim_request_field_int_get_value purple_request_field_int_get_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1601 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1602 #define gaim_request_field_bool_new purple_request_field_bool_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1603 #define gaim_request_field_bool_set_default_value \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1604 purple_request_field_book_set_default_value |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1605 #define gaim_request_field_bool_set_value purple_request_field_bool_set_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1606 #define gaim_request_field_bool_get_default_value \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1607 purple_request_field_bool_get_default_value |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1608 #define gaim_request_field_bool_get_value purple_request_field_bool_get_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1609 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1610 #define gaim_request_field_choice_new purple_request_field_choice_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1611 #define gaim_request_field_choice_add purple_request_field_choice_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1612 #define gaim_request_field_choice_set_default_value \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1613 purple_request_field_choice_set_default_value |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1614 #define gaim_request_field_choice_set_value purple_request_field_choice_set_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1615 #define gaim_request_field_choice_get_default_value \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1616 purple_request_field_choice_get_default_value |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1617 #define gaim_request_field_choice_get_value purple_request_field_choice_get_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1618 #define gaim_request_field_choice_get_labels purple_request_field_choice_get_labels |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1619 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1620 #define gaim_request_field_list_new purple_request_field_list_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1621 #define gaim_request_field_list_set_multi_select purple_request_field_list_set_multi_select |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1622 #define gaim_request_field_list_get_multi_select purple_request_field_list_get_multi_select |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1623 #define gaim_request_field_list_get_data purple_request_field_list_get_data |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1624 #define gaim_request_field_list_add purple_request_field_list_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1625 #define gaim_request_field_list_add_selected purple_request_field_list_add_selected |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1626 #define gaim_request_field_list_clear_selected purple_request_field_list_clear_selected |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1627 #define gaim_request_field_list_set_selected purple_request_field_list_set_selected |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1628 #define gaim_request_field_list_is_selected purple_request_field_list_is_selected |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1629 #define gaim_request_field_list_get_selected purple_request_field_list_get_selected |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1630 #define gaim_request_field_list_get_items purple_request_field_list_get_items |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1631 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1632 #define gaim_request_field_label_new purple_request_field_label_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1633 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1634 #define gaim_request_field_image_new purple_request_field_image_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1635 #define gaim_request_field_image_set_scale purple_request_field_image_set_scale |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1636 #define gaim_request_field_image_get_buffer purple_request_field_image_get_buffer |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1637 #define gaim_request_field_image_get_size purple_request_field_image_get_size |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1638 #define gaim_request_field_image_get_scale_x purple_request_field_image_get_scale_x |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1639 #define gaim_request_field_image_get_scale_y purple_request_field_image_get_scale_y |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1640 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1641 #define gaim_request_field_account_new purple_request_field_account_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1642 #define gaim_request_field_account_set_default_value purple_request_field_account_set_default_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1643 #define gaim_request_field_account_set_value purple_request_field_account_set_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1644 #define gaim_request_field_account_set_show_all purple_request_field_account_set_show_all |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1645 #define gaim_request_field_account_set_filter purple_request_field_account_set_filter |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1646 #define gaim_request_field_account_get_default_value purple_request_field_account_get_default_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1647 #define gaim_request_field_account_get_value purple_request_field_account_get_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1648 #define gaim_request_field_account_get_show_all purple_request_field_account_get_show_all |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1649 #define gaim_request_field_account_get_filter purple_request_field_account_get_filter |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1650 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1651 #define gaim_request_input purple_request_input |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1652 #define gaim_request_choice purple_request_choice |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1653 #define gaim_request_choice_varg purple_request_choice_varg |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1654 #define gaim_request_action purple_request_action |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1655 #define gaim_request_action_varg purple_request_action_varg |
19700
eec87993e56d
Fix gaim_request_fields compatibility. I noticed this when porting a plugin.
Richard Laager <rlaager@wiktel.com>
parents:
19681
diff
changeset
|
1656 #define gaim_request_fields(handle, title, primary, secondary, fields, ok_text, ok_cb, cancel_text, cancel_cb, user_data) purple_request_fields(handle, title, primary, secondary, fields, ok_text, ok_cb, cancel_text, cancel_cb, NULL, NULL, NULL, user_data) |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1657 #define gaim_request_close purple_request_close |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1658 #define gaim_request_close_with_handle purple_request_close_with_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1659 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1660 #define gaim_request_yes_no purple_request_yes_no |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1661 #define gaim_request_ok_cancel purple_request_ok_cancel |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1662 #define gaim_request_accept_cancel purple_request_accept_cancel |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1663 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1664 #define gaim_request_file purple_request_file |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1665 #define gaim_request_folder purple_request_folder |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1666 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1667 #define gaim_request_set_ui_ops purple_request_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1668 #define gaim_request_get_ui_ops purple_request_get_ui_ops |
15545
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 /* from roomlist.h */ |
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1671 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1672 #define GaimRoomlist PurpleRoomlist |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1673 #define GaimRoomlistRoom PurpleRoomlistRoom |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1674 #define GaimRoomlistField PurpleRoomlistField |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1675 #define GaimRoomlistUiOps PurpleRoomlistUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1676 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1677 #define GAIM_ROOMLIST_ROOMTYPE_CATEGORY PURPLE_ROOMLIST_ROOMTYPE_CATEGORY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1678 #define GAIM_ROOMLIST_ROOMTYPE_ROOM PURPLE_ROOMLIST_ROOMTYPE_ROOM |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1679 #define GaimRoomlistRoomType PurpleRoomlistRoomType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1680 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1681 #define GAIM_ROOMLIST_FIELD_BOOL PURPLE_ROOMLIST_BOOL |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1682 #define GAIM_ROOMLIST_FIELD_INT PURPLE_ROOMLIST_INT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1683 #define GAIM_ROOMLIST_FIELD_STRING PURPLE_ROOMLIST_STRING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1684 #define GaimRoomlistFieldType PurpleRoomlistFieldType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1685 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1686 #define gaim_roomlist_show_with_account purple_roomlist_show_with_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1687 #define gaim_roomlist_new purple_roomlist_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1688 #define gaim_roomlist_ref purple_roomlist_ref |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1689 #define gaim_roomlist_unref purple_roomlist_unref |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1690 #define gaim_roomlist_set_fields purple_roomlist_set_fields |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1691 #define gaim_roomlist_set_in_progress purple_roomlist_set_in_progress |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1692 #define gaim_roomlist_get_in_progress purple_roomlist_get_in_progress |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1693 #define gaim_roomlist_room_add purple_roomlist_room_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1694 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1695 #define gaim_roomlist_get_list purple_roomlist_get_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1696 #define gaim_roomlist_cancel_get_list purple_roomlist_cancel_get_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1697 #define gaim_roomlist_expand_category purple_roomlist_expand_category |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1698 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1699 #define gaim_roomlist_room_new purple_roomlist_room_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1700 #define gaim_roomlist_room_add_field purple_roomlist_room_add_field |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1701 #define gaim_roomlist_room_join purple_roomlist_room_join |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1702 #define gaim_roomlist_field_new purple_roomlist_field_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1703 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1704 #define gaim_roomlist_set_ui_ops purple_roomlist_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1705 #define gaim_roomlist_get_ui_ops purple_roomlist_get_ui_ops |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1706 |
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1707 /* from savedstatuses.h */ |
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1708 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1709 #define GaimSavedStatus PurpleSavedStatus |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1710 #define GaimSavedStatusSub PurpleSavedStatusSub |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1711 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1712 #define gaim_savedstatus_new purple_savedstatus_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1713 #define gaim_savedstatus_set_title purple_savedstatus_set_title |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1714 #define gaim_savedstatus_set_type purple_savedstatus_set_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1715 #define gaim_savedstatus_set_message purple_savedstatus_set_message |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1716 #define gaim_savedstatus_set_substatus purple_savedstatus_set_substatus |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1717 #define gaim_savedstatus_unset_substatus purple_savedstatus_unset_substatus |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1718 #define gaim_savedstatus_delete purple_savedstatus_delete |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1719 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1720 #define gaim_savedstatuses_get_all purple_savedstatuses_get_all |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1721 #define gaim_savedstatuses_get_popular purple_savedstatuses_get_popular |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1722 #define gaim_savedstatus_get_current purple_savedstatus_get_current |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1723 #define gaim_savedstatus_get_default purple_savedstatus_get_default |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1724 #define gaim_savedstatus_get_idleaway purple_savedstatus_get_idleaway |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1725 #define gaim_savedstatus_is_idleaway purple_savedstatus_is_idleaway |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1726 #define gaim_savedstatus_set_idleaway purple_savedstatus_set_idleaway |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1727 #define gaim_savedstatus_get_startup purple_savedstatus_get_startup |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1728 #define gaim_savedstatus_find purple_savedstatus_find |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1729 #define gaim_savedstatus_find_by_creation_time purple_savedstatus_find_by_creation_time |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1730 #define gaim_savedstatus_find_transient_by_type_and_message \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1731 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
|
1732 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1733 #define gaim_savedstatus_is_transient purple_savedstatus_is_transient |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1734 #define gaim_savedstatus_get_title purple_savedstatus_get_title |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1735 #define gaim_savedstatus_get_type purple_savedstatus_get_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1736 #define gaim_savedstatus_get_message purple_savedstatus_get_message |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1737 #define gaim_savedstatus_get_creation_time purple_savedstatus_get_creation_time |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1738 #define gaim_savedstatus_has_substatuses purple_savedstatus_has_substatuses |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1739 #define gaim_savedstatus_get_substatus purple_savedstatus_get_substatus |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1740 #define gaim_savedstatus_substatus_get_type purple_savedstatus_substatus_get_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1741 #define gaim_savedstatus_substatus_get_message purple_savedstatus_substatus_get_message |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1742 #define gaim_savedstatus_activate purple_savedstatus_activate |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1743 #define gaim_savedstatus_activate_for_account purple_savedstatus_activate_for_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1744 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1745 #define gaim_savedstatuses_get_handle purple_savedstatuses_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1746 #define gaim_savedstatuses_init purple_savedstatuses_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1747 #define gaim_savedstatuses_uninit purple_savedstatuses_uninit |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1748 |
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1749 /* from signals.h */ |
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1750 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1751 #define GAIM_CALLBACK PURPLE_CALLBACK |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1752 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1753 #define GaimCallback PurpleCallback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1754 #define GaimSignalMarshalFunc PurpleSignalMarshalFunc |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1755 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1756 #define GAIM_SIGNAL_PRIORITY_DEFAULT PURPLE_SIGNAL_PRIORITY_DEFAULT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1757 #define GAIM_SIGNAL_PRIORITY_HIGHEST PURPLE_SIGNAL_PRIORITY_HIGHEST |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1758 #define GAIM_SIGNAL_PRIORITY_LOWEST PURPLE_SIGNAL_PRIORITY_LOWEST |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1759 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1760 #define gaim_signal_register purple_signal_register |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1761 #define gaim_signal_unregister purple_signal_unregister |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1762 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1763 #define gaim_signals_unregister_by_instance purple_signals_unregister_by_instance |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1764 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1765 #define gaim_signal_get_values purple_signal_get_values |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1766 #define gaim_signal_connect_priority purple_signal_connect_priority |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1767 #define gaim_signal_connect purple_signal_connect |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1768 #define gaim_signal_connect_priority_vargs purple_signal_connect_priority_vargs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1769 #define gaim_signal_connect_vargs purple_signal_connect_vargs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1770 #define gaim_signal_disconnect purple_signal_disconnect |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1771 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1772 #define gaim_signals_disconnect_by_handle purple_signals_disconnect_by_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1773 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1774 #define gaim_signal_emit purple_signal_emit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1775 #define gaim_signal_emit_vargs purple_signal_emit_vargs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1776 #define gaim_signal_emit_return_1 purple_signal_emit_vargs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1777 #define gaim_signal_emit_vargs_return_1 purple_signal_emit_vargs_return_1 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1778 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1779 #define gaim_signals_init purple_signals_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1780 #define gaim_signals_uninit purple_signals_uninit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1781 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1782 #define gaim_marshal_VOID \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1783 purple_marshal_VOID |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1784 #define gaim_marshal_VOID__INT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1785 purple_marshal_VOID__INT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1786 #define gaim_marshal_VOID__INT_INT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1787 purple_marshal_VOID_INT_INT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1788 #define gaim_marshal_VOID__POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1789 purple_marshal_VOID__POINTER |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1790 #define gaim_marshal_VOID__POINTER_UINT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1791 purple_marshal_VOID__POINTER_UINT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1792 #define gaim_marshal_VOID__POINTER_INT_INT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1793 purple_marshal_VOID__POINTER_INT_INT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1794 #define gaim_marshal_VOID__POINTER_POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1795 purple_marshal_VOID__POINTER_POINTER |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1796 #define gaim_marshal_VOID__POINTER_POINTER_UINT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1797 purple_marshal_VOID__POINTER_POINTER_UINT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1798 #define gaim_marshal_VOID__POINTER_POINTER_UINT_UINT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1799 purple_marshal_VOID__POINTER_POINTER_UINT_UINT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1800 #define gaim_marshal_VOID__POINTER_POINTER_POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1801 purple_marshal_VOID__POINTER_POINTER_POINTER |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1802 #define gaim_marshal_VOID__POINTER_POINTER_POINTER_POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1803 purple_marshal_VOID__POINTER_POINTER_POINTER_POINTER |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1804 #define gaim_marshal_VOID__POINTER_POINTER_POINTER_POINTER_POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1805 purple_marshal_VOID__POINTER_POINTER_POINTER_POINTER_POINTER |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1806 #define gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1807 purple_marshal_VOID__POINTER_POINTER_POINTER_UINT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1808 #define gaim_marshal_VOID__POINTER_POINTER_POINTER_POINTER_UINT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1809 purple_marshal_VOID__POINTER_POINTER_POINTER_POINTER_UINT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1810 #define gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1811 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
|
1812 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1813 #define gaim_marshal_INT__INT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1814 purple_marshal_INT__INT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1815 #define gaim_marshal_INT__INT_INT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1816 purple_marshal_INT__INT_INT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1817 #define gaim_marshal_INT__POINTER_POINTER_POINTER_POINTER_POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1818 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
|
1819 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1820 #define gaim_marshal_BOOLEAN__POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1821 purple_marshal_BOOLEAN__POINTER |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1822 #define gaim_marshal_BOOLEAN__POINTER_POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1823 purple_marshal_BOOLEAN__POINTER_POINTER |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1824 #define gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1825 purple_marshal_BOOLEAN__POINTER_POINTER_POINTER |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1826 #define gaim_marshal_BOOLEAN__POINTER_POINTER_UINT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1827 purple_marshal_BOOLEAN__POINTER_POINTER_UINT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1828 #define gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_UINT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1829 purple_marshal_BOOLEAN__POINTER_POINTER_POINTER_UINT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1830 #define gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1831 purple_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1832 #define gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER_POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1833 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
|
1834 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1835 #define gaim_marshal_BOOLEAN__INT_POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1836 purple_marshal_BOOLEAN__INT_POINTER |
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1837 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1838 #define gaim_marshal_POINTER__POINTER_INT \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1839 purple_marshal_POINTER__POINTER_INT |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1840 #define gaim_marshal_POINTER__POINTER_INT64 \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1841 purple_marshal_POINTER__POINTER_INT64 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1842 #define gaim_marshal_POINTER__POINTER_INT_BOOLEAN \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1843 purple_marshal_POINTER__POINTER_INT_BOOLEAN |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1844 #define gaim_marshal_POINTER__POINTER_INT64_BOOLEAN \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1845 purple_marshal_POINTER__POINTER_INT64_BOOLEAN |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1846 #define gaim_marshal_POINTER__POINTER_POINTER \ |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1847 purple_marshal_POINTER__POINTER_POINTER |
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1848 |
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1849 /* from sound.h */ |
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1850 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1851 #define GAIM_SOUND_BUDDY_ARRIVE PURPLE_SOUND_BUDDY_ARRIVE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1852 #define GAIM_SOUND_BUDDY_LEAVE PURPLE_SOUND_BUDDY_LEAVE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1853 #define GAIM_SOUND_RECEIVE PURPLE_SOUND_RECEIVE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1854 #define GAIM_SOUND_FIRST_RECEIVE PURPLE_SOUND_FIRST_RECEIVE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1855 #define GAIM_SOUND_SEND PURPLE_SOUND_SEND |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1856 #define GAIM_SOUND_CHAT_JOIN PURPLE_SOUND_CHAT_JOIN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1857 #define GAIM_SOUND_CHAT_LEAVE PURPLE_SOUND_CHAT_LEAVE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1858 #define GAIM_SOUND_CHAT_YOU_SAY PURPLE_SOUND_CHAT_YOU_SAY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1859 #define GAIM_SOUND_CHAT_SAY PURPLE_SOUND_CHAT_SAY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1860 #define GAIM_SOUND_POUNCE_DEFAULT PURPLE_SOUND_POUNCE_DEFAULT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1861 #define GAIM_SOUND_CHAT_NICK PURPLE_SOUND_CHAT_NICK |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1862 #define GAIM_NUM_SOUNDS PURPLE_NUM_SOUNDS |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1863 #define GaimSoundEventID PurpleSoundEventID |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1864 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1865 #define GaimSoundUiOps PurpleSoundUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1866 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1867 #define gaim_sound_play_file purple_sound_play_file |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1868 #define gaim_sound_play_event purple_sound_play_event |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1869 #define gaim_sound_set_ui_ops purple_sound_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1870 #define gaim_sound_get_ui_ops purple_sound_get_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1871 #define gaim_sound_init purple_sound_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1872 #define gaim_sound_uninit purple_sound_uninit |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1873 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1874 #define gaim_sounds_get_handle purple_sounds_get_handle |
15545
f4686fc100ec
compat header, done up through sound.h
Nathan Walp <nwalp@pidgin.im>
parents:
15511
diff
changeset
|
1875 |
15636 | 1876 /* from sslconn.h */ |
1877 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1878 #define GAIM_SSL_DEFAULT_PORT PURPLE_SSL_DEFAULT_PORT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1879 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1880 #define GAIM_SSL_HANDSHAKE_FAILED PURPLE_SSL_HANDSHAKE_FAILED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1881 #define GAIM_SSL_CONNECT_FAILED PURPLE_SSL_CONNECT_FAILED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1882 #define GaimSslErrorType PurpleSslErrorType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1883 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1884 #define GaimSslConnection PurpleSslConnection |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1885 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1886 #define GaimSslInputFunction PurpleSslInputFunction |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1887 #define GaimSslErrorFunction PurpleSslErrorFunction |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1888 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1889 #define GaimSslOps PurpleSslOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1890 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1891 #define gaim_ssl_is_supported purple_ssl_is_supported |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1892 #define gaim_ssl_connect purple_ssl_connect |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1893 #define gaim_ssl_connect_fd purple_ssl_connect_fd |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1894 #define gaim_ssl_input_add purple_ssl_input_add |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1895 #define gaim_ssl_close purple_ssl_close |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1896 #define gaim_ssl_read purple_ssl_read |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1897 #define gaim_ssl_write purple_ssl_write |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1898 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1899 #define gaim_ssl_set_ops purple_ssl_set_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1900 #define gaim_ssl_get_ops purple_ssl_get_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1901 #define gaim_ssl_init purple_ssl_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1902 #define gaim_ssl_uninit purple_ssl_uninit |
15636 | 1903 |
1904 /* from status.h */ | |
1905 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1906 #define GaimStatusType PurpleStatusType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1907 #define GaimStatusAttr PurpleStatusAttr |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1908 #define GaimPresence PurplePresence |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1909 #define GaimStatus PurpleStatus |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1910 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1911 #define GAIM_PRESENCE_CONTEXT_UNSET PURPLE_PRESENCE_CONTEXT_UNSET |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1912 #define GAIM_PRESENCE_CONTEXT_ACCOUNT PURPLE_PRESENCE_CONTEXT_ACCOUNT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1913 #define GAIM_PRESENCE_CONTEXT_CONV PURPLE_PRESENCE_CONTEXT_CONV |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1914 #define GAIM_PRESENCE_CONTEXT_BUDDY PURPLE_PRESENCE_CONTEXT_BUDDY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1915 #define GaimPresenceContext PurplePresenceContext |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1916 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1917 #define GAIM_STATUS_UNSET PURPLE_STATUS_UNSET |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1918 #define GAIM_STATUS_OFFLINE PURPLE_STATUS_OFFLINE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1919 #define GAIM_STATUS_AVAILABLE PURPLE_STATUS_AVAILABLE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1920 #define GAIM_STATUS_UNAVAILABLE PURPLE_STATUS_UNAVAILABLE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1921 #define GAIM_STATUS_INVISIBLE PURPLE_STATUS_INVISIBLE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1922 #define GAIM_STATUS_AWAY PURPLE_STATUS_AWAY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1923 #define GAIM_STATUS_EXTENDED_AWAY PURPLE_STATUS_EXTENDED_AWAY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1924 #define GAIM_STATUS_MOBILE PURPLE_STATUS_MOBILE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1925 #define GAIM_STATUS_NUM_PRIMITIVES PURPLE_STATUS_NUM_PRIMITIVES |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1926 #define GaimStatusPrimitive PurpleStatusPrimitive |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1927 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1928 #define gaim_primitive_get_id_from_type purple_primitive_get_id_from_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1929 #define gaim_primitive_get_name_from_type purple_primitive_get_name_from_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1930 #define gaim_primitive_get_type_from_id purple_primitive_get_type_from_id |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1931 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1932 #define gaim_status_type_new_full purple_status_type_new_full |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1933 #define gaim_status_type_new purple_status_type_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1934 #define gaim_status_type_new_with_attrs purple_status_type_new_with_attrs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1935 #define gaim_status_type_destroy purple_status_type_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1936 #define gaim_status_type_set_primary_attr purple_status_type_set_primary_attr |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1937 #define gaim_status_type_add_attr purple_status_type_add_attr |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1938 #define gaim_status_type_add_attrs purple_status_type_add_attrs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1939 #define gaim_status_type_add_attrs_vargs purple_status_type_add_attrs_vargs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1940 #define gaim_status_type_get_primitive purple_status_type_get_primitive |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1941 #define gaim_status_type_get_id purple_status_type_get_id |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1942 #define gaim_status_type_get_name purple_status_type_get_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1943 #define gaim_status_type_is_saveable purple_status_type_is_saveable |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1944 #define gaim_status_type_is_user_settable purple_status_type_is_user_settable |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1945 #define gaim_status_type_is_independent purple_status_type_is_independent |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1946 #define gaim_status_type_is_exclusive purple_status_type_is_exclusive |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1947 #define gaim_status_type_is_available purple_status_type_is_available |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1948 #define gaim_status_type_get_primary_attr purple_status_type_get_primary_attr |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1949 #define gaim_status_type_get_attr purple_status_type_get_attr |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1950 #define gaim_status_type_get_attrs purple_status_type_get_attrs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1951 #define gaim_status_type_find_with_id purple_status_type_find_with_id |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1952 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1953 #define gaim_status_attr_new purple_status_attr_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1954 #define gaim_status_attr_destroy purple_status_attr_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1955 #define gaim_status_attr_get_id purple_status_attr_get_id |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1956 #define gaim_status_attr_get_name purple_status_attr_get_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1957 #define gaim_status_attr_get_value purple_status_attr_get_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1958 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1959 #define gaim_status_new purple_status_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1960 #define gaim_status_destroy purple_status_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1961 #define gaim_status_set_active purple_status_set_active |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1962 #define gaim_status_set_active_with_attrs purple_status_set_active_with_attrs |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1963 #define gaim_status_set_active_with_attrs_list purple_status_set_active_with_attrs_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1964 #define gaim_status_set_attr_boolean purple_status_set_attr_boolean |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1965 #define gaim_status_set_attr_int purple_status_set_attr_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1966 #define gaim_status_set_attr_string purple_status_set_attr_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1967 #define gaim_status_get_type purple_status_get_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1968 #define gaim_status_get_presence purple_status_get_presence |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1969 #define gaim_status_get_id purple_status_get_id |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1970 #define gaim_status_get_name purple_status_get_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1971 #define gaim_status_is_independent purple_status_is_independent |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1972 #define gaim_status_is_exclusive purple_status_is_exclusive |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1973 #define gaim_status_is_available purple_status_is_available |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1974 #define gaim_status_is_active purple_status_is_active |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1975 #define gaim_status_is_online purple_status_is_online |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1976 #define gaim_status_get_attr_value purple_status_get_attr_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1977 #define gaim_status_get_attr_boolean purple_status_get_attr_boolean |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1978 #define gaim_status_get_attr_int purple_status_get_attr_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1979 #define gaim_status_get_attr_string purple_status_get_attr_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1980 #define gaim_status_compare purple_status_compare |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1981 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1982 #define gaim_presence_new purple_presence_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1983 #define gaim_presence_new_for_account purple_presence_new_for_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1984 #define gaim_presence_new_for_conv purple_presence_new_for_conv |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1985 #define gaim_presence_new_for_buddy purple_presence_new_for_buddy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1986 #define gaim_presence_destroy purple_presence_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1987 #define gaim_presence_add_status purple_presence_add_status |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1988 #define gaim_presence_add_list purple_presence_add_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1989 #define gaim_presence_set_status_active purple_presence_set_status_active |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1990 #define gaim_presence_switch_status purple_presence_switch_status |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1991 #define gaim_presence_set_idle purple_presence_set_idle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1992 #define gaim_presence_set_login_time purple_presence_set_login_time |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1993 #define gaim_presence_get_context purple_presence_get_context |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1994 #define gaim_presence_get_account purple_presence_get_account |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1995 #define gaim_presence_get_conversation purple_presence_get_conversation |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1996 #define gaim_presence_get_chat_user purple_presence_get_chat_user |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1997 #define gaim_presence_get_statuses purple_presence_get_statuses |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1998 #define gaim_presence_get_status purple_presence_get_status |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
1999 #define gaim_presence_get_active_status purple_presence_get_active_status |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2000 #define gaim_presence_is_available purple_presence_is_available |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2001 #define gaim_presence_is_online purple_presence_is_online |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2002 #define gaim_presence_is_status_active purple_presence_is_status_active |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2003 #define gaim_presence_is_status_primitive_active \ |
15636 | 2004 purple_presence_is_status_primitive_active |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2005 #define gaim_presence_is_idle purple_presence_is_idle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2006 #define gaim_presence_get_idle_time purple_presence_get_idle_time |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2007 #define gaim_presence_get_login_time purple_presence_get_login_time |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2008 #define gaim_presence_compare purple_presence_compare |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2009 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2010 #define gaim_status_get_handle purple_status_get_handle |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2011 #define gaim_status_init purple_status_init |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2012 #define gaim_status_uninit purple_status_uninit |
15636 | 2013 |
15650 | 2014 /* from stringref.h */ |
2015 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2016 #define GaimStringref PurpleStringref |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2017 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2018 #define gaim_stringref_new purple_stringref_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2019 #define gaim_stringref_new_noref purple_stringref_new_noref |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2020 #define gaim_stringref_printf purple_stringref_printf |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2021 #define gaim_stringref_ref purple_stringref_ref |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2022 #define gaim_stringref_unref purple_stringref_unref |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2023 #define gaim_stringref_value purple_stringref_value |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2024 #define gaim_stringref_cmp purple_stringref_cmp |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2025 #define gaim_stringref_len purple_stringref_len |
15650 | 2026 |
2027 /* from stun.h */ | |
2028 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2029 #define GaimStunNatDiscovery PurpleStunNatDiscovery |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2030 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2031 #define GAIM_STUN_STATUS_UNDISCOVERED PURPLE_STUN_STATUS_UNDISCOVERED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2032 #define GAIM_STUN_STATUS_UNKNOWN PURPLE_STUN_STATUS_UNKNOWN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2033 #define GAIM_STUN_STATUS_DISCOVERING PURPLE_STUN_STATUS_DISCOVERING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2034 #define GAIM_STUN_STATUS_DISCOVERED PURPLE_STUN_STATUS_DISCOVERED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2035 #define GaimStunStatus PurpleStunStatus |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2036 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2037 #define GAIM_STUN_NAT_TYPE_PUBLIC_IP PURPLE_STUN_NAT_TYPE_PUBLIC_IP |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2038 #define GAIM_STUN_NAT_TYPE_UNKNOWN_NAT PURPLE_STUN_NAT_TYPE_UNKNOWN_NAT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2039 #define GAIM_STUN_NAT_TYPE_FULL_CONE PURPLE_STUN_NAT_TYPE_FULL_CONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2040 #define GAIM_STUN_NAT_TYPE_RESTRICTED_CONE PURPLE_STUN_NAT_TYPE_RESTRICTED_CONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2041 #define GAIM_STUN_NAT_TYPE_PORT_RESTRICTED_CONE PURPLE_STUN_NAT_TYPE_PORT_RESTRICTED_CONE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2042 #define GAIM_STUN_NAT_TYPE_SYMMETRIC PURPLE_STUN_NAT_TYPE_SYMMETRIC |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2043 #define GaimStunNatType PurpleStunNatType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2044 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2045 /* why didn't this have a Gaim prefix before? */ |
15650 | 2046 #define StunCallback PurpleStunCallback |
2047 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2048 #define gaim_stun_discover purple_stun_discover |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2049 #define gaim_stun_init purple_stun_init |
15650 | 2050 |
2051 /* from upnp.h */ | |
2052 | |
2053 /* suggested rename: PurpleUPnpMappingHandle */ | |
2054 #define UPnPMappingAddRemove PurpleUPnPMappingAddRemove | |
2055 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2056 #define GaimUPnPCallback PurpleUPnPCallback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2057 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2058 #define gaim_upnp_discover purple_upnp_discover |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2059 #define gaim_upnp_get_public_ip purple_upnp_get_public_ip |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2060 #define gaim_upnp_cancel_port_mapping purple_upnp_cancel_port_mapping |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2061 #define gaim_upnp_set_port_mapping purple_upnp_set_port_mapping |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2062 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2063 #define gaim_upnp_remove_port_mapping purple_upnp_remove_port_mapping |
15650 | 2064 |
2065 /* from util.h */ | |
2066 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2067 #define GaimUtilFetchUrlData PurpleUtilFetchUrlData |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2068 #define GaimMenuAction PurpleMenuAction |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2069 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2070 #define GaimInfoFieldFormatCallback PurpleIntoFieldFormatCallback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2071 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2072 #define GaimKeyValuePair PurpleKeyValuePair |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2073 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2074 #define gaim_menu_action_new purple_menu_action_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2075 #define gaim_menu_action_free purple_menu_action_free |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2076 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2077 #define gaim_base16_encode purple_base16_encode |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2078 #define gaim_base16_decode purple_base16_decode |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2079 #define gaim_base64_encode purple_base64_encode |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2080 #define gaim_base64_decode purple_base64_decode |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2081 #define gaim_quotedp_decode purple_quotedp_decode |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2082 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2083 #define gaim_mime_decode_field purple_mime_deco_field |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2084 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2085 #define gaim_utf8_strftime purple_utf8_strftime |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2086 #define gaim_date_format_short purple_date_format_short |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2087 #define gaim_date_format_long purple_date_format_long |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2088 #define gaim_date_format_full purple_date_format_full |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2089 #define gaim_time_format purple_time_format |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2090 #define gaim_time_build purple_time_build |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2091 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2092 #define GAIM_NO_TZ_OFF PURPLE_NO_TZ_OFF |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2093 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2094 #define gaim_str_to_time purple_str_to_time |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2095 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2096 #define gaim_markup_find_tag purple_markup_find_tag |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2097 #define gaim_markup_extract_info_field purple_markup_extract_info_field |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2098 #define gaim_markup_html_to_xhtml purple_markup_html_to_xhtml |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2099 #define gaim_markup_strip_html purple_markup_strip_html |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2100 #define gaim_markup_linkify purple_markup_linkify |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2101 #define gaim_markup_slice purple_markup_slice |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2102 #define gaim_markup_get_tag_name purple_markup_get_tag_name |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2103 #define gaim_unescape_html purple_unescape_html |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2104 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2105 #define gaim_home_dir purple_home_dir |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2106 #define gaim_user_dir purple_user_dir |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2107 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2108 #define gaim_util_set_user_dir purple_util_set_user_dir |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2109 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2110 #define gaim_build_dir purple_build_dir |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2111 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2112 #define gaim_util_write_data_to_file purple_util_write_data_to_file |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2113 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2114 #define gaim_util_read_xml_from_file purple_util_read_xml_from_file |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2115 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2116 #define gaim_mkstemp purple_mkstemp |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2117 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2118 #define gaim_program_is_valid purple_program_is_valid |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2119 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2120 #define gaim_running_gnome purple_running_gnome |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2121 #define gaim_running_kde purple_running_kde |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2122 #define gaim_running_osx purple_running_osx |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2123 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2124 #define gaim_fd_get_ip purple_fd_get_ip |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2125 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2126 #define gaim_normalize purple_normalize |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2127 #define gaim_normalize_nocase purple_normalize_nocase |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2128 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2129 #define gaim_strdup_withhtml purple_strdup_withhtml |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2130 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2131 #define gaim_str_has_prefix purple_str_has_prefix |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2132 #define gaim_str_has_suffix purple_str_has_suffix |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2133 #define gaim_str_add_cr purple_str_add_cr |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2134 #define gaim_str_strip_char purple_str_strip_char |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2135 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2136 #define gaim_util_chrreplace purple_util_chrreplace |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2137 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2138 #define gaim_strreplace purple_strreplace |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2139 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2140 #define gaim_utf8_ncr_encode purple_utf8_ncr_encode |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2141 #define gaim_utf8_ncr_decode purple_utf8_ncr_decode |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2142 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2143 #define gaim_strcasereplace purple_strcasereplace |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2144 #define gaim_strcasestr purple_strcasestr |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2145 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2146 #define gaim_str_size_to_units purple_str_size_to_units |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2147 #define gaim_str_seconds_to_string purple_str_seconds_to_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2148 #define gaim_str_binary_to_ascii purple_str_binary_to_ascii |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2149 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2150 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2151 #define gaim_got_protocol_handler_uri purple_got_protocol_handler_uri |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2152 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2153 #define gaim_url_parse purple_url_parse |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2154 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2155 #define GaimUtilFetchUrlCallback PurpleUtilFetchUrlCallback |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2156 #define gaim_util_fetch_url purple_util_fetch_url |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2157 #define gaim_util_fetch_url_request purple_util_fetch_url_request |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2158 #define gaim_util_fetch_url_cancel purple_util_fetch_url_cancel |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2159 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2160 #define gaim_url_decode purple_url_decode |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2161 #define gaim_url_encode purple_url_encode |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2162 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2163 #define gaim_email_is_valid purple_email_is_valid |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2164 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2165 #define gaim_uri_list_extract_uris purple_uri_list_extract_uris |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2166 #define gaim_uri_list_extract_filenames purple_uri_list_extract_filenames |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2167 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2168 #define gaim_utf8_try_convert purple_utf8_try_convert |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2169 #define gaim_utf8_salvage purple_utf8_salvage |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2170 #define gaim_utf8_strcasecmp purple_utf8_strcasecmp |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2171 #define gaim_utf8_has_word purple_utf8_has_word |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2172 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2173 #define gaim_print_utf8_to_console purple_print_utf8_to_console |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2174 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2175 #define gaim_message_meify purple_message_meify |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2176 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2177 #define gaim_text_strip_mnemonic purple_text_strip_mnemonic |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2178 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2179 #define gaim_unescape_filename purple_unescape_filename |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2180 #define gaim_escape_filename purple_escape_filename |
15650 | 2181 |
15651 | 2182 /* from value.h */ |
2183 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2184 #define GAIM_TYPE_UNKNOWN PURPLE_TYPE_UNKNOWN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2185 #define GAIM_TYPE_SUBTYPE PURPLE_TYPE_SUBTYPE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2186 #define GAIM_TYPE_CHAR PURPLE_TYPE_CHAR |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2187 #define GAIM_TYPE_UCHAR PURPLE_TYPE_UCHAR |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2188 #define GAIM_TYPE_BOOLEAN PURPLE_TYPE_BOOLEAN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2189 #define GAIM_TYPE_SHORT PURPLE_TYPE_SHORT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2190 #define GAIM_TYPE_USHORT PURPLE_TYPE_USHORT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2191 #define GAIM_TYPE_INT PURPLE_TYPE_INT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2192 #define GAIM_TYPE_UINT PURPLE_TYPE_UINT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2193 #define GAIM_TYPE_LONG PURPLE_TYPE_LONG |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2194 #define GAIM_TYPE_ULONG PURPLE_TYPE_ULONG |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2195 #define GAIM_TYPE_INT64 PURPLE_TYPE_INT64 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2196 #define GAIM_TYPE_UINT64 PURPLE_TYPE_UINT64 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2197 #define GAIM_TYPE_STRING PURPLE_TYPE_STRING |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2198 #define GAIM_TYPE_OBJECT PURPLE_TYPE_OBJECT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2199 #define GAIM_TYPE_POINTER PURPLE_TYPE_POINTER |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2200 #define GAIM_TYPE_ENUM PURPLE_TYPE_ENUM |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2201 #define GAIM_TYPE_BOXED PURPLE_TYPE_BOXED |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2202 #define GaimType PurpleType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2203 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2204 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2205 #define GAIM_SUBTYPE_UNKNOWN PURPLE_SUBTYPE_UNKNOWN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2206 #define GAIM_SUBTYPE_ACCOUNT PURPLE_SUBTYPE_ACCOUNT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2207 #define GAIM_SUBTYPE_BLIST PURPLE_SUBTYPE_BLIST |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2208 #define GAIM_SUBTYPE_BLIST_BUDDY PURPLE_SUBTYPE_BLIST_BUDDY |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2209 #define GAIM_SUBTYPE_BLIST_GROUP PURPLE_SUBTYPE_BLIST_GROUP |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2210 #define GAIM_SUBTYPE_BLIST_CHAT PURPLE_SUBTYPE_BLIST_CHAT |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2211 #define GAIM_SUBTYPE_BUDDY_ICON PURPLE_SUBTYPE_BUDDY_ICON |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2212 #define GAIM_SUBTYPE_CONNECTION PURPLE_SUBTYPE_CONNECTION |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2213 #define GAIM_SUBTYPE_CONVERSATION PURPLE_SUBTYPE_CONVERSATION |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2214 #define GAIM_SUBTYPE_PLUGIN PURPLE_SUBTYPE_PLUGIN |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2215 #define GAIM_SUBTYPE_BLIST_NODE PURPLE_SUBTYPE_BLIST_NODE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2216 #define GAIM_SUBTYPE_CIPHER PURPLE_SUBTYPE_CIPHER |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2217 #define GAIM_SUBTYPE_STATUS PURPLE_SUBTYPE_STATUS |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2218 #define GAIM_SUBTYPE_LOG PURPLE_SUBTYPE_LOG |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2219 #define GAIM_SUBTYPE_XFER PURPLE_SUBTYPE_XFER |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2220 #define GAIM_SUBTYPE_SAVEDSTATUS PURPLE_SUBTYPE_SAVEDSTATUS |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2221 #define GAIM_SUBTYPE_XMLNODE PURPLE_SUBTYPE_XMLNODE |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2222 #define GAIM_SUBTYPE_USERINFO PURPLE_SUBTYPE_USERINFO |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2223 #define GaimSubType PurpleSubType |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2224 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2225 #define GaimValue PurpleValue |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2226 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2227 #define gaim_value_new purple_value_new |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2228 #define gaim_value_new_outgoing purple_value_new_outgoing |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2229 #define gaim_value_destroy purple_value_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2230 #define gaim_value_dup purple_value_dup |
16375
391a79778f89
Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Richard Laager <rlaager@wiktel.com>
parents:
16373
diff
changeset
|
2231 #define gaim_value_purple_buddy_icon_get_extensionget_type purple_value_get_type |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2232 #define gaim_value_get_subtype purple_value_get_subtype |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2233 #define gaim_value_get_specific_type purple_value_get_specific_type |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2234 #define gaim_value_is_outgoing purple_value_is_outgoing |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2235 #define gaim_value_set_char purple_value_set_char |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2236 #define gaim_value_set_uchar purple_value_set_uchar |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2237 #define gaim_value_set_boolean purple_value_set_boolean |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2238 #define gaim_value_set_short purple_value_set_short |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2239 #define gaim_value_set_ushort purple_value_set_ushort |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2240 #define gaim_value_set_int purple_value_set_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2241 #define gaim_value_set_uint purple_value_set_uint |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2242 #define gaim_value_set_long purple_value_set_long |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2243 #define gaim_value_set_ulong purple_value_set_ulong |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2244 #define gaim_value_set_int64 purple_value_set_int64 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2245 #define gaim_value_set_uint64 purple_value_set_uint64 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2246 #define gaim_value_set_string purple_value_set_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2247 #define gaim_value_set_object purple_value_set_object |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2248 #define gaim_value_set_pointer purple_value_set_pointer |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2249 #define gaim_value_set_enum purple_value_set_enum |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2250 #define gaim_value_set_boxed purple_value_set_boxed |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2251 #define gaim_value_get_char purple_value_get_char |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2252 #define gaim_value_get_uchar purple_value_get_uchar |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2253 #define gaim_value_get_boolean purple_value_get_boolean |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2254 #define gaim_value_get_short purple_value_get_short |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2255 #define gaim_value_get_ushort purple_value_get_ushort |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2256 #define gaim_value_get_int purple_value_get_int |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2257 #define gaim_value_get_uint purple_value_get_uint |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2258 #define gaim_value_get_long purple_value_get_long |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2259 #define gaim_value_get_ulong purple_value_get_ulong |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2260 #define gaim_value_get_int64 purple_value_get_int64 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2261 #define gaim_value_get_uint64 purple_value_get_uint64 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2262 #define gaim_value_get_string purple_value_get_string |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2263 #define gaim_value_get_object purple_value_get_object |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2264 #define gaim_value_get_pointer purple_value_get_pointer |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2265 #define gaim_value_get_enum purple_value_get_enum |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2266 #define gaim_value_get_boxed purple_value_get_boxed |
15651 | 2267 |
2268 /* from version.h */ | |
2269 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2270 #define GAIM_MAJOR_VERSION PURPLE_MAJOR_VERSION |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2271 #define GAIM_MINOR_VERSION PURPLE_MINOR_VERSION |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2272 #define GAIM_MICRO_VERSION PURPLE_MICRO_VERSION |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2273 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2274 #define GAIM_VERSION_CHECK PURPLE_VERSION_CHECK |
15651 | 2275 |
2276 /* from whiteboard.h */ | |
2277 | |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2278 #define GaimWhiteboardPrplOps PurpleWhiteboardPrplOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2279 #define GaimWhiteboard PurpleWhiteboard |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2280 #define GaimWhiteboardUiOps PurpleWhiteboardUiOps |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2281 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2282 #define gaim_whiteboard_set_ui_ops purple_whiteboard_set_ui_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2283 #define gaim_whiteboard_set_prpl_ops purple_whiteboard_set_prpl_ops |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2284 |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2285 #define gaim_whiteboard_create purple_whiteboard_create |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2286 #define gaim_whiteboard_destroy purple_whiteboard_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2287 #define gaim_whiteboard_start purple_whiteboard_start |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2288 #define gaim_whiteboard_get_session purple_whiteboard_get_session |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2289 #define gaim_whiteboard_draw_list_destroy purple_whiteboard_draw_list_destroy |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2290 #define gaim_whiteboard_get_dimensions purple_whiteboard_get_dimensions |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2291 #define gaim_whiteboard_set_dimensions purple_whiteboard_set_dimensions |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2292 #define gaim_whiteboard_draw_point purple_whiteboard_draw_point |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2293 #define gaim_whiteboard_send_draw_list purple_whiteboard_send_draw_list |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2294 #define gaim_whiteboard_draw_line purple_whiteboard_draw_line |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2295 #define gaim_whiteboard_clear purple_whiteboard_clear |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2296 #define gaim_whiteboard_send_clear purple_whiteboard_send_clear |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2297 #define gaim_whiteboard_send_brush purple_whiteboard_send_brush |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2298 #define gaim_whiteboard_get_brush purple_whiteboard_get_brush |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2299 #define gaim_whiteboard_set_brush purple_whiteboard_set_brush |
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2300 |
15854
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2301 /* for static plugins */ |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2302 #define gaim_init_ssl_plugin purple_init_ssl_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2303 #define gaim_init_ssl_openssl_plugin purple_init_ssl_openssl_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2304 #define gaim_init_ssl_gnutls_plugin purple_init_ssl_gnutls_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2305 #define gaim_init_gg_plugin purple_init_gg_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2306 #define gaim_init_jabber_plugin purple_init_jabber_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2307 #define gaim_init_sametime_plugin purple_init_sametime_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2308 #define gaim_init_msn_plugin purple_init_msn_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2309 #define gaim_init_novell_plugin purple_init_novell_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2310 #define gaim_init_qq_plugin purple_init_qq_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2311 #define gaim_init_simple_plugin purple_init_simple_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2312 #define gaim_init_yahoo_plugin purple_init_yahoo_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2313 #define gaim_init_zephyr_plugin purple_init_zephyr_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2314 #define gaim_init_aim_plugin purple_init_aim_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2315 #define gaim_init_icq_plugin purple_init_icq_plugin |
5ec2374087de
gaim-compat.h is now functional; fixed a compile error, a typo, and some missing symbols
Evan Schoenberg <evan.s@dreskin.net>
parents:
15853
diff
changeset
|
2316 |
15853
f7d9dead71da
Reverted the gaim-compat.h portion of 921657d3f21f5190639852247331d608f5946095, which made the gaim_ symbols in gaim-compat.h into purple_ symbols.
Evan Schoenberg <evan.s@dreskin.net>
parents:
15822
diff
changeset
|
2317 #endif /* _GAIM_COMPAT_H_ */ |