Frameworks/libpurple.framework/Versions/0.6.2/Headers/gaim-compat.h
author Zachary West <zacw@adium.im>
Fri Aug 21 13:25:11 2009 -0700 (2009-08-21)
changeset 2592 e8d15275025e
parent 1739 Frameworks/libpurple.framework/Versions/0.6.0/Headers/gaim-compat.h@8b0daad9656c
permissions -rw-r--r--
im.pidgin.adium.1-4 at 267c6165e02e34318a1823960bd04c0639952f73
Evan@653
     1
/**
Evan@653
     2
 * @file gaim-compat.h Gaim Compat macros
Evan@653
     3
 * @ingroup core
Evan@653
     4
 */
Evan@653
     5
Evan@653
     6
/* pidgin
Evan@653
     7
 *
Evan@653
     8
 * Pidgin is the legal property of its developers, whose names are too numerous
Evan@653
     9
 * to list here.  Please refer to the COPYRIGHT file distributed with this
Evan@653
    10
 * source distribution.
Evan@653
    11
 *
Evan@653
    12
 * This program is free software; you can redistribute it and/or modify
Evan@653
    13
 * it under the terms of the GNU General Public License as published by
Evan@653
    14
 * the Free Software Foundation; either version 2 of the License, or
Evan@653
    15
 * (at your option) any later version.
Evan@653
    16
 *
Evan@653
    17
 * This program is distributed in the hope that it will be useful,
Evan@653
    18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Evan@653
    19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Evan@653
    20
 * GNU General Public License for more details.
Evan@653
    21
 *
Evan@653
    22
 * You should have received a copy of the GNU General Public License
Evan@653
    23
 * along with this program; if not, write to the Free Software
Evan@653
    24
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
Evan@653
    25
 */
Evan@653
    26
#ifndef _GAIM_COMPAT_H_
Evan@653
    27
#define _GAIM_COMPAT_H_
Evan@653
    28
Evan@653
    29
#include <glib.h>
Evan@653
    30
Evan@653
    31
/* from account.h */
Evan@653
    32
#define GaimAccountUiOps PurpleAccountUiOps
Evan@653
    33
#define GaimAccount PurpleAccount
Evan@653
    34
Evan@653
    35
#define GaimFilterAccountFunc PurpleFilterAccountFunc
Evan@653
    36
#define GaimAccountRequestAuthorizationCb PurpleAccountRequestAuthorizationCb
Evan@653
    37
Evan@653
    38
#define gaim_account_new           purple_account_new
Evan@653
    39
#define gaim_account_destroy       purple_account_destroy
Evan@653
    40
#define gaim_account_connect       purple_account_connect
Evan@653
    41
#define gaim_account_register      purple_account_register
Evan@653
    42
#define gaim_account_disconnect    purple_account_disconnect
Evan@653
    43
#define gaim_account_notify_added  purple_account_notify_added
Evan@653
    44
#define gaim_account_request_add   purple_account_request_add
Evan@653
    45
#define gaim_account_request_close   purple_account_request_close
Evan@653
    46
Evan@653
    47
#define gaim_account_request_authorization     purple_account_request_authorization
Evan@653
    48
#define gaim_account_request_change_password   purple_account_request_change_password
Evan@653
    49
#define gaim_account_request_change_user_info  purple_account_request_change_user_info
Evan@653
    50
Evan@653
    51
#define gaim_account_set_username            purple_account_set_username
Evan@653
    52
#define gaim_account_set_password            purple_account_set_password
Evan@653
    53
#define gaim_account_set_alias               purple_account_set_alias
Evan@653
    54
#define gaim_account_set_user_info           purple_account_set_user_info
Evan@653
    55
#define gaim_account_set_buddy_icon_path     purple_account_set_buddy_icon_path
Evan@653
    56
#define gaim_account_set_protocol_id         purple_account_set_protocol_id
Evan@653
    57
#define gaim_account_set_connection          purple_account_set_connection
Evan@653
    58
#define gaim_account_set_remember_password   purple_account_set_remember_password
Evan@653
    59
#define gaim_account_set_check_mail          purple_account_set_check_mail
Evan@653
    60
#define gaim_account_set_enabled             purple_account_set_enabled
Evan@653
    61
#define gaim_account_set_proxy_info          purple_account_set_proxy_info
Evan@653
    62
#define gaim_account_set_status_types        purple_account_set_status_types
Evan@653
    63
#define gaim_account_set_status              purple_account_set_status
Evan@653
    64
#define gaim_account_set_status_list         purple_account_set_status_list
Evan@653
    65
Evan@653
    66
#define gaim_account_clear_settings   purple_account_clear_settings
Evan@653
    67
Evan@653
    68
#define gaim_account_set_int    purple_account_set_int
Evan@653
    69
#define gaim_account_set_string purple_account_set_string
Evan@653
    70
#define gaim_account_set_bool   purple_account_set_bool
Evan@653
    71
Evan@653
    72
#define gaim_account_set_ui_int     purple_account_set_ui_int
Evan@653
    73
#define gaim_account_set_ui_string  purple_account_set_ui_string
Evan@653
    74
#define gaim_account_set_ui_bool    purple_account_set_ui_bool
Evan@653
    75
Evan@653
    76
#define gaim_account_is_connected     purple_account_is_connected
Evan@653
    77
#define gaim_account_is_connecting    purple_account_is_connecting
Evan@653
    78
#define gaim_account_is_disconnected  purple_account_is_disconnected
Evan@653
    79
Evan@653
    80
#define gaim_account_get_username           purple_account_get_username
Evan@653
    81
#define gaim_account_get_password           purple_account_get_password
Evan@653
    82
#define gaim_account_get_alias              purple_account_get_alias
Evan@653
    83
#define gaim_account_get_user_info          purple_account_get_user_info
Evan@653
    84
#define gaim_account_get_buddy_icon_path    purple_account_get_buddy_icon_path
Evan@653
    85
#define gaim_account_get_protocol_id        purple_account_get_protocol_id
Evan@653
    86
#define gaim_account_get_protocol_name      purple_account_get_protocol_name
Evan@653
    87
#define gaim_account_get_connection         purple_account_get_connection
Evan@653
    88
#define gaim_account_get_remember_password  purple_account_get_remember_password
Evan@653
    89
#define gaim_account_get_check_mail         purple_account_get_check_mail
Evan@653
    90
#define gaim_account_get_enabled            purple_account_get_enabled
Evan@653
    91
#define gaim_account_get_proxy_info         purple_account_get_proxy_info
Evan@653
    92
#define gaim_account_get_active_status      purple_account_get_active_status
Evan@653
    93
#define gaim_account_get_status             purple_account_get_status
Evan@653
    94
#define gaim_account_get_status_type        purple_account_get_status_type
Evan@653
    95
#define gaim_account_get_status_type_with_primitive \
Evan@653
    96
	purple_account_get_status_type_with_primitive
Evan@653
    97
Evan@653
    98
#define gaim_account_get_presence       purple_account_get_presence
Evan@653
    99
#define gaim_account_is_status_active   purple_account_is_status_active
Evan@653
   100
#define gaim_account_get_status_types   purple_account_get_status_types
Evan@653
   101
Evan@653
   102
#define gaim_account_get_int            purple_account_get_int
Evan@653
   103
#define gaim_account_get_string         purple_account_get_string
Evan@653
   104
#define gaim_account_get_bool           purple_account_get_bool
Evan@653
   105
Evan@653
   106
#define gaim_account_get_ui_int     purple_account_get_ui_int
Evan@653
   107
#define gaim_account_get_ui_string  purple_account_get_ui_string
Evan@653
   108
#define gaim_account_get_ui_bool    purple_account_get_ui_bool
Evan@653
   109
Evan@653
   110
Evan@653
   111
#define gaim_account_get_log      purple_account_get_log
Evan@653
   112
#define gaim_account_destroy_log  purple_account_destroy_log
Evan@653
   113
Evan@653
   114
#define gaim_account_add_buddy       purple_account_add_buddy
Evan@653
   115
#define gaim_account_add_buddies     purple_account_add_buddies
Evan@653
   116
#define gaim_account_remove_buddy    purple_account_remove_buddy
Evan@653
   117
#define gaim_account_remove_buddies  purple_account_remove_buddies
Evan@653
   118
Evan@653
   119
#define gaim_account_remove_group  purple_account_remove_group
Evan@653
   120
Evan@653
   121
#define gaim_account_change_password  purple_account_change_password
Evan@653
   122
Evan@653
   123
#define gaim_account_supports_offline_message  purple_account_supports_offline_message
Evan@653
   124
Evan@653
   125
#define gaim_accounts_add      purple_accounts_add
Evan@653
   126
#define gaim_accounts_remove   purple_accounts_remove
Evan@653
   127
#define gaim_accounts_delete   purple_accounts_delete
Evan@653
   128
#define gaim_accounts_reorder  purple_accounts_reorder
Evan@653
   129
Evan@653
   130
#define gaim_accounts_get_all         purple_accounts_get_all
Evan@653
   131
#define gaim_accounts_get_all_active  purple_accounts_get_all_active
Evan@653
   132
Evan@653
   133
#define gaim_accounts_find   purple_accounts_find
Evan@653
   134
Evan@653
   135
#define gaim_accounts_restore_current_statuses  purple_accounts_restore_current_statuses
Evan@653
   136
Evan@653
   137
#define gaim_accounts_set_ui_ops  purple_accounts_set_ui_ops
Evan@653
   138
#define gaim_accounts_get_ui_ops  purple_accounts_get_ui_ops
Evan@653
   139
Evan@653
   140
#define gaim_accounts_get_handle  purple_accounts_get_handle
Evan@653
   141
Evan@653
   142
#define gaim_accounts_init    purple_accounts_init
Evan@653
   143
#define gaim_accounts_uninit  purple_accounts_uninit
Evan@653
   144
Evan@653
   145
/* from accountopt.h */
Evan@653
   146
Evan@653
   147
#define GaimAccountOption     PurpleAccountOption
Evan@653
   148
#define GaimAccountUserSplit  PurpleAccountUserSplit
Evan@653
   149
Evan@653
   150
#define gaim_account_option_new         purple_account_option_new
Evan@653
   151
#define gaim_account_option_bool_new    purple_account_option_bool_new
Evan@653
   152
#define gaim_account_option_int_new     purple_account_option_int_new
Evan@653
   153
#define gaim_account_option_string_new  purple_account_option_string_new
Evan@653
   154
#define gaim_account_option_list_new    purple_account_option_list_new
Evan@653
   155
Evan@653
   156
#define gaim_account_option_destroy  purple_account_option_destroy
Evan@653
   157
Evan@653
   158
#define gaim_account_option_set_default_bool    purple_account_option_set_default_bool
Evan@653
   159
#define gaim_account_option_set_default_int     purple_account_option_set_default_int
Evan@653
   160
#define gaim_account_option_set_default_string  purple_account_option_set_default_string
Evan@653
   161
Evan@653
   162
#define gaim_account_option_set_masked  purple_account_option_set_masked
Evan@653
   163
Evan@653
   164
#define gaim_account_option_set_list  purple_account_option_set_list
Evan@653
   165
Evan@653
   166
#define gaim_account_option_add_list_item  purple_account_option_add_list_item
Evan@653
   167
Evan@653
   168
#define gaim_account_option_get_type     purple_account_option_get_type
Evan@653
   169
#define gaim_account_option_get_text     purple_account_option_get_text
Evan@653
   170
#define gaim_account_option_get_setting  purple_account_option_get_setting
Evan@653
   171
Evan@653
   172
#define gaim_account_option_get_default_bool        purple_account_option_get_default_bool
Evan@653
   173
#define gaim_account_option_get_default_int         purple_account_option_get_default_int
Evan@653
   174
#define gaim_account_option_get_default_string      purple_account_option_get_default_string
Evan@653
   175
#define gaim_account_option_get_default_list_value  purple_account_option_get_default_list_value
Evan@653
   176
Evan@653
   177
#define gaim_account_option_get_masked  purple_account_option_get_masked
Evan@653
   178
#define gaim_account_option_get_list    purple_account_option_get_list
Evan@653
   179
Evan@653
   180
#define gaim_account_user_split_new      purple_account_user_split_new
Evan@653
   181
#define gaim_account_user_split_destroy  purple_account_user_split_destroy
Evan@653
   182
Evan@653
   183
#define gaim_account_user_split_get_text           purple_account_user_split_get_text
Evan@653
   184
#define gaim_account_user_split_get_default_value  purple_account_user_split_get_default_value
Evan@653
   185
#define gaim_account_user_split_get_separator      purple_account_user_split_get_separator
Evan@653
   186
Evan@653
   187
/* from blist.h */
Evan@653
   188
Evan@653
   189
#define GaimBuddyList    PurpleBuddyList
Evan@653
   190
#define GaimBlistUiOps   PurpleBlistUiOps
Evan@653
   191
#define GaimBlistNode    PurpleBlistNode
Evan@653
   192
Evan@653
   193
#define GaimChat     PurpleChat
Evan@653
   194
#define GaimGroup    PurpleGroup
Evan@653
   195
#define GaimContact  PurpleContact
Evan@653
   196
#define GaimBuddy    PurpleBuddy
Evan@653
   197
Evan@653
   198
#define GAIM_BLIST_GROUP_NODE     PURPLE_BLIST_GROUP_NODE
Evan@653
   199
#define GAIM_BLIST_CONTACT_NODE   PURPLE_BLIST_CONTACT_NODE
Evan@653
   200
#define GAIM_BLIST_BUDDY_NODE     PURPLE_BLIST_BUDDY_NODE
Evan@653
   201
#define GAIM_BLIST_CHAT_NODE      PURPLE_BLIST_CHAT_NODE
Evan@653
   202
#define GAIM_BLIST_OTHER_NODE     PURPLE_BLIST_OTHER_NODE
Evan@653
   203
#define GaimBlistNodeType         PurpleBlistNodeType
Evan@653
   204
Evan@653
   205
#define GAIM_BLIST_NODE_IS_CHAT       PURPLE_BLIST_NODE_IS_CHAT
Evan@653
   206
#define GAIM_BLIST_NODE_IS_BUDDY      PURPLE_BLIST_NODE_IS_BUDDY
Evan@653
   207
#define GAIM_BLIST_NODE_IS_CONTACT    PURPLE_BLIST_NODE_IS_CONTACT
Evan@653
   208
#define GAIM_BLIST_NODE_IS_GROUP      PURPLE_BLIST_NODE_IS_GROUP
Evan@653
   209
Evan@653
   210
#define GAIM_BUDDY_IS_ONLINE PURPLE_BUDDY_IS_ONLINE
Evan@653
   211
Evan@653
   212
#define GAIM_BLIST_NODE_FLAG_NO_SAVE  PURPLE_BLIST_NODE_FLAG_NO_SAVE
Evan@653
   213
#define GaimBlistNodeFlags            PurpleBlistNodeFlags
Evan@653
   214
Evan@653
   215
#define GAIM_BLIST_NODE_HAS_FLAG     PURPLE_BLIST_NODE_HAS_FLAG
Evan@653
   216
#define GAIM_BLIST_NODE_SHOULD_SAVE  PURPLE_BLIST_NODE_SHOULD_SAVE
Evan@653
   217
Evan@653
   218
#define GAIM_BLIST_NODE_NAME   PURPLE_BLIST_NODE_NAME
Evan@653
   219
Evan@653
   220
Evan@653
   221
#define gaim_blist_new  purple_blist_new
Evan@653
   222
#define gaim_set_blist  purple_set_blist
Evan@653
   223
#define gaim_get_blist  purple_get_blist
Evan@653
   224
Evan@653
   225
#define gaim_blist_get_root   purple_blist_get_root
Evan@653
   226
#define gaim_blist_node_next  purple_blist_node_next
Evan@653
   227
Evan@653
   228
#define gaim_blist_show  purple_blist_show
Evan@653
   229
Evan@653
   230
#define gaim_blist_destroy  purple_blist_destroy
Evan@653
   231
Evan@653
   232
#define gaim_blist_set_visible  purple_blist_set_visible
Evan@653
   233
Evan@653
   234
#define gaim_blist_update_buddy_status  purple_blist_update_buddy_status
Evan@653
   235
#define gaim_blist_update_buddy_icon    purple_blist_update_buddy_icon
Evan@653
   236
Evan@653
   237
Evan@653
   238
#define gaim_blist_alias_contact       purple_blist_alias_contact
Evan@653
   239
#define gaim_blist_alias_buddy         purple_blist_alias_buddy
Evan@653
   240
#define gaim_blist_server_alias_buddy  purple_blist_server_alias_buddy
Evan@653
   241
#define gaim_blist_alias_chat          purple_blist_alias_chat
Evan@653
   242
Evan@653
   243
#define gaim_blist_rename_buddy  purple_blist_rename_buddy
Evan@653
   244
#define gaim_blist_rename_group  purple_blist_rename_group
Evan@653
   245
Evan@653
   246
#define gaim_chat_new        purple_chat_new
Evan@653
   247
#define gaim_blist_add_chat  purple_blist_add_chat
Evan@653
   248
Evan@653
   249
#define gaim_buddy_new           purple_buddy_new
Evan@653
   250
#define gaim_buddy_set_icon      purple_buddy_set_icon
Evan@653
   251
#define gaim_buddy_get_account   purple_buddy_get_account
Evan@653
   252
#define gaim_buddy_get_name      purple_buddy_get_name
Evan@653
   253
#define gaim_buddy_get_icon      purple_buddy_get_icon
Evan@653
   254
#define gaim_buddy_get_contact   purple_buddy_get_contact
Evan@653
   255
#define gaim_buddy_get_presence  purple_buddy_get_presence
Evan@653
   256
Evan@653
   257
#define gaim_blist_add_buddy  purple_blist_add_buddy
Evan@653
   258
Evan@653
   259
#define gaim_group_new  purple_group_new
Evan@653
   260
Evan@653
   261
#define gaim_blist_add_group  purple_blist_add_group
Evan@653
   262
Evan@653
   263
#define gaim_contact_new  purple_contact_new
Evan@653
   264
Evan@653
   265
#define gaim_blist_add_contact    purple_blist_add_contact
Evan@653
   266
#define gaim_blist_merge_contact  purple_blist_merge_contact
Evan@653
   267
Evan@653
   268
#define gaim_contact_get_priority_buddy  purple_contact_get_priority_buddy
Evan@653
   269
#define gaim_contact_set_alias           purple_contact_set_alias
Evan@653
   270
#define gaim_contact_get_alias           purple_contact_get_alias
Evan@653
   271
#define gaim_contact_on_account          purple_contact_on_account
Evan@653
   272
Evan@653
   273
#define gaim_contact_invalidate_priority_buddy  purple_contact_invalidate_priority_buddy
Evan@653
   274
Evan@653
   275
#define gaim_blist_remove_buddy    purple_blist_remove_buddy
Evan@653
   276
#define gaim_blist_remove_contact  purple_blist_remove_contact
Evan@653
   277
#define gaim_blist_remove_chat     purple_blist_remove_chat
Evan@653
   278
#define gaim_blist_remove_group    purple_blist_remove_group
Evan@653
   279
Evan@653
   280
#define gaim_buddy_get_alias_only     purple_buddy_get_alias_only
Evan@653
   281
#define gaim_buddy_get_server_alias   purple_buddy_get_server_alias
Evan@653
   282
#define gaim_buddy_get_contact_alias  purple_buddy_get_contact_alias
Evan@653
   283
#define gaim_buddy_get_local_alias    purple_buddy_get_local_alias
Evan@653
   284
#define gaim_buddy_get_alias          purple_buddy_get_alias
Evan@653
   285
Evan@653
   286
#define gaim_chat_get_name  purple_chat_get_name
Evan@653
   287
Evan@653
   288
#define gaim_find_buddy           purple_find_buddy
Evan@653
   289
#define gaim_find_buddy_in_group  purple_find_buddy_in_group
Evan@653
   290
#define gaim_find_buddies         purple_find_buddies
Evan@653
   291
Evan@653
   292
#define gaim_find_group  purple_find_group
Evan@653
   293
Evan@653
   294
#define gaim_blist_find_chat  purple_blist_find_chat
Evan@653
   295
Evan@653
   296
#define gaim_chat_get_group   purple_chat_get_group
Evan@653
   297
#define gaim_buddy_get_group  purple_buddy_get_group
Evan@653
   298
Evan@653
   299
#define gaim_group_get_accounts  purple_group_get_accounts
Evan@653
   300
#define gaim_group_on_account    purple_group_on_account
Evan@653
   301
Evan@653
   302
#define gaim_blist_add_account     purple_blist_add_account
Evan@653
   303
#define gaim_blist_remove_account  purple_blist_remove_account
Evan@653
   304
Evan@653
   305
#define gaim_blist_get_group_size          purple_blist_get_group_size
Evan@653
   306
#define gaim_blist_get_group_online_count  purple_blist_get_group_online_count
Evan@653
   307
Evan@653
   308
#define gaim_blist_load           purple_blist_load
Evan@653
   309
#define gaim_blist_schedule_save  purple_blist_schedule_save
Evan@653
   310
Evan@653
   311
#define gaim_blist_request_add_buddy  purple_blist_request_add_buddy
Evan@653
   312
#define gaim_blist_request_add_chat   purple_blist_request_add_chat
Evan@653
   313
#define gaim_blist_request_add_group  purple_blist_request_add_group
Evan@653
   314
Evan@653
   315
#define gaim_blist_node_set_bool    purple_blist_node_set_bool
Evan@653
   316
#define gaim_blist_node_get_bool    purple_blist_node_get_bool
Evan@653
   317
#define gaim_blist_node_set_int     purple_blist_node_set_int
Evan@653
   318
#define gaim_blist_node_get_int     purple_blist_node_get_int
Evan@653
   319
#define gaim_blist_node_set_string  purple_blist_node_set_string
Evan@653
   320
#define gaim_blist_node_get_string  purple_blist_node_get_string
Evan@653
   321
Evan@653
   322
#define gaim_blist_node_remove_setting  purple_blist_node_remove_setting
Evan@653
   323
Evan@653
   324
#define gaim_blist_node_set_flags  purple_blist_node_set_flags
Evan@653
   325
#define gaim_blist_node_get_flags  purple_blist_node_get_flags
Evan@653
   326
Evan@653
   327
#define gaim_blist_node_get_extended_menu  purple_blist_node_get_extended_menu
Evan@653
   328
Evan@653
   329
#define gaim_blist_set_ui_ops  purple_blist_set_ui_ops
Evan@653
   330
#define gaim_blist_get_ui_ops  purple_blist_get_ui_ops
Evan@653
   331
Evan@653
   332
#define gaim_blist_get_handle  purple_blist_get_handle
Evan@653
   333
Evan@653
   334
#define gaim_blist_init    purple_blist_init
Evan@653
   335
#define gaim_blist_uninit  purple_blist_uninit
Evan@653
   336
Evan@653
   337
Evan@653
   338
#define GaimBuddyIcon  PurpleBuddyIcon
Evan@653
   339
Evan@653
   340
#define gaim_buddy_icon_new(account, username, icon_data, icon_len)\
Evan@653
   341
        purple_buddy_icon_new(account, username, g_memdup(icon_data, icon_len), icon_len)
Evan@653
   342
#define gaim_buddy_icon_ref      purple_buddy_icon_ref
Evan@653
   343
#define gaim_buddy_icon_unref    purple_buddy_icon_unref
Evan@653
   344
#define gaim_buddy_icon_update   purple_buddy_icon_update
Evan@653
   345
Evan@653
   346
#define gaim_buddy_icon_set_data(icon, data, len) \
Evan@653
   347
        purple_buddy_icon_set_data(icon, g_memdup(data, len), len, NULL);
Evan@653
   348
Evan@653
   349
#define gaim_buddy_icon_get_account   purple_buddy_icon_get_account
Evan@653
   350
#define gaim_buddy_icon_get_username  purple_buddy_icon_get_username
Evan@653
   351
#define gaim_buddy_icon_get_data      purple_buddy_icon_get_data
Evan@653
   352
#define gaim_buddy_icon_get_type      purple_buddy_icon_get_extension
Evan@653
   353
Evan@653
   354
#define gaim_buddy_icons_set_for_user(icon, data, len) \
Evan@653
   355
        purple_buddy_icons_set_for_user(icon, g_memdup(data, len), len, NULL)
Evan@653
   356
#define gaim_buddy_icons_set_caching    purple_buddy_icons_set_caching
Evan@653
   357
#define gaim_buddy_icons_is_caching     purple_buddy_icons_is_caching
Evan@653
   358
#define gaim_buddy_icons_set_cache_dir  purple_buddy_icons_set_cache_dir
Evan@653
   359
#define gaim_buddy_icons_get_cache_dir  purple_buddy_icons_get_cache_dir
Evan@653
   360
#define gaim_buddy_icons_get_handle     purple_buddy_icons_get_handle
Evan@653
   361
Evan@653
   362
#define gaim_buddy_icons_init    purple_buddy_icons_init
Evan@653
   363
#define gaim_buddy_icons_uninit  purple_buddy_icons_uninit
Evan@653
   364
Evan@653
   365
#define gaim_buddy_icon_get_scale_size  purple_buddy_icon_get_scale_size
Evan@653
   366
Evan@653
   367
/* from cipher.h */
Evan@653
   368
Evan@653
   369
#define GAIM_CIPHER          PURPLE_CIPHER
Evan@653
   370
#define GAIM_CIPHER_OPS      PURPLE_CIPHER_OPS
Evan@653
   371
#define GAIM_CIPHER_CONTEXT  PURPLE_CIPHER_CONTEXT
Evan@653
   372
Evan@653
   373
#define GaimCipher         PurpleCipher
Evan@653
   374
#define GaimCipherOps      PurpleCipherOps
Evan@653
   375
#define GaimCipherContext  PurpleCipherContext
Evan@653
   376
Evan@653
   377
#define GAIM_CIPHER_CAPS_SET_OPT  PURPLE_CIPHER_CAPS_SET_OPT
Evan@653
   378
#define GAIM_CIPHER_CAPS_GET_OPT  PURPLE_CIPHER_CAPS_GET_OPT
Evan@653
   379
#define GAIM_CIPHER_CAPS_INIT     PURPLE_CIPHER_CAPS_INIT
Evan@653
   380
#define GAIM_CIPHER_CAPS_RESET    PURPLE_CIPHER_CAPS_RESET
Evan@653
   381
#define GAIM_CIPHER_CAPS_UNINIT   PURPLE_CIPHER_CAPS_UNINIT
Evan@653
   382
#define GAIM_CIPHER_CAPS_SET_IV   PURPLE_CIPHER_CAPS_SET_IV
Evan@653
   383
#define GAIM_CIPHER_CAPS_APPEND   PURPLE_CIPHER_CAPS_APPEND
Evan@653
   384
#define GAIM_CIPHER_CAPS_DIGEST   PURPLE_CIPHER_CAPS_DIGEST
Evan@653
   385
#define GAIM_CIPHER_CAPS_ENCRYPT  PURPLE_CIPHER_CAPS_ENCRYPT
Evan@653
   386
#define GAIM_CIPHER_CAPS_DECRYPT  PURPLE_CIPHER_CAPS_DECRYPT
Evan@653
   387
#define GAIM_CIPHER_CAPS_SET_SALT  PURPLE_CIPHER_CAPS_SET_SALT
Evan@653
   388
#define GAIM_CIPHER_CAPS_GET_SALT_SIZE  PURPLE_CIPHER_CAPS_GET_SALT_SIZE
Evan@653
   389
#define GAIM_CIPHER_CAPS_SET_KEY        PURPLE_CIPHER_CAPS_SET_KEY
Evan@653
   390
#define GAIM_CIPHER_CAPS_GET_KEY_SIZE   PURPLE_CIPHER_CAPS_GET_KEY_SIZE
Evan@653
   391
#define GAIM_CIPHER_CAPS_UNKNOWN        PURPLE_CIPHER_CAPS_UNKNOWN
Evan@653
   392
Evan@653
   393
#define gaim_cipher_get_name          purple_cipher_get_name
Evan@653
   394
#define gaim_cipher_get_capabilities  purple_cipher_get_capabilities
Evan@653
   395
#define gaim_cipher_digest_region     purple_cipher_digest_region
Evan@653
   396
Evan@653
   397
#define gaim_ciphers_find_cipher        purple_ciphers_find_cipher
Evan@653
   398
#define gaim_ciphers_register_cipher    purple_ciphers_register_cipher
Evan@653
   399
#define gaim_ciphers_unregister_cipher  purple_ciphers_unregister_cipher
Evan@653
   400
#define gaim_ciphers_get_ciphers        purple_ciphers_get_ciphers
Evan@653
   401
Evan@653
   402
#define gaim_ciphers_get_handle  purple_ciphers_get_handle
Evan@653
   403
#define gaim_ciphers_init        purple_ciphers_init
Evan@653
   404
#define gaim_ciphers_uninit      purple_ciphers_uninit
Evan@653
   405
Evan@653
   406
#define gaim_cipher_context_set_option  purple_cipher_context_set_option
Evan@653
   407
#define gaim_cipher_context_get_option  purple_cipher_context_get_option
Evan@653
   408
Evan@653
   409
#define gaim_cipher_context_new            purple_cipher_context_new
Evan@653
   410
#define gaim_cipher_context_new_by_name    purple_cipher_context_new_by_name
Evan@653
   411
#define gaim_cipher_context_reset          purple_cipher_context_reset
Evan@653
   412
#define gaim_cipher_context_destroy        purple_cipher_context_destroy
Evan@653
   413
#define gaim_cipher_context_set_iv         purple_cipher_context_set_iv
Evan@653
   414
#define gaim_cipher_context_append         purple_cipher_context_append
Evan@653
   415
#define gaim_cipher_context_digest         purple_cipher_context_digest
Evan@653
   416
#define gaim_cipher_context_digest_to_str  purple_cipher_context_digest_to_str
Evan@653
   417
#define gaim_cipher_context_encrypt        purple_cipher_context_encrypt
Evan@653
   418
#define gaim_cipher_context_decrypt        purple_cipher_context_decrypt
Evan@653
   419
#define gaim_cipher_context_set_salt       purple_cipher_context_set_salt
Evan@653
   420
#define gaim_cipher_context_get_salt_size  purple_cipher_context_get_salt_size
Evan@653
   421
#define gaim_cipher_context_set_key        purple_cipher_context_set_key
Evan@653
   422
#define gaim_cipher_context_get_key_size   purple_cipher_context_get_key_size
Evan@653
   423
#define gaim_cipher_context_set_data       purple_cipher_context_set_data
Evan@653
   424
#define gaim_cipher_context_get_data       purple_cipher_context_get_data
Evan@653
   425
Evan@653
   426
#define gaim_cipher_http_digest_calculate_session_key \
Evan@653
   427
	purple_cipher_http_digest_calculate_session_key
Evan@653
   428
Evan@653
   429
#define gaim_cipher_http_digest_calculate_response \
Evan@653
   430
	purple_cipher_http_digest_calculate_response
Evan@653
   431
Evan@653
   432
/* from circbuffer.h */
Evan@653
   433
Evan@653
   434
#define GaimCircBuffer  PurpleCircBuffer
Evan@653
   435
Evan@653
   436
#define gaim_circ_buffer_new           purple_circ_buffer_new
Evan@653
   437
#define gaim_circ_buffer_destroy       purple_circ_buffer_destroy
Evan@653
   438
#define gaim_circ_buffer_append        purple_circ_buffer_append
Evan@653
   439
#define gaim_circ_buffer_get_max_read  purple_circ_buffer_get_max_read
Evan@653
   440
#define gaim_circ_buffer_mark_read     purple_circ_buffer_mark_read
Evan@653
   441
Evan@653
   442
/* from cmds.h */
Evan@653
   443
Evan@653
   444
#define GaimCmdPriority  PurpleCmdPriority
Evan@653
   445
#define GaimCmdFlag      PurpleCmdFlag
Evan@653
   446
#define GaimCmdStatus    PurpleCmdStatus
Evan@653
   447
#define GaimCmdRet       PurpleCmdRet
Evan@653
   448
Evan@653
   449
#define GAIM_CMD_STATUS_OK            PURPLE_CMD_STATUS_OK
Evan@653
   450
#define GAIM_CMD_STATUS_FAILED        PURPLE_CMD_STATUS_FAILED
Evan@653
   451
#define GAIM_CMD_STATUS_NOT_FOUND     PURPLE_CMD_STATUS_NOT_FOUND
Evan@653
   452
#define GAIM_CMD_STATUS_WRONG_ARGS    PURPLE_CMD_STATUS_WRONG_ARGS
Evan@653
   453
#define GAIM_CMD_STATUS_WRONG_PRPL    PURPLE_CMD_STATUS_WRONG_PRPL
Evan@653
   454
#define GAIM_CMD_STATUS_WRONG_TYPE    PURPLE_CMD_STATUS_WRONG_TYPE
Evan@653
   455
Evan@653
   456
#define GAIM_CMD_FUNC  PURPLE_CMD_FUNC
Evan@653
   457
Evan@653
   458
#define GAIM_CMD_RET_OK			PURPLE_CMD_RET_OK
Evan@653
   459
#define GAIM_CMD_RET_FAILED		PURPLE_CMD_RET_FAILED
Evan@653
   460
#define GAIM_CMD_RET_CONTINUE	PURPLE_CMD_RET_CONTINUE
Evan@653
   461
Evan@653
   462
#define GAIM_CMD_P_VERY_LOW		PURPLE_CMD_P_VERY_LOW
Evan@653
   463
#define GAIM_CMD_P_LOW			PURPLE_CMD_P_LOW
Evan@653
   464
#define GAIM_CMD_P_DEFAULT		PURPLE_CMD_P_DEFAULT
Evan@653
   465
#define GAIM_CMD_P_PRPL			PURPLE_CMD_P_PRPL
Evan@653
   466
#define GAIM_CMD_P_PLUGIN		PURPLE_CMD_P_PLUGIN
Evan@653
   467
#define GAIM_CMD_P_ALIAS		PURPLE_CMD_P_ALIAS
Evan@653
   468
#define GAIM_CMD_P_HIGH			PURPLE_CMD_P_HIGH
Evan@653
   469
#define GAIM_CMD_P_VERY_HIGH	PURPLE_CMD_P_VERY_HIGH
Evan@653
   470
Evan@653
   471
#define GAIM_CMD_FLAG_IM		PURPLE_CMD_FLAG_IM
Evan@653
   472
#define GAIM_CMD_FLAG_CHAT		PURPLE_CMD_FLAG_CHAT
Evan@653
   473
#define GAIM_CMD_FLAG_PRPL_ONLY	PURPLE_CMD_FLAG_PRPL_ONLY
Evan@653
   474
#define GAIM_CMD_FLAG_ALLOW_WRONG_ARGS	PURPLE_CMD_FLAG_ALLOW_WRONG_ARGS
Evan@653
   475
Evan@653
   476
Evan@653
   477
#define GaimCmdFunc  PurpleCmdFunc
Evan@653
   478
Evan@653
   479
#define GaimCmdId  PurpleCmdId
Evan@653
   480
Evan@653
   481
#define gaim_cmd_register    purple_cmd_register
Evan@653
   482
#define gaim_cmd_unregister  purple_cmd_unregister
Evan@653
   483
#define gaim_cmd_do_command  purple_cmd_do_command
Evan@653
   484
#define gaim_cmd_list        purple_cmd_list
Evan@653
   485
#define gaim_cmd_help        purple_cmd_help
Evan@653
   486
Evan@653
   487
/* from connection.h */
Evan@653
   488
Evan@653
   489
#define GaimConnection  PurpleConnection
Evan@653
   490
Evan@653
   491
#define GAIM_CONNECTION_HTML              PURPLE_CONNECTION_HTML
Evan@653
   492
#define GAIM_CONNECTION_NO_BGCOLOR        PURPLE_CONNECTION_NO_BGCOLOR
Evan@653
   493
#define GAIM_CONNECTION_AUTO_RESP         PURPLE_CONNECTION_AUTO_RESP
Evan@653
   494
#define GAIM_CONNECTION_FORMATTING_WBFO   PURPLE_CONNECTION_FORMATTING_WBFO
Evan@653
   495
#define GAIM_CONNECTION_NO_NEWLINES       PURPLE_CONNECTION_NO_NEWLINES
Evan@653
   496
#define GAIM_CONNECTION_NO_FONTSIZE       PURPLE_CONNECTION_NO_FONTSIZE
Evan@653
   497
#define GAIM_CONNECTION_NO_URLDESC        PURPLE_CONNECTION_NO_URLDESC
Evan@653
   498
#define GAIM_CONNECTION_NO_IMAGES         PURPLE_CONNECTION_NO_IMAGES
Evan@653
   499
Evan@653
   500
#define GaimConnectionFlags  PurpleConnectionFlags
Evan@653
   501
Evan@653
   502
#define GAIM_DISCONNECTED  PURPLE_DISCONNECTED
Evan@653
   503
#define GAIM_CONNECTED     PURPLE_CONNECTED
Evan@653
   504
#define GAIM_CONNECTING    PURPLE_CONNECTING
Evan@653
   505
Evan@653
   506
#define GaimConnectionState  PurpleConnectionState
Evan@653
   507
Evan@653
   508
#define GaimConnectionUiOps  PurpleConnectionUiOps
Evan@653
   509
Evan@653
   510
#define gaim_connection_new      purple_connection_new
Evan@653
   511
#define gaim_connection_destroy  purple_connection_destroy
Evan@653
   512
Evan@653
   513
#define gaim_connection_set_state         purple_connection_set_state
Evan@653
   514
#define gaim_connection_set_account       purple_connection_set_account
Evan@653
   515
#define gaim_connection_set_display_name  purple_connection_set_display_name
Evan@653
   516
#define gaim_connection_get_state         purple_connection_get_state
Evan@653
   517
Evan@653
   518
#define GAIM_CONNECTION_IS_CONNECTED  PURPLE_CONNECTION_IS_CONNECTED
Evan@653
   519
Evan@653
   520
#define gaim_connection_get_account       purple_connection_get_account
Evan@653
   521
#define gaim_connection_get_password      purple_connection_get_password
Evan@653
   522
#define gaim_connection_get_display_name  purple_connection_get_display_name
Evan@653
   523
Evan@653
   524
#define gaim_connection_update_progress  purple_connection_update_progress
Evan@653
   525
Evan@653
   526
#define gaim_connection_notice  purple_connection_notice
Evan@653
   527
#define gaim_connection_error   purple_connection_error
Evan@653
   528
Evan@653
   529
#define gaim_connections_disconnect_all  purple_connections_disconnect_all
Evan@653
   530
Evan@653
   531
#define gaim_connections_get_all         purple_connections_get_all
Evan@653
   532
#define gaim_connections_get_connecting  purple_connections_get_connecting
Evan@653
   533
Evan@653
   534
#define GAIM_CONNECTION_IS_VALID  PURPLE_CONNECTION_IS_VALID
Evan@653
   535
Evan@653
   536
#define gaim_connections_set_ui_ops  purple_connections_set_ui_ops
Evan@653
   537
#define gaim_connections_get_ui_ops  purple_connections_get_ui_ops
Evan@653
   538
Evan@653
   539
#define gaim_connections_init    purple_connections_init
Evan@653
   540
#define gaim_connections_uninit  purple_connections_uninit
Evan@653
   541
#define gaim_connections_get_handle  purple_connections_get_handle
Evan@653
   542
Evan@653
   543
Evan@653
   544
/* from conversation.h */
Evan@653
   545
Evan@653
   546
#define GaimConversationUiOps  PurpleConversationUiOps
Evan@653
   547
#define GaimConversation       PurpleConversation
Evan@653
   548
#define GaimConvIm             PurpleConvIm
Evan@653
   549
#define GaimConvChat           PurpleConvChat
Evan@653
   550
#define GaimConvChatBuddy      PurpleConvChatBuddy
Evan@653
   551
Evan@653
   552
#define GAIM_CONV_TYPE_UNKNOWN  PURPLE_CONV_TYPE_UNKNOWN
Evan@653
   553
#define GAIM_CONV_TYPE_IM       PURPLE_CONV_TYPE_IM
Evan@653
   554
#define GAIM_CONV_TYPE_CHAT     PURPLE_CONV_TYPE_CHAT
Evan@653
   555
#define GAIM_CONV_TYPE_MISC     PURPLE_CONV_TYPE_MISC
Evan@653
   556
#define GAIM_CONV_TYPE_ANY      PURPLE_CONV_TYPE_ANY
Evan@653
   557
Evan@653
   558
#define GaimConversationType  PurpleConversationType
Evan@653
   559
Evan@653
   560
#define GAIM_CONV_UPDATE_ADD       PURPLE_CONV_UPDATE_ADD
Evan@653
   561
#define GAIM_CONV_UPDATE_REMOVE    PURPLE_CONV_UPDATE_REMOVE
Evan@653
   562
#define GAIM_CONV_UPDATE_ACCOUNT   PURPLE_CONV_UPDATE_ACCOUNT
Evan@653
   563
#define GAIM_CONV_UPDATE_TYPING    PURPLE_CONV_UPDATE_TYPING
Evan@653
   564
#define GAIM_CONV_UPDATE_UNSEEN    PURPLE_CONV_UPDATE_UNSEEN
Evan@653
   565
#define GAIM_CONV_UPDATE_LOGGING   PURPLE_CONV_UPDATE_LOGGING
Evan@653
   566
#define GAIM_CONV_UPDATE_TOPIC     PURPLE_CONV_UPDATE_TOPIC
Evan@653
   567
#define GAIM_CONV_ACCOUNT_ONLINE   PURPLE_CONV_ACCOUNT_ONLINE
Evan@653
   568
#define GAIM_CONV_ACCOUNT_OFFLINE  PURPLE_CONV_ACCOUNT_OFFLINE
Evan@653
   569
#define GAIM_CONV_UPDATE_AWAY      PURPLE_CONV_UPDATE_AWAY
Evan@653
   570
#define GAIM_CONV_UPDATE_ICON      PURPLE_CONV_UPDATE_ICON
Evan@653
   571
#define GAIM_CONV_UPDATE_TITLE     PURPLE_CONV_UPDATE_TITLE
Evan@653
   572
#define GAIM_CONV_UPDATE_CHATLEFT  PURPLE_CONV_UPDATE_CHATLEFT
Evan@653
   573
#define GAIM_CONV_UPDATE_FEATURES  PURPLE_CONV_UPDATE_FEATURES
Evan@653
   574
Evan@653
   575
#define GaimConvUpdateType  PurpleConvUpdateType
Evan@653
   576
Evan@653
   577
#define GAIM_NOT_TYPING  PURPLE_NOT_TYPING
Evan@653
   578
#define GAIM_TYPING      PURPLE_TYPING
Evan@653
   579
#define GAIM_TYPED       PURPLE_TYPED
Evan@653
   580
Evan@653
   581
#define GaimTypingState  PurpleTypingState
Evan@653
   582
Evan@653
   583
#define GAIM_MESSAGE_SEND         PURPLE_MESSAGE_SEND
Evan@653
   584
#define GAIM_MESSAGE_RECV         PURPLE_MESSAGE_RECV
Evan@653
   585
#define GAIM_MESSAGE_SYSTEM       PURPLE_MESSAGE_SYSTEM
Evan@653
   586
#define GAIM_MESSAGE_AUTO_RESP    PURPLE_MESSAGE_AUTO_RESP
Evan@653
   587
#define GAIM_MESSAGE_ACTIVE_ONLY  PURPLE_MESSAGE_ACTIVE_ONLY
Evan@653
   588
#define GAIM_MESSAGE_NICK         PURPLE_MESSAGE_NICK
Evan@653
   589
#define GAIM_MESSAGE_NO_LOG       PURPLE_MESSAGE_NO_LOG
Evan@653
   590
#define GAIM_MESSAGE_WHISPER      PURPLE_MESSAGE_WHISPER
Evan@653
   591
#define GAIM_MESSAGE_ERROR        PURPLE_MESSAGE_ERROR
Evan@653
   592
#define GAIM_MESSAGE_DELAYED      PURPLE_MESSAGE_DELAYED
Evan@653
   593
#define GAIM_MESSAGE_RAW          PURPLE_MESSAGE_RAW
Evan@653
   594
#define GAIM_MESSAGE_IMAGES       PURPLE_MESSAGE_IMAGES
Evan@653
   595
Evan@653
   596
#define GaimMessageFlags  PurpleMessageFlags
Evan@653
   597
Evan@653
   598
#define GAIM_CBFLAGS_NONE     PURPLE_CBFLAGS_NONE
Evan@653
   599
#define GAIM_CBFLAGS_VOICE    PURPLE_CBFLAGS_VOICE
Evan@653
   600
#define GAIM_CBFLAGS_HALFOP   PURPLE_CBFLAGS_HALFOP
Evan@653
   601
#define GAIM_CBFLAGS_OP       PURPLE_CBFLAGS_OP
Evan@653
   602
#define GAIM_CBFLAGS_FOUNDER  PURPLE_CBFLAGS_FOUNDER
Evan@653
   603
#define GAIM_CBFLAGS_TYPING   PURPLE_CBFLAGS_TYPING
Evan@653
   604
Evan@653
   605
#define GaimConvChatBuddyFlags  PurpleConvChatBuddyFlags
Evan@653
   606
Evan@653
   607
#define gaim_conversations_set_ui_ops  purple_conversations_set_ui_ops
Evan@653
   608
Evan@653
   609
#define gaim_conversation_new          purple_conversation_new
Evan@653
   610
#define gaim_conversation_destroy      purple_conversation_destroy
Evan@653
   611
#define gaim_conversation_present      purple_conversation_present
Evan@653
   612
#define gaim_conversation_get_type     purple_conversation_get_type
Evan@653
   613
#define gaim_conversation_set_ui_ops   purple_conversation_set_ui_ops
Evan@653
   614
#define gaim_conversation_get_ui_ops   purple_conversation_get_ui_ops
Evan@653
   615
#define gaim_conversation_set_account  purple_conversation_set_account
Evan@653
   616
#define gaim_conversation_get_account  purple_conversation_get_account
Evan@653
   617
#define gaim_conversation_get_gc       purple_conversation_get_gc
Evan@653
   618
#define gaim_conversation_set_title    purple_conversation_set_title
Evan@653
   619
#define gaim_conversation_get_title    purple_conversation_get_title
Evan@653
   620
#define gaim_conversation_autoset_title  purple_conversation_autoset_title
Evan@653
   621
#define gaim_conversation_set_name       purple_conversation_set_name
Evan@653
   622
#define gaim_conversation_get_name       purple_conversation_get_name
Evan@653
   623
#define gaim_conversation_set_logging    purple_conversation_set_logging
Evan@653
   624
#define gaim_conversation_is_logging     purple_conversation_is_logging
Evan@653
   625
#define gaim_conversation_close_logs     purple_conversation_close_logs
Evan@653
   626
#define gaim_conversation_get_im_data    purple_conversation_get_im_data
Evan@653
   627
Evan@653
   628
#define GAIM_CONV_IM    PURPLE_CONV_IM
Evan@653
   629
Evan@653
   630
#define gaim_conversation_get_chat_data  purple_conversation_get_chat_data
Evan@653
   631
Evan@653
   632
#define GAIM_CONV_CHAT  PURPLE_CONV_CHAT
Evan@653
   633
Evan@653
   634
#define gaim_conversation_set_data       purple_conversation_set_data
Evan@653
   635
#define gaim_conversation_get_data       purple_conversation_get_data
Evan@653
   636
Evan@653
   637
#define gaim_get_conversations  purple_get_conversations
Evan@653
   638
#define gaim_get_ims            purple_get_ims
Evan@653
   639
#define gaim_get_chats          purple_get_chats
Evan@653
   640
Evan@653
   641
#define gaim_find_conversation_with_account \
Evan@653
   642
	purple_find_conversation_with_account
Evan@653
   643
Evan@653
   644
#define gaim_conversation_write         purple_conversation_write
Evan@653
   645
#define gaim_conversation_set_features  purple_conversation_set_features
Evan@653
   646
#define gaim_conversation_get_features  purple_conversation_get_features
Evan@653
   647
#define gaim_conversation_has_focus     purple_conversation_has_focus
Evan@653
   648
#define gaim_conversation_update        purple_conversation_update
Evan@653
   649
#define gaim_conversation_foreach       purple_conversation_foreach
Evan@653
   650
Evan@653
   651
#define gaim_conv_im_get_conversation  purple_conv_im_get_conversation
Evan@653
   652
#define gaim_conv_im_set_icon          purple_conv_im_set_icon
Evan@653
   653
#define gaim_conv_im_get_icon          purple_conv_im_get_icon
Evan@653
   654
#define gaim_conv_im_set_typing_state  purple_conv_im_set_typing_state
Evan@653
   655
#define gaim_conv_im_get_typing_state  purple_conv_im_get_typing_state
Evan@653
   656
Evan@653
   657
#define gaim_conv_im_start_typing_timeout  purple_conv_im_start_typing_timeout
Evan@653
   658
#define gaim_conv_im_stop_typing_timeout   purple_conv_im_stop_typing_timeout
Evan@653
   659
#define gaim_conv_im_get_typing_timeout    purple_conv_im_get_typing_timeout
Evan@653
   660
#define gaim_conv_im_set_type_again        purple_conv_im_set_type_again
Evan@653
   661
#define gaim_conv_im_get_type_again        purple_conv_im_get_type_again
Evan@653
   662
Evan@653
   663
#define gaim_conv_im_start_send_typed_timeout \
Evan@653
   664
	purple_conv_im_start_send_typed_timeout
Evan@653
   665
Evan@653
   666
#define gaim_conv_im_stop_send_typed_timeout \
Evan@653
   667
	purple_conv_im_stop_send_typed_timeout
Evan@653
   668
Evan@653
   669
#define gaim_conv_im_get_send_typed_timeout \
Evan@653
   670
	purple_conv_im_get_send_typed_timeout
Evan@653
   671
Evan@653
   672
#define gaim_conv_present_error     purple_conv_present_error
Evan@653
   673
#define gaim_conv_send_confirm      purple_conv_send_confirm
Evan@653
   674
Evan@653
   675
#define gaim_conv_im_update_typing    purple_conv_im_update_typing
Evan@653
   676
#define gaim_conv_im_write            purple_conv_im_write
Evan@653
   677
#define gaim_conv_im_send             purple_conv_im_send
Evan@653
   678
#define gaim_conv_im_send_with_flags  purple_conv_im_send_with_flags
Evan@653
   679
Evan@653
   680
#define gaim_conv_custom_smiley_add    purple_conv_custom_smiley_add
Evan@653
   681
#define gaim_conv_custom_smiley_write  purple_conv_custom_smiley_write
Evan@653
   682
#define gaim_conv_custom_smiley_close  purple_conv_custom_smiley_close
Evan@653
   683
Evan@653
   684
#define gaim_conv_chat_get_conversation  purple_conv_chat_get_conversation
Evan@653
   685
#define gaim_conv_chat_set_users         purple_conv_chat_set_users
Evan@653
   686
#define gaim_conv_chat_get_users         purple_conv_chat_get_users
Evan@653
   687
#define gaim_conv_chat_ignore            purple_conv_chat_ignore
Evan@653
   688
#define gaim_conv_chat_unignore          purple_conv_chat_unignore
Evan@653
   689
#define gaim_conv_chat_set_ignored       purple_conv_chat_set_ignored
Evan@653
   690
#define gaim_conv_chat_get_ignored       purple_conv_chat_get_ignored
Evan@653
   691
#define gaim_conv_chat_get_ignored_user  purple_conv_chat_get_ignored_user
Evan@653
   692
#define gaim_conv_chat_is_user_ignored   purple_conv_chat_is_user_ignored
Evan@653
   693
#define gaim_conv_chat_set_topic         purple_conv_chat_set_topic
Evan@653
   694
#define gaim_conv_chat_get_topic         purple_conv_chat_get_topic
Evan@653
   695
#define gaim_conv_chat_set_id            purple_conv_chat_set_id
Evan@653
   696
#define gaim_conv_chat_get_id            purple_conv_chat_get_id
Evan@653
   697
#define gaim_conv_chat_write             purple_conv_chat_write
Evan@653
   698
#define gaim_conv_chat_send              purple_conv_chat_send
Evan@653
   699
#define gaim_conv_chat_send_with_flags   purple_conv_chat_send_with_flags
Evan@653
   700
#define gaim_conv_chat_add_user          purple_conv_chat_add_user
Evan@653
   701
#define gaim_conv_chat_add_users         purple_conv_chat_add_users
Evan@653
   702
#define gaim_conv_chat_rename_user       purple_conv_chat_rename_user
Evan@653
   703
#define gaim_conv_chat_remove_user       purple_conv_chat_remove_user
Evan@653
   704
#define gaim_conv_chat_remove_users      purple_conv_chat_remove_users
Evan@653
   705
#define gaim_conv_chat_find_user         purple_conv_chat_find_user
Evan@653
   706
#define gaim_conv_chat_user_set_flags    purple_conv_chat_user_set_flags
Evan@653
   707
#define gaim_conv_chat_user_get_flags    purple_conv_chat_user_get_flags
Evan@653
   708
#define gaim_conv_chat_clear_users       purple_conv_chat_clear_users
Evan@653
   709
#define gaim_conv_chat_set_nick          purple_conv_chat_set_nick
Evan@653
   710
#define gaim_conv_chat_get_nick          purple_conv_chat_get_nick
Evan@653
   711
#define gaim_conv_chat_left              purple_conv_chat_left
Evan@653
   712
#define gaim_conv_chat_has_left          purple_conv_chat_has_left
Evan@653
   713
Evan@653
   714
#define gaim_find_chat                   purple_find_chat
Evan@653
   715
Evan@653
   716
#define gaim_conv_chat_cb_new            purple_conv_chat_cb_new
Evan@653
   717
#define gaim_conv_chat_cb_find           purple_conv_chat_cb_find
Evan@653
   718
#define gaim_conv_chat_cb_get_name       purple_conv_chat_cb_get_name
Evan@653
   719
#define gaim_conv_chat_cb_destroy        purple_conv_chat_cb_destroy
Evan@653
   720
Evan@653
   721
#define gaim_conversations_get_handle    purple_conversations_get_handle
Evan@653
   722
#define gaim_conversations_init          purple_conversations_init
Evan@653
   723
#define gaim_conversations_uninit        purple_conversations_uninit
Evan@653
   724
Evan@653
   725
/* from core.h */
Evan@653
   726
Evan@653
   727
#define GaimCore  PurpleCore
Evan@653
   728
Evan@653
   729
#define GaimCoreUiOps  PurpleCoreUiOps
Evan@653
   730
Evan@653
   731
#define gaim_core_init  purple_core_init
Evan@653
   732
#define gaim_core_quit  purple_core_quit
Evan@653
   733
Evan@653
   734
#define gaim_core_quit_cb      purple_core_quit_cb
Evan@653
   735
#define gaim_core_get_version  purple_core_get_version
Evan@653
   736
#define gaim_core_get_ui       purple_core_get_ui
Evan@653
   737
#define gaim_get_core          purple_get_core
Evan@653
   738
#define gaim_core_set_ui_ops   purple_core_set_ui_ops
Evan@653
   739
#define gaim_core_get_ui_ops   purple_core_get_ui_ops
Evan@653
   740
Evan@653
   741
/* from debug.h */
Evan@653
   742
Evan@653
   743
#define GAIM_DEBUG_ALL      PURPLE_DEBUG_ALL
Evan@653
   744
#define GAIM_DEBUG_MISC     PURPLE_DEBUG_MISC
Evan@653
   745
#define GAIM_DEBUG_INFO     PURPLE_DEBUG_INFO
Evan@653
   746
#define GAIM_DEBUG_WARNING  PURPLE_DEBUG_WARNING
Evan@653
   747
#define GAIM_DEBUG_ERROR    PURPLE_DEBUG_ERROR
Evan@653
   748
#define GAIM_DEBUG_FATAL    PURPLE_DEBUG_FATAL
Evan@653
   749
Evan@653
   750
#define GaimDebugLevel  PurpleDebugLevel
Evan@653
   751
Evan@653
   752
#define GaimDebugUiOps  PurpleDebugUiOps
Evan@653
   753
Evan@653
   754
Evan@653
   755
#define gaim_debug          purple_debug
Evan@653
   756
#define gaim_debug_misc     purple_debug_misc
Evan@653
   757
#define gaim_debug_info     purple_debug_info
Evan@653
   758
#define gaim_debug_warning  purple_debug_warning
Evan@653
   759
#define gaim_debug_error    purple_debug_error
Evan@653
   760
#define gaim_debug_fatal    purple_debug_fatal
Evan@653
   761
Evan@653
   762
#define gaim_debug_set_enabled  purple_debug_set_enabled
Evan@653
   763
#define gaim_debug_is_enabled   purple_debug_is_enabled
Evan@653
   764
Evan@653
   765
#define gaim_debug_set_ui_ops  purple_debug_set_ui_ops
Evan@653
   766
#define gaim_debug_get_ui_ops  purple_debug_get_ui_ops
Evan@653
   767
Evan@653
   768
#define gaim_debug_init  purple_debug_init
Evan@653
   769
Evan@653
   770
/* from desktopitem.h */
Evan@653
   771
Evan@653
   772
#define GAIM_DESKTOP_ITEM_TYPE_NULL          PURPLE_DESKTOP_ITEM_TYPE_NULL
Evan@653
   773
#define GAIM_DESKTOP_ITEM_TYPE_OTHER         PURPLE_DESKTOP_ITEM_TYPE_OTHER
Evan@653
   774
#define GAIM_DESKTOP_ITEM_TYPE_APPLICATION   PURPLE_DESKTOP_ITEM_TYPE_APPLICATION
Evan@653
   775
#define GAIM_DESKTOP_ITEM_TYPE_LINK          PURPLE_DESKTOP_ITEM_TYPE_LINK
Evan@653
   776
#define GAIM_DESKTOP_ITEM_TYPE_FSDEVICE      PURPLE_DESKTOP_ITEM_TYPE_FSDEVICE
Evan@653
   777
#define GAIM_DESKTOP_ITEM_TYPE_MIME_TYPE     PURPLE_DESKTOP_ITEM_TYPE_MIME_TYPE
Evan@653
   778
#define GAIM_DESKTOP_ITEM_TYPE_DIRECTORY     PURPLE_DESKTOP_ITEM_TYPE_DIRECTORY
Evan@653
   779
#define GAIM_DESKTOP_ITEM_TYPE_SERVICE       PURPLE_DESKTOP_ITEM_TYPE_SERVICE
Evan@653
   780
#define GAIM_DESKTOP_ITEM_TYPE_SERVICE_TYPE  PURPLE_DESKTOP_ITEM_TYPE_SERVICE_TYPE
Evan@653
   781
Evan@653
   782
#define GaimDesktopItemType  PurpleDesktopItemType
Evan@653
   783
Evan@653
   784
#define GaimDesktopItem  PurpleDesktopItem
Evan@653
   785
Evan@653
   786
#define GAIM_TYPE_DESKTOP_ITEM         PURPLE_TYPE_DESKTOP_ITEM
Evan@653
   787
#define gaim_desktop_item_get_type     purple_desktop_item_get_type
Evan@653
   788
Evan@653
   789
/* standard */
Evan@653
   790
/* ugh, i'm just copying these as strings, rather than pidginifying them */
Evan@653
   791
#define GAIM_DESKTOP_ITEM_ENCODING	"Encoding" /* string */
Evan@653
   792
#define GAIM_DESKTOP_ITEM_VERSION	"Version"  /* numeric */
Evan@653
   793
#define GAIM_DESKTOP_ITEM_NAME		"Name" /* localestring */
Evan@653
   794
#define GAIM_DESKTOP_ITEM_GENERIC_NAME	"GenericName" /* localestring */
Evan@653
   795
#define GAIM_DESKTOP_ITEM_TYPE		"Type" /* string */
Evan@653
   796
#define GAIM_DESKTOP_ITEM_FILE_PATTERN "FilePattern" /* regexp(s) */
Evan@653
   797
#define GAIM_DESKTOP_ITEM_TRY_EXEC	"TryExec" /* string */
Evan@653
   798
#define GAIM_DESKTOP_ITEM_NO_DISPLAY	"NoDisplay" /* boolean */
Evan@653
   799
#define GAIM_DESKTOP_ITEM_COMMENT	"Comment" /* localestring */
Evan@653
   800
#define GAIM_DESKTOP_ITEM_EXEC		"Exec" /* string */
Evan@653
   801
#define GAIM_DESKTOP_ITEM_ACTIONS	"Actions" /* strings */
Evan@653
   802
#define GAIM_DESKTOP_ITEM_ICON		"Icon" /* string */
Evan@653
   803
#define GAIM_DESKTOP_ITEM_MINI_ICON	"MiniIcon" /* string */
Evan@653
   804
#define GAIM_DESKTOP_ITEM_HIDDEN	"Hidden" /* boolean */
Evan@653
   805
#define GAIM_DESKTOP_ITEM_PATH		"Path" /* string */
Evan@653
   806
#define GAIM_DESKTOP_ITEM_TERMINAL	"Terminal" /* boolean */
Evan@653
   807
#define GAIM_DESKTOP_ITEM_TERMINAL_OPTIONS "TerminalOptions" /* string */
Evan@653
   808
#define GAIM_DESKTOP_ITEM_SWALLOW_TITLE "SwallowTitle" /* string */
Evan@653
   809
#define GAIM_DESKTOP_ITEM_SWALLOW_EXEC	"SwallowExec" /* string */
Evan@653
   810
#define GAIM_DESKTOP_ITEM_MIME_TYPE	"MimeType" /* regexp(s) */
Evan@653
   811
#define GAIM_DESKTOP_ITEM_PATTERNS	"Patterns" /* regexp(s) */
Evan@653
   812
#define GAIM_DESKTOP_ITEM_DEFAULT_APP	"DefaultApp" /* string */
Evan@653
   813
#define GAIM_DESKTOP_ITEM_DEV		"Dev" /* string */
Evan@653
   814
#define GAIM_DESKTOP_ITEM_FS_TYPE	"FSType" /* string */
Evan@653
   815
#define GAIM_DESKTOP_ITEM_MOUNT_POINT	"MountPoint" /* string */
Evan@653
   816
#define GAIM_DESKTOP_ITEM_READ_ONLY	"ReadOnly" /* boolean */
Evan@653
   817
#define GAIM_DESKTOP_ITEM_UNMOUNT_ICON "UnmountIcon" /* string */
Evan@653
   818
#define GAIM_DESKTOP_ITEM_SORT_ORDER	"SortOrder" /* strings */
Evan@653
   819
#define GAIM_DESKTOP_ITEM_URL		"URL" /* string */
Evan@653
   820
#define GAIM_DESKTOP_ITEM_DOC_PATH	"X-GNOME-DocPath" /* string */
Evan@653
   821
Evan@653
   822
#define gaim_desktop_item_new_from_file   purple_desktop_item_new_from_file
Evan@653
   823
#define gaim_desktop_item_get_entry_type  purple_desktop_item_get_entry_type
Evan@653
   824
#define gaim_desktop_item_get_string      purple_desktop_item_get_string
Evan@653
   825
#define gaim_desktop_item_copy            purple_desktop_item_copy
Evan@653
   826
#define gaim_desktop_item_unref           purple_desktop_item_unref
Evan@653
   827
Evan@653
   828
/* from dnsquery.h */
Evan@653
   829
Evan@653
   830
#define GaimDnsQueryData  PurpleDnsQueryData
Evan@653
   831
#define GaimDnsQueryConnectFunction  PurpleDnsQueryConnectFunction
Evan@653
   832
Evan@653
   833
#define gaim_dnsquery_a        		purple_dnsquery_a
Evan@653
   834
#define gaim_dnsquery_destroy  		purple_dnsquery_destroy
Evan@653
   835
#define gaim_dnsquery_init     		purple_dnsquery_init
Evan@653
   836
#define gaim_dnsquery_uninit   		purple_dnsquery_uninit
Evan@653
   837
#define gaim_dnsquery_set_ui_ops	purple_dnsquery_set_ui_ops
Evan@653
   838
#define gaim_dnsquery_get_host 		purple_dnsquery_get_host
Evan@653
   839
#define gaim_dnsquery_get_port 		purple_dnsquery_get_port
Evan@653
   840
Evan@653
   841
/* from dnssrv.h */
Evan@653
   842
Evan@653
   843
#define GaimSrvResponse   PurpleSrvResponse
Evan@653
   844
#define GaimSrvQueryData  PurpleSrvQueryData
Evan@653
   845
#define GaimSrvCallback   PurpleSrvCallback
Evan@653
   846
Evan@653
   847
#define gaim_srv_resolve  purple_srv_resolve
Evan@653
   848
#define gaim_srv_cancel   purple_srv_cancel
Evan@653
   849
Evan@653
   850
/* from eventloop.h */
Evan@653
   851
Evan@653
   852
#define GAIM_INPUT_READ   PURPLE_INPUT_READ
Evan@653
   853
#define GAIM_INPUT_WRITE  PURPLE_INPUT_WRITE
Evan@653
   854
Evan@653
   855
#define GaimInputCondition  PurpleInputCondition
Evan@653
   856
#define GaimInputFunction   PurpleInputFunction
Evan@653
   857
#define GaimEventLoopUiOps  PurpleEventLoopUiOps
Evan@653
   858
Evan@653
   859
#define gaim_timeout_add     purple_timeout_add
Evan@653
   860
#define gaim_timeout_remove  purple_timeout_remove
Evan@653
   861
#define gaim_input_add       purple_input_add
Evan@653
   862
#define gaim_input_remove    purple_input_remove
Evan@653
   863
Evan@653
   864
#define gaim_eventloop_set_ui_ops  purple_eventloop_set_ui_ops
Evan@653
   865
#define gaim_eventloop_get_ui_ops  purple_eventloop_get_ui_ops
Evan@653
   866
Evan@653
   867
/* from ft.h */
Evan@653
   868
Evan@653
   869
#define GaimXfer  PurpleXfer
Evan@653
   870
Evan@653
   871
#define GAIM_XFER_UNKNOWN  PURPLE_XFER_UNKNOWN
Evan@653
   872
#define GAIM_XFER_SEND     PURPLE_XFER_SEND
Evan@653
   873
#define GAIM_XFER_RECEIVE  PURPLE_XFER_RECEIVE
Evan@653
   874
Evan@653
   875
#define GaimXferType  PurpleXferType
Evan@653
   876
Evan@653
   877
#define GAIM_XFER_STATUS_UNKNOWN        PURPLE_XFER_STATUS_UNKNOWN
Evan@653
   878
#define GAIM_XFER_STATUS_NOT_STARTED    PURPLE_XFER_STATUS_NOT_STARTED
Evan@653
   879
#define GAIM_XFER_STATUS_ACCEPTED       PURPLE_XFER_STATUS_ACCEPTED
Evan@653
   880
#define GAIM_XFER_STATUS_STARTED        PURPLE_XFER_STATUS_STARTED
Evan@653
   881
#define GAIM_XFER_STATUS_DONE           PURPLE_XFER_STATUS_DONE
Evan@653
   882
#define GAIM_XFER_STATUS_CANCEL_LOCAL   PURPLE_XFER_STATUS_CANCEL_LOCAL
Evan@653
   883
#define GAIM_XFER_STATUS_CANCEL_REMOTE  PURPLE_XFER_STATUS_CANCEL_REMOTE
Evan@653
   884
Evan@653
   885
#define GaimXferStatusType  PurpleXferStatusType
Evan@653
   886
Evan@653
   887
#define GaimXferUiOps  PurpleXferUiOps
Evan@653
   888
Evan@653
   889
#define gaim_xfer_new                  purple_xfer_new
Evan@653
   890
#define gaim_xfer_ref                  purple_xfer_ref
Evan@653
   891
#define gaim_xfer_unref                purple_xfer_unref
Evan@653
   892
#define gaim_xfer_request              purple_xfer_request
Evan@653
   893
#define gaim_xfer_request_accepted     purple_xfer_request_accepted
Evan@653
   894
#define gaim_xfer_request_denied       purple_xfer_request_denied
Evan@653
   895
#define gaim_xfer_get_type             purple_xfer_get_type
Evan@653
   896
#define gaim_xfer_get_account          purple_xfer_get_account
Evan@653
   897
#define gaim_xfer_get_status           purple_xfer_get_status
Evan@653
   898
#define gaim_xfer_is_canceled          purple_xfer_is_canceled
Evan@653
   899
#define gaim_xfer_is_completed         purple_xfer_is_completed
Evan@653
   900
#define gaim_xfer_get_filename         purple_xfer_get_filename
Evan@653
   901
#define gaim_xfer_get_local_filename   purple_xfer_get_local_filename
Evan@653
   902
#define gaim_xfer_get_bytes_sent       purple_xfer_get_bytes_sent
Evan@653
   903
#define gaim_xfer_get_bytes_remaining  purple_xfer_get_bytes_remaining
Evan@653
   904
#define gaim_xfer_get_size             purple_xfer_get_size
Evan@653
   905
#define gaim_xfer_get_progress         purple_xfer_get_progress
Evan@653
   906
#define gaim_xfer_get_local_port       purple_xfer_get_local_port
Evan@653
   907
#define gaim_xfer_get_remote_ip        purple_xfer_get_remote_ip
Evan@653
   908
#define gaim_xfer_get_remote_port      purple_xfer_get_remote_port
Evan@653
   909
#define gaim_xfer_set_completed        purple_xfer_set_completed
Evan@653
   910
#define gaim_xfer_set_message          purple_xfer_set_message
Evan@653
   911
#define gaim_xfer_set_filename         purple_xfer_set_filename
Evan@653
   912
#define gaim_xfer_set_local_filename   purple_xfer_set_local_filename
Evan@653
   913
#define gaim_xfer_set_size             purple_xfer_set_size
Evan@653
   914
#define gaim_xfer_set_bytes_sent       purple_xfer_set_bytes_sent
Evan@653
   915
#define gaim_xfer_get_ui_ops           purple_xfer_get_ui_ops
Evan@653
   916
#define gaim_xfer_set_read_fnc         purple_xfer_set_read_fnc
Evan@653
   917
#define gaim_xfer_set_write_fnc        purple_xfer_set_write_fnc
Evan@653
   918
#define gaim_xfer_set_ack_fnc          purple_xfer_set_ack_fnc
Evan@653
   919
#define gaim_xfer_set_request_denied_fnc  purple_xfer_set_request_denied_fnc
Evan@653
   920
#define gaim_xfer_set_init_fnc         purple_xfer_set_init_fnc
Evan@653
   921
#define gaim_xfer_set_start_fnc        purple_xfer_set_start_fnc
Evan@653
   922
#define gaim_xfer_set_end_fnc          purple_xfer_set_end_fnc
Evan@653
   923
#define gaim_xfer_set_cancel_send_fnc  purple_xfer_set_cancel_send_fnc
Evan@653
   924
#define gaim_xfer_set_cancel_recv_fnc  purple_xfer_set_cancel_recv_fnc
Evan@653
   925
Evan@653
   926
#define gaim_xfer_read                purple_xfer_read
Evan@653
   927
#define gaim_xfer_write               purple_xfer_write
Evan@653
   928
#define gaim_xfer_start               purple_xfer_start
Evan@653
   929
#define gaim_xfer_end                 purple_xfer_end
Evan@653
   930
#define gaim_xfer_add                 purple_xfer_add
Evan@653
   931
#define gaim_xfer_cancel_local        purple_xfer_cancel_local
Evan@653
   932
#define gaim_xfer_cancel_remote       purple_xfer_cancel_remote
Evan@653
   933
#define gaim_xfer_error               purple_xfer_error
Evan@653
   934
#define gaim_xfer_update_progress     purple_xfer_update_progress
Evan@653
   935
#define gaim_xfer_conversation_write  purple_xfer_conversation_write
Evan@653
   936
Evan@653
   937
#define gaim_xfers_get_handle  purple_xfers_get_handle
Evan@653
   938
#define gaim_xfers_init        purple_xfers_init
Evan@653
   939
#define gaim_xfers_uninit      purple_xfers_uninit
Evan@653
   940
#define gaim_xfers_set_ui_ops  purple_xfers_set_ui_ops
Evan@653
   941
#define gaim_xfers_get_ui_ops  purple_xfers_get_ui_ops
Evan@653
   942
Evan@653
   943
/* from gaim-client.h */
Evan@653
   944
Evan@653
   945
#define gaim_init  purple_init
Evan@653
   946
Evan@653
   947
/* from idle.h */
Evan@653
   948
Evan@653
   949
#define GaimIdleUiOps  PurpleIdleUiOps
Evan@653
   950
Evan@653
   951
#define gaim_idle_touch       purple_idle_touch
Evan@653
   952
#define gaim_idle_set         purple_idle_set
Evan@653
   953
#define gaim_idle_set_ui_ops  purple_idle_set_ui_ops
Evan@653
   954
#define gaim_idle_get_ui_ops  purple_idle_get_ui_ops
Evan@653
   955
#define gaim_idle_init        purple_idle_init
Evan@653
   956
#define gaim_idle_uninit      purple_idle_uninit
Evan@653
   957
Evan@653
   958
/* from imgstore.h */
Evan@653
   959
Evan@653
   960
#define GaimStoredImage  PurpleStoredImage
Evan@653
   961
Evan@653
   962
#define gaim_imgstore_add(data, size, filename) \
Evan@653
   963
        purple_imgstore_add_with_id(g_memdup(data, size), size, filename)
Evan@653
   964
#define gaim_imgstore_get           purple_imgstore_find_by_id
Evan@653
   965
#define gaim_imgstore_get_data      purple_imgstore_get_data
Evan@653
   966
#define gaim_imgstore_get_size      purple_imgstore_get_size
Evan@653
   967
#define gaim_imgstore_get_filename  purple_imgstore_get_filename
Evan@653
   968
#define gaim_imgstore_ref           purple_imgstore_ref_by_id
Evan@653
   969
#define gaim_imgstore_unref         purple_imgstore_unref_by_id
Evan@653
   970
Evan@653
   971
Evan@653
   972
/* from log.h */
Evan@653
   973
Evan@653
   974
#define GaimLog                  PurpleLog
Evan@653
   975
#define GaimLogLogger            PurpleLogLogger
Evan@653
   976
#define GaimLogCommonLoggerData  PurpleLogCommonLoggerData
Evan@653
   977
#define GaimLogSet               PurpleLogSet
Evan@653
   978
Evan@653
   979
#define GAIM_LOG_IM      PURPLE_LOG_IM
Evan@653
   980
#define GAIM_LOG_CHAT    PURPLE_LOG_CHAT
Evan@653
   981
#define GAIM_LOG_SYSTEM  PURPLE_LOG_SYSTEM
Evan@653
   982
Evan@653
   983
#define GaimLogType  PurpleLogType
Evan@653
   984
Evan@653
   985
#define GAIM_LOG_READ_NO_NEWLINE  PURPLE_LOG_READ_NO_NEWLINE
Evan@653
   986
Evan@653
   987
#define GaimLogReadFlags  PurpleLogReadFlags
Evan@653
   988
Evan@653
   989
#define GaimLogSetCallback  PurpleLogSetCallback
Evan@653
   990
Evan@653
   991
#define gaim_log_new    purple_log_new
Evan@653
   992
#define gaim_log_free   purple_log_free
Evan@653
   993
#define gaim_log_write  purple_log_write
Evan@653
   994
#define gaim_log_read   purple_log_read
Evan@653
   995
Evan@653
   996
#define gaim_log_get_logs         purple_log_get_logs
Evan@653
   997
#define gaim_log_get_log_sets     purple_log_get_log_sets
Evan@653
   998
#define gaim_log_get_system_logs  purple_log_get_system_logs
Evan@653
   999
#define gaim_log_get_size         purple_log_get_size
Evan@653
  1000
#define gaim_log_get_total_size   purple_log_get_total_size
Evan@653
  1001
#define gaim_log_get_log_dir      purple_log_get_log_dir
Evan@653
  1002
#define gaim_log_compare          purple_log_compare
Evan@653
  1003
#define gaim_log_set_compare      purple_log_set_compare
Evan@653
  1004
#define gaim_log_set_free         purple_log_set_free
Evan@653
  1005
Evan@653
  1006
#define gaim_log_common_writer       purple_log_common_writer
Evan@653
  1007
#define gaim_log_common_lister       purple_log_common_lister
Evan@653
  1008
#define gaim_log_common_total_sizer  purple_log_common_total_sizer
Evan@653
  1009
#define gaim_log_common_sizer        purple_log_common_sizer
Evan@653
  1010
Evan@653
  1011
#define gaim_log_logger_new     purple_log_logger_new
Evan@653
  1012
#define gaim_log_logger_free    purple_log_logger_free
Evan@653
  1013
#define gaim_log_logger_add     purple_log_logger_add
Evan@653
  1014
#define gaim_log_logger_remove  purple_log_logger_remove
Evan@653
  1015
#define gaim_log_logger_set     purple_log_logger_set
Evan@653
  1016
#define gaim_log_logger_get     purple_log_logger_get
Evan@653
  1017
Evan@653
  1018
#define gaim_log_logger_get_options  purple_log_logger_get_options
Evan@653
  1019
Evan@653
  1020
#define gaim_log_init        purple_log_init
Evan@653
  1021
#define gaim_log_get_handle  purple_log_get_handle
Evan@653
  1022
#define gaim_log_uninit      purple_log_uninit
Evan@653
  1023
Evan@653
  1024
/* from mime.h */
Evan@653
  1025
Evan@653
  1026
#define GaimMimeDocument  PurpleMimeDocument
Evan@653
  1027
#define GaimMimePart      PurpleMimePart
Evan@653
  1028
Evan@653
  1029
#define gaim_mime_document_new         purple_mime_document_new
Evan@653
  1030
#define gaim_mime_document_free        purple_mime_document_free
Evan@653
  1031
#define gaim_mime_document_parse       purple_mime_document_parse
Evan@653
  1032
#define gaim_mime_document_parsen      purple_mime_document_parsen
Evan@653
  1033
#define gaim_mime_document_write       purple_mime_document_write
Evan@653
  1034
#define gaim_mime_document_get_fields  purple_mime_document_get_fields
Evan@653
  1035
#define gaim_mime_document_get_field   purple_mime_document_get_field
Evan@653
  1036
#define gaim_mime_document_set_field   purple_mime_document_set_field
Evan@653
  1037
#define gaim_mime_document_get_parts   purple_mime_document_get_parts
Evan@653
  1038
Evan@653
  1039
#define gaim_mime_part_new                purple_mime_part_new
Evan@653
  1040
#define gaim_mime_part_get_fields         purple_mime_part_get_fields
Evan@653
  1041
#define gaim_mime_part_get_field          purple_mime_part_get_field
Evan@653
  1042
#define gaim_mime_part_get_field_decoded  purple_mime_part_get_field_decoded
Evan@653
  1043
#define gaim_mime_part_set_field          purple_mime_part_set_field
Evan@653
  1044
#define gaim_mime_part_get_data           purple_mime_part_get_data
Evan@653
  1045
#define gaim_mime_part_get_data_decoded   purple_mime_part_get_data_decoded
Evan@653
  1046
#define gaim_mime_part_get_length         purple_mime_part_get_length
Evan@653
  1047
#define gaim_mime_part_set_data           purple_mime_part_set_data
Evan@653
  1048
Evan@653
  1049
Evan@653
  1050
/* from network.h */
Evan@653
  1051
Evan@653
  1052
#define GaimNetworkListenData  PurpleNetworkListenData
Evan@653
  1053
Evan@653
  1054
#define GaimNetworkListenCallback  PurpleNetworkListenCallback
Evan@653
  1055
Evan@653
  1056
#define gaim_network_ip_atoi              purple_network_ip_atoi
Evan@653
  1057
#define gaim_network_set_public_ip        purple_network_set_public_ip
Evan@653
  1058
#define gaim_network_get_public_ip        purple_network_get_public_ip
Evan@653
  1059
#define gaim_network_get_local_system_ip  purple_network_get_local_system_ip
Evan@653
  1060
#define gaim_network_get_my_ip            purple_network_get_my_ip
Evan@653
  1061
Evan@653
  1062
#define gaim_network_listen            purple_network_listen
Evan@653
  1063
#define gaim_network_listen_range      purple_network_listen_range
Evan@653
  1064
#define gaim_network_listen_cancel     purple_network_listen_cancel
Evan@653
  1065
#define gaim_network_get_port_from_fd  purple_network_get_port_from_fd
Evan@653
  1066
Evan@653
  1067
#define gaim_network_is_available  purple_network_is_available
Evan@653
  1068
Evan@653
  1069
#define gaim_network_init    purple_network_init
Evan@653
  1070
#define gaim_network_uninit  purple_network_uninit
Evan@653
  1071
Evan@653
  1072
/* from notify.h */
Evan@653
  1073
Evan@653
  1074
Evan@653
  1075
#define GaimNotifyUserInfoEntry  PurpleNotifyUserInfoEntry
Evan@653
  1076
#define GaimNotifyUserInfo       PurpleNotifyUserInfo
Evan@653
  1077
Evan@653
  1078
#define GaimNotifyCloseCallback  PurpleNotifyCloseCallback
Evan@653
  1079
Evan@653
  1080
#define GAIM_NOTIFY_MESSAGE        PURPLE_NOTIFY_MESSAGE
Evan@653
  1081
#define GAIM_NOTIFY_EMAIL          PURPLE_NOTIFY_EMAIL
Evan@653
  1082
#define GAIM_NOTIFY_EMAILS         PURPLE_NOTIFY_EMAILS
Evan@653
  1083
#define GAIM_NOTIFY_FORMATTED      PURPLE_NOTIFY_FORMATTED
Evan@653
  1084
#define GAIM_NOTIFY_SEARCHRESULTS  PURPLE_NOTIFY_SEARCHRESULTS
Evan@653
  1085
#define GAIM_NOTIFY_USERINFO       PURPLE_NOTIFY_USERINFO
Evan@653
  1086
#define GAIM_NOTIFY_URI            PURPLE_NOTIFY_URI
Evan@653
  1087
Evan@653
  1088
#define GaimNotifyType  PurpleNotifyType
Evan@653
  1089
Evan@653
  1090
#define GAIM_NOTIFY_MSG_ERROR    PURPLE_NOTIFY_MSG_ERROR
Evan@653
  1091
#define GAIM_NOTIFY_MSG_WARNING  PURPLE_NOTIFY_MSG_WARNING
Evan@653
  1092
#define GAIM_NOTIFY_MSG_INFO     PURPLE_NOTIFY_MSG_INFO
Evan@653
  1093
Evan@653
  1094
#define GaimNotifyMsgType  PurpleNotifyMsgType
Evan@653
  1095
Evan@653
  1096
#define GAIM_NOTIFY_BUTTON_LABELED   PURPLE_NOTIFY_BUTTON_LABELED
Evan@653
  1097
#define GAIM_NOTIFY_BUTTON_CONTINUE  PURPLE_NOTIFY_BUTTON_CONTINUE
Evan@653
  1098
#define GAIM_NOTIFY_BUTTON_ADD       PURPLE_NOTIFY_BUTTON_ADD
Evan@653
  1099
#define GAIM_NOTIFY_BUTTON_INFO      PURPLE_NOTIFY_BUTTON_INFO
Evan@653
  1100
#define GAIM_NOTIFY_BUTTON_IM        PURPLE_NOTIFY_BUTTON_IM
Evan@653
  1101
#define GAIM_NOTIFY_BUTTON_JOIN      PURPLE_NOTIFY_BUTTON_JOIN
Evan@653
  1102
#define GAIM_NOTIFY_BUTTON_INVITE    PURPLE_NOTIFY_BUTTON_INVITE
Evan@653
  1103
Evan@653
  1104
#define GaimNotifySearchButtonType  PurpleNotifySearchButtonType
Evan@653
  1105
Evan@653
  1106
#define GaimNotifySearchResults  PurpleNotifySearchResults
Evan@653
  1107
Evan@653
  1108
#define GAIM_NOTIFY_USER_INFO_ENTRY_PAIR            PURPLE_NOTIFY_USER_INFO_ENTRY_PAIR
Evan@653
  1109
#define GAIM_NOTIFY_USER_INFO_ENTRY_SECTION_BREAK   PURPLE_NOTIFY_USER_INFO_ENTRY_SECTION_BREAK
Evan@653
  1110
#define GAIM_NOTIFY_USER_INFO_ENTRY_SECTION_HEADER  PURPLE_NOTIFY_USER_INFO_ENTRY_SECTION_HEADER
Evan@653
  1111
Evan@653
  1112
#define GaimNotifyUserInfoEntryType  PurpleNotifyUserInfoEntryType
Evan@653
  1113
Evan@653
  1114
#define GaimNotifySearchColumn           PurpleNotifySearchColumn
Evan@653
  1115
#define GaimNotifySearchResultsCallback  PurpleNotifySearchResultsCallback
Evan@653
  1116
#define GaimNotifySearchButton           PurpleNotifySearchButton
Evan@653
  1117
Evan@653
  1118
#define GaimNotifyUiOps  PurpleNotifyUiOps
Evan@653
  1119
Evan@653
  1120
#define gaim_notify_searchresults                     purple_notify_searchresults
Evan@653
  1121
#define gaim_notify_searchresults_free                purple_notify_searchresults_free
Evan@653
  1122
#define gaim_notify_searchresults_new_rows            purple_notify_searchresults_new_rows
Evan@653
  1123
#define gaim_notify_searchresults_button_add          purple_notify_searchresults_button_add
Evan@653
  1124
#define gaim_notify_searchresults_button_add_labeled  purple_notify_searchresults_button_add_labeled
Evan@653
  1125
#define gaim_notify_searchresults_new                 purple_notify_searchresults_new
Evan@653
  1126
#define gaim_notify_searchresults_column_new          purple_notify_searchresults_column_new
Evan@653
  1127
#define gaim_notify_searchresults_column_add          purple_notify_searchresults_column_add
Evan@653
  1128
#define gaim_notify_searchresults_row_add             purple_notify_searchresults_row_add
Evan@653
  1129
#define gaim_notify_searchresults_get_rows_count      purple_notify_searchresults_get_rows_count
Evan@653
  1130
#define gaim_notify_searchresults_get_columns_count   purple_notify_searchresults_get_columns_count
Evan@653
  1131
#define gaim_notify_searchresults_row_get             purple_notify_searchresults_row_get
Evan@653
  1132
#define gaim_notify_searchresults_column_get_title    purple_notify_searchresults_column_get_title
Evan@653
  1133
Evan@653
  1134
#define gaim_notify_message    purple_notify_message
Evan@653
  1135
#define gaim_notify_email      purple_notify_email
Evan@653
  1136
#define gaim_notify_emails     purple_notify_emails
Evan@653
  1137
#define gaim_notify_formatted  purple_notify_formatted
Evan@653
  1138
#define gaim_notify_userinfo   purple_notify_userinfo
Evan@653
  1139
Evan@653
  1140
#define gaim_notify_user_info_new                    purple_notify_user_info_new
Evan@653
  1141
#define gaim_notify_user_info_destroy                purple_notify_user_info_destroy
Evan@653
  1142
#define gaim_notify_user_info_get_entries            purple_notify_user_info_get_entries
Evan@653
  1143
#define gaim_notify_user_info_get_text_with_newline  purple_notify_user_info_get_text_with_newline
Evan@653
  1144
#define gaim_notify_user_info_add_pair               purple_notify_user_info_add_pair
Evan@653
  1145
#define gaim_notify_user_info_prepend_pair           purple_notify_user_info_prepend_pair
Evan@653
  1146
#define gaim_notify_user_info_remove_entry           purple_notify_user_info_remove_entry
Evan@653
  1147
#define gaim_notify_user_info_entry_new              purple_notify_user_info_entry_new
Evan@653
  1148
#define gaim_notify_user_info_add_section_break      purple_notify_user_info_add_section_break
Evan@653
  1149
#define gaim_notify_user_info_add_section_header     purple_notify_user_info_add_section_header
Evan@653
  1150
#define gaim_notify_user_info_remove_last_item       purple_notify_user_info_remove_last_item
Evan@653
  1151
#define gaim_notify_user_info_entry_get_label        purple_notify_user_info_entry_get_label
Evan@653
  1152
#define gaim_notify_user_info_entry_set_label        purple_notify_user_info_entry_set_label
Evan@653
  1153
#define gaim_notify_user_info_entry_get_value        purple_notify_user_info_entry_get_value
Evan@653
  1154
#define gaim_notify_user_info_entry_set_value        purple_notify_user_info_entry_set_value
Evan@653
  1155
#define gaim_notify_user_info_entry_get_type         purple_notify_user_info_entry_get_type
Evan@653
  1156
#define gaim_notify_user_info_entry_set_type         purple_notify_user_info_entry_set_type
Evan@653
  1157
Evan@653
  1158
#define gaim_notify_uri                purple_notify_uri
Evan@653
  1159
#define gaim_notify_close              purple_notify_close
Evan@653
  1160
#define gaim_notify_close_with_handle  purple_notify_close_with_handle
Evan@653
  1161
Evan@653
  1162
#define gaim_notify_info     purple_notify_info
Evan@653
  1163
#define gaim_notify_warning  purple_notify_warning
Evan@653
  1164
#define gaim_notify_error    purple_notify_error
Evan@653
  1165
Evan@653
  1166
#define gaim_notify_set_ui_ops  purple_notify_set_ui_ops
Evan@653
  1167
#define gaim_notify_get_ui_ops  purple_notify_get_ui_ops
Evan@653
  1168
Evan@653
  1169
#define gaim_notify_get_handle  purple_notify_get_handle
Evan@653
  1170
Evan@653
  1171
#define gaim_notify_init    purple_notify_init
Evan@653
  1172
#define gaim_notify_uninit  purple_notify_uninit
Evan@653
  1173
Evan@653
  1174
/* from ntlm.h */
Evan@653
  1175
Evan@653
  1176
#define gaim_ntlm_gen_type1    purple_ntlm_gen_type1
Evan@653
  1177
#define gaim_ntlm_parse_type2  purple_ntlm_parse_type2
Evan@653
  1178
#define gaim_ntlm_gen_type3    purple_ntlm_gen_type3
Evan@653
  1179
Evan@653
  1180
/* from plugin.h */
Evan@653
  1181
Evan@653
  1182
#ifdef GAIM_PLUGINS
Evan@653
  1183
#ifndef PURPLE_PLUGINS
Evan@653
  1184
#define PURPLE_PLUGINS
Evan@653
  1185
#endif
Evan@653
  1186
#endif
Evan@653
  1187
Evan@653
  1188
#define GaimPlugin            PurplePlugin
Evan@653
  1189
#define GaimPluginInfo        PurplePluginInfo
Evan@653
  1190
#define GaimPluginUiInfo      PurplePluginUiInfo
Evan@653
  1191
#define GaimPluginLoaderInfo  PurplePluginLoaderInfo
Evan@653
  1192
#define GaimPluginAction      PurplePluginAction
Evan@653
  1193
#define GaimPluginPriority    PurplePluginPriority
Evan@653
  1194
Evan@653
  1195
#define GAIM_PLUGIN_UNKNOWN   PURPLE_PLUGIN_UNKNOWN
Evan@653
  1196
#define GAIM_PLUGIN_STANDARD  PURPLE_PLUGIN_STANDARD
Evan@653
  1197
#define GAIM_PLUGIN_LOADER    PURPLE_PLUGIN_LOADER
Evan@653
  1198
#define GAIM_PLUGIN_PROTOCOL  PURPLE_PLUGIN_PROTOCOL
Evan@653
  1199
Evan@653
  1200
#define GaimPluginType        PurplePluginType
Evan@653
  1201
Evan@653
  1202
#define GAIM_PRIORITY_DEFAULT  PURPLE_PRIORITY_DEFAULT
Evan@653
  1203
#define GAIM_PRIORITY_HIGHEST  PURPLE_PRIORITY_HIGHEST
Evan@653
  1204
#define GAIM_PRIORITY_LOWEST   PURPLE_PRIORITY_LOWEST
Evan@653
  1205
Evan@653
  1206
#define GAIM_PLUGIN_FLAG_INVISIBLE  PURPLE_PLUGIN_FLAG_INVISIBLE
Evan@653
  1207
Evan@653
  1208
#define GAIM_PLUGIN_MAGIC  PURPLE_PLUGIN_MAGIC
Evan@653
  1209
Evan@653
  1210
#define GAIM_PLUGIN_LOADER_INFO     PURPLE_PLUGIN_LOADER_INFO
Evan@653
  1211
#define GAIM_PLUGIN_HAS_PREF_FRAME  PURPLE_PLUGIN_HAS_PREF_FRAME
Evan@653
  1212
#define GAIM_PLUGIN_UI_INFO         PURPLE_PLUGIN_UI_INFO
Evan@653
  1213
Evan@653
  1214
#define GAIM_PLUGIN_HAS_ACTIONS  PURPLE_PLUGIN_HAS_ACTIONS
Evan@653
  1215
#define GAIM_PLUGIN_ACTIONS      PURPLE_PLUGIN_ACTIONS
Evan@653
  1216
Evan@653
  1217
#define GAIM_INIT_PLUGIN  PURPLE_INIT_PLUGIN
Evan@653
  1218
Evan@653
  1219
#define gaim_plugin_new              purple_plugin_new
Evan@653
  1220
#define gaim_plugin_probe            purple_plugin_probe
Evan@653
  1221
#define gaim_plugin_register         purple_plugin_register
Evan@653
  1222
#define gaim_plugin_load             purple_plugin_load
Evan@653
  1223
#define gaim_plugin_unload           purple_plugin_unload
Evan@653
  1224
#define gaim_plugin_reload           purple_plugin_reload
Evan@653
  1225
#define gaim_plugin_destroy          purple_plugin_destroy
Evan@653
  1226
#define gaim_plugin_is_loaded        purple_plugin_is_loaded
Evan@653
  1227
#define gaim_plugin_is_unloadable    purple_plugin_is_unloadable
Evan@653
  1228
#define gaim_plugin_get_id           purple_plugin_get_id
Evan@653
  1229
#define gaim_plugin_get_name         purple_plugin_get_name
Evan@653
  1230
#define gaim_plugin_get_version      purple_plugin_get_version
Evan@653
  1231
#define gaim_plugin_get_summary      purple_plugin_get_summary
Evan@653
  1232
#define gaim_plugin_get_description  purple_plugin_get_description
Evan@653
  1233
#define gaim_plugin_get_author       purple_plugin_get_author
Evan@653
  1234
#define gaim_plugin_get_homepage     purple_plugin_get_homepage
Evan@653
  1235
Evan@653
  1236
#define gaim_plugin_ipc_register        purple_plugin_ipc_register
Evan@653
  1237
#define gaim_plugin_ipc_unregister      purple_plugin_ipc_unregister
Evan@653
  1238
#define gaim_plugin_ipc_unregister_all  purple_plugin_ipc_unregister_all
Evan@653
  1239
#define gaim_plugin_ipc_get_params      purple_plugin_ipc_get_params
Evan@653
  1240
#define gaim_plugin_ipc_call            purple_plugin_ipc_call
Evan@653
  1241
Evan@653
  1242
#define gaim_plugins_add_search_path  purple_plugins_add_search_path
Evan@653
  1243
#define gaim_plugins_unload_all       purple_plugins_unload_all
Evan@653
  1244
#define gaim_plugins_destroy_all      purple_plugins_destroy_all
Evan@653
  1245
#define gaim_plugins_save_loaded      purple_plugins_save_loaded
Evan@653
  1246
#define gaim_plugins_load_saved       purple_plugins_load_saved
Evan@653
  1247
#define gaim_plugins_probe            purple_plugins_probe
Evan@653
  1248
#define gaim_plugins_enabled          purple_plugins_enabled
Evan@653
  1249
Evan@653
  1250
#define gaim_plugins_register_probe_notify_cb     purple_plugins_register_probe_notify_cb
Evan@653
  1251
#define gaim_plugins_unregister_probe_notify_cb   purple_plugins_unregister_probe_notify_cb
Evan@653
  1252
#define gaim_plugins_register_load_notify_cb      purple_plugins_register_load_notify_cb
Evan@653
  1253
#define gaim_plugins_unregister_load_notify_cb    purple_plugins_unregister_load_notify_cb
Evan@653
  1254
#define gaim_plugins_register_unload_notify_cb    purple_plugins_register_unload_notify_cb
Evan@653
  1255
#define gaim_plugins_unregister_unload_notify_cb  purple_plugins_unregister_unload_notify_cb
Evan@653
  1256
Evan@653
  1257
#define gaim_plugins_find_with_name      purple_plugins_find_with_name
Evan@653
  1258
#define gaim_plugins_find_with_filename  purple_plugins_find_with_filename
Evan@653
  1259
#define gaim_plugins_find_with_basename  purple_plugins_find_with_basename
Evan@653
  1260
#define gaim_plugins_find_with_id        purple_plugins_find_with_id
Evan@653
  1261
Evan@653
  1262
#define gaim_plugins_get_loaded     purple_plugins_get_loaded
Evan@653
  1263
#define gaim_plugins_get_protocols  purple_plugins_get_protocols
Evan@653
  1264
#define gaim_plugins_get_all        purple_plugins_get_all
Evan@653
  1265
Evan@653
  1266
#define gaim_plugins_get_handle  purple_plugins_get_handle
Evan@653
  1267
#define gaim_plugins_init        purple_plugins_init
Evan@653
  1268
#define gaim_plugins_uninit      purple_plugins_uninit
Evan@653
  1269
Evan@653
  1270
#define gaim_plugin_action_new   purple_plugin_action_new
Evan@653
  1271
#define gaim_plugin_action_free  purple_plugin_action_free
Evan@653
  1272
Evan@653
  1273
/* pluginpref.h */
Evan@653
  1274
Evan@653
  1275
#define GaimPluginPrefFrame  PurplePluginPrefFrame
Evan@653
  1276
#define GaimPluginPref       PurplePluginPref
Evan@653
  1277
Evan@653
  1278
#define GAIM_STRING_FORMAT_TYPE_NONE       PURPLE_STRING_FORMAT_TYPE_NONE
Evan@653
  1279
#define GAIM_STRING_FORMAT_TYPE_MULTILINE  PURPLE_STRING_FORMAT_TYPE_MULTILINE
Evan@653
  1280
#define GAIM_STRING_FORMAT_TYPE_HTML       PURPLE_STRING_FORMAT_TYPE_HTML
Evan@653
  1281
Evan@653
  1282
#define GaimStringFormatType  PurpleStringFormatType
Evan@653
  1283
Evan@653
  1284
#define GAIM_PLUGIN_PREF_NONE           PURPLE_PLUGIN_PREF_NONE
Evan@653
  1285
#define GAIM_PLUGIN_PREF_CHOICE         PURPLE_PLUGIN_PREF_CHOICE
Evan@653
  1286
#define GAIM_PLUGIN_PREF_INFO           PURPLE_PLUGIN_PREF_INFO
Evan@653
  1287
#define GAIM_PLUGIN_PREF_STRING_FORMAT  PURPLE_PLUGIN_PREF_STRING_FORMAT
Evan@653
  1288
Evan@653
  1289
#define GaimPluginPrefType  PurplePluginPrefType
Evan@653
  1290
Evan@653
  1291
#define gaim_plugin_pref_frame_new        purple_plugin_pref_frame_new
Evan@653
  1292
#define gaim_plugin_pref_frame_destroy    purple_plugin_pref_frame_destroy
Evan@653
  1293
#define gaim_plugin_pref_frame_add        purple_plugin_pref_frame_add
Evan@653
  1294
#define gaim_plugin_pref_frame_get_prefs  purple_plugin_pref_frame_get_prefs
Evan@653
  1295
Evan@653
  1296
#define gaim_plugin_pref_new                      purple_plugin_pref_new
Evan@653
  1297
#define gaim_plugin_pref_new_with_name            purple_plugin_pref_new_with_name
Evan@653
  1298
#define gaim_plugin_pref_new_with_label           purple_plugin_pref_new_with_label
Evan@653
  1299
#define gaim_plugin_pref_new_with_name_and_label  purple_plugin_pref_new_with_name_and_label
Evan@653
  1300
#define gaim_plugin_pref_destroy                  purple_plugin_pref_destroy
Evan@653
  1301
#define gaim_plugin_pref_set_name                 purple_plugin_pref_set_name
Evan@653
  1302
#define gaim_plugin_pref_get_name                 purple_plugin_pref_get_name
Evan@653
  1303
#define gaim_plugin_pref_set_label                purple_plugin_pref_set_label
Evan@653
  1304
#define gaim_plugin_pref_get_label                purple_plugin_pref_get_label
Evan@653
  1305
#define gaim_plugin_pref_set_bounds               purple_plugin_pref_set_bounds
Evan@653
  1306
#define gaim_plugin_pref_get_bounds               purple_plugin_pref_get_bounds
Evan@653
  1307
#define gaim_plugin_pref_set_type                 purple_plugin_pref_set_type
Evan@653
  1308
#define gaim_plugin_pref_get_type                 purple_plugin_pref_get_type
Evan@653
  1309
#define gaim_plugin_pref_add_choice               purple_plugin_pref_add_choice
Evan@653
  1310
#define gaim_plugin_pref_get_choices              purple_plugin_pref_get_choices
Evan@653
  1311
#define gaim_plugin_pref_set_max_length           purple_plugin_pref_set_max_length
Evan@653
  1312
#define gaim_plugin_pref_get_max_length           purple_plugin_pref_get_max_length
Evan@653
  1313
#define gaim_plugin_pref_set_masked               purple_plugin_pref_set_masked
Evan@653
  1314
#define gaim_plugin_pref_get_masked               purple_plugin_pref_get_masked
Evan@653
  1315
#define gaim_plugin_pref_set_format_type          purple_plugin_pref_set_format_type
Evan@653
  1316
#define gaim_plugin_pref_get_format_type          purple_plugin_pref_get_format_type
Evan@653
  1317
Evan@653
  1318
/* from pounce.h */
Evan@653
  1319
Evan@653
  1320
#define GaimPounce  PurplePounce
Evan@653
  1321
Evan@653
  1322
#define GAIM_POUNCE_NONE              PURPLE_POUNCE_NONE
Evan@653
  1323
#define GAIM_POUNCE_SIGNON            PURPLE_POUNCE_SIGNON
Evan@653
  1324
#define GAIM_POUNCE_SIGNOFF           PURPLE_POUNCE_SIGNOFF
Evan@653
  1325
#define GAIM_POUNCE_AWAY              PURPLE_POUNCE_AWAY
Evan@653
  1326
#define GAIM_POUNCE_AWAY_RETURN       PURPLE_POUNCE_AWAY_RETURN
Evan@653
  1327
#define GAIM_POUNCE_IDLE              PURPLE_POUNCE_IDLE
Evan@653
  1328
#define GAIM_POUNCE_IDLE_RETURN       PURPLE_POUNCE_IDLE_RETURN
Evan@653
  1329
#define GAIM_POUNCE_TYPING            PURPLE_POUNCE_TYPING
Evan@653
  1330
#define GAIM_POUNCE_TYPED             PURPLE_POUNCE_TYPED
Evan@653
  1331
#define GAIM_POUNCE_TYPING_STOPPED    PURPLE_POUNCE_TYPING_STOPPED
Evan@653
  1332
#define GAIM_POUNCE_MESSAGE_RECEIVED  PURPLE_POUNCE_MESSAGE_RECEIVED
Evan@653
  1333
#define GaimPounceEvent  PurplePounceEvent
Evan@653
  1334
Evan@653
  1335
#define GAIM_POUNCE_OPTION_NONE  PURPLE_POUNCE_OPTION_NONE
Evan@653
  1336
#define GAIM_POUNCE_OPTION_AWAY  PURPLE_POUNCE_OPTION_AWAY
Evan@653
  1337
#define GaimPounceOption  PurplePounceOption
Evan@653
  1338
Evan@653
  1339
#define GaimPounceCb  PurplePounceCb
Evan@653
  1340
Evan@653
  1341
#define gaim_pounce_new                     purple_pounce_new
Evan@653
  1342
#define gaim_pounce_destroy                 purple_pounce_destroy
Evan@653
  1343
#define gaim_pounce_destroy_all_by_account  purple_pounce_destroy_all_by_account
Evan@653
  1344
#define gaim_pounce_set_events              purple_pounce_set_events
Evan@653
  1345
#define gaim_pounce_set_options             purple_pounce_set_options
Evan@653
  1346
#define gaim_pounce_set_pouncer             purple_pounce_set_pouncer
Evan@653
  1347
#define gaim_pounce_set_pouncee             purple_pounce_set_pouncee
Evan@653
  1348
#define gaim_pounce_set_save                purple_pounce_set_save
Evan@653
  1349
#define gaim_pounce_action_register         purple_pounce_action_register
Evan@653
  1350
#define gaim_pounce_action_set_enabled      purple_pounce_action_set_enabled
Evan@653
  1351
#define gaim_pounce_action_set_attribute    purple_pounce_action_set_attribute
Evan@653
  1352
#define gaim_pounce_set_data                purple_pounce_set_data
Evan@653
  1353
#define gaim_pounce_get_events              purple_pounce_get_events
Evan@653
  1354
#define gaim_pounce_get_options             purple_pounce_get_options
Evan@653
  1355
#define gaim_pounce_get_pouncer             purple_pounce_get_pouncer
Evan@653
  1356
#define gaim_pounce_get_pouncee             purple_pounce_get_pouncee
Evan@653
  1357
#define gaim_pounce_get_save                purple_pounce_get_save
Evan@653
  1358
#define gaim_pounce_action_is_enabled       purple_pounce_action_is_enabled
Evan@653
  1359
#define gaim_pounce_action_get_attribute    purple_pounce_action_get_attribute
Evan@653
  1360
#define gaim_pounce_get_data                purple_pounce_get_data
Evan@653
  1361
#define gaim_pounce_execute                 purple_pounce_execute
Evan@653
  1362
Evan@653
  1363
#define gaim_find_pounce                 purple_find_pounce
Evan@653
  1364
#define gaim_pounces_load                purple_pounces_load
Evan@653
  1365
#define gaim_pounces_register_handler    purple_pounces_register_handler
Evan@653
  1366
#define gaim_pounces_unregister_handler  purple_pounces_unregister_handler
Evan@653
  1367
#define gaim_pounces_get_all             purple_pounces_get_all
Evan@653
  1368
#define gaim_pounces_get_handle          purple_pounces_get_handle
Evan@653
  1369
#define gaim_pounces_init                purple_pounces_init
Evan@653
  1370
#define gaim_pounces_uninit              purple_pounces_uninit
Evan@653
  1371
Evan@653
  1372
/* from prefs.h */
Evan@653
  1373
Evan@653
  1374
Evan@653
  1375
#define GAIM_PREF_NONE         PURPLE_PREF_NONE
Evan@653
  1376
#define GAIM_PREF_BOOLEAN      PURPLE_PREF_BOOLEAN
Evan@653
  1377
#define GAIM_PREF_INT          PURPLE_PREF_INT
Evan@653
  1378
#define GAIM_PREF_STRING       PURPLE_PREF_STRING
Evan@653
  1379
#define GAIM_PREF_STRING_LIST  PURPLE_PREF_STRING_LIST
Evan@653
  1380
#define GAIM_PREF_PATH         PURPLE_PREF_PATH
Evan@653
  1381
#define GAIM_PREF_PATH_LIST    PURPLE_PREF_PATH_LIST
Evan@653
  1382
#define GaimPrefType  PurplePrefType
Evan@653
  1383
Evan@653
  1384
#define GaimPrefCallback  PurplePrefCallback
Evan@653
  1385
Evan@653
  1386
#define gaim_prefs_get_handle             purple_prefs_get_handle
Evan@653
  1387
#define gaim_prefs_init                   purple_prefs_init
Evan@653
  1388
#define gaim_prefs_uninit                 purple_prefs_uninit
Evan@653
  1389
#define gaim_prefs_add_none               purple_prefs_add_none
Evan@653
  1390
#define gaim_prefs_add_bool               purple_prefs_add_bool
Evan@653
  1391
#define gaim_prefs_add_int                purple_prefs_add_int
Evan@653
  1392
#define gaim_prefs_add_string             purple_prefs_add_string
Evan@653
  1393
#define gaim_prefs_add_string_list        purple_prefs_add_string_list
Evan@653
  1394
#define gaim_prefs_add_path               purple_prefs_add_path
Evan@653
  1395
#define gaim_prefs_add_path_list          purple_prefs_add_path_list
Evan@653
  1396
#define gaim_prefs_remove                 purple_prefs_remove
Evan@653
  1397
#define gaim_prefs_rename                 purple_prefs_rename
Evan@653
  1398
#define gaim_prefs_rename_boolean_toggle  purple_prefs_rename_boolean_toggle
Evan@653
  1399
#define gaim_prefs_destroy                purple_prefs_destroy
Evan@653
  1400
#define gaim_prefs_set_generic            purple_prefs_set_generic
Evan@653
  1401
#define gaim_prefs_set_bool               purple_prefs_set_bool
Evan@653
  1402
#define gaim_prefs_set_int                purple_prefs_set_int
Evan@653
  1403
#define gaim_prefs_set_string             purple_prefs_set_string
Evan@653
  1404
#define gaim_prefs_set_string_list        purple_prefs_set_string_list
Evan@653
  1405
#define gaim_prefs_set_path               purple_prefs_set_path
Evan@653
  1406
#define gaim_prefs_set_path_list          purple_prefs_set_path_list
Evan@653
  1407
#define gaim_prefs_exists                 purple_prefs_exists
Evan@653
  1408
#define gaim_prefs_get_type               purple_prefs_get_type
Evan@653
  1409
#define gaim_prefs_get_bool               purple_prefs_get_bool
Evan@653
  1410
#define gaim_prefs_get_int                purple_prefs_get_int
Evan@653
  1411
#define gaim_prefs_get_string             purple_prefs_get_string
Evan@653
  1412
#define gaim_prefs_get_string_list        purple_prefs_get_string_list
Evan@653
  1413
#define gaim_prefs_get_path               purple_prefs_get_path
Evan@653
  1414
#define gaim_prefs_get_path_list          purple_prefs_get_path_list
Evan@653
  1415
#define gaim_prefs_connect_callback       purple_prefs_connect_callback
Evan@653
  1416
#define gaim_prefs_disconnect_callback    purple_prefs_disconnect_callback
Evan@653
  1417
#define gaim_prefs_disconnect_by_handle   purple_prefs_disconnect_by_handle
Evan@653
  1418
#define gaim_prefs_trigger_callback       purple_prefs_trigger_callback
Evan@653
  1419
#define gaim_prefs_load                   purple_prefs_load
Evan@653
  1420
#define gaim_prefs_update_old             purple_prefs_update_old
Evan@653
  1421
Evan@653
  1422
/* from privacy.h */
Evan@653
  1423
Evan@653
  1424
#define GAIM_PRIVACY_ALLOW_ALL        PURPLE_PRIVACY_ALLOW_ALL
Evan@653
  1425
#define GAIM_PRIVACY_DENY_ALL         PURPLE_PRIVACY_DENY_ALL
Evan@653
  1426
#define GAIM_PRIVACY_ALLOW_USERS      PURPLE_PRIVACY_ALLOW_USERS
Evan@653
  1427
#define GAIM_PRIVACY_DENY_USERS       PURPLE_PRIVACY_DENY_USERS
Evan@653
  1428
#define GAIM_PRIVACY_ALLOW_BUDDYLIST  PURPLE_PRIVACY_ALLOW_BUDDYLIST
Evan@653
  1429
#define GaimPrivacyType  PurplePrivacyType
Evan@653
  1430
Evan@653
  1431
#define GaimPrivacyUiOps  PurplePrivacyUiOps
Evan@653
  1432
Evan@653
  1433
#define gaim_privacy_permit_add     purple_privacy_permit_add
Evan@653
  1434
#define gaim_privacy_permit_remove  purple_privacy_permit_remove
Evan@653
  1435
#define gaim_privacy_deny_add       purple_privacy_deny_add
Evan@653
  1436
#define gaim_privacy_deny_remove    purple_privacy_deny_remove
Evan@653
  1437
#define gaim_privacy_allow          purple_privacy_allow
Evan@653
  1438
#define gaim_privacy_deny           purple_privacy_deny
Evan@653
  1439
#define gaim_privacy_check          purple_privacy_check
Evan@653
  1440
#define gaim_privacy_set_ui_ops     purple_privacy_set_ui_ops
Evan@653
  1441
#define gaim_privacy_get_ui_ops     purple_privacy_get_ui_ops
Evan@653
  1442
#define gaim_privacy_init           purple_privacy_init
Evan@653
  1443
Evan@653
  1444
/* from proxy.h */
Evan@653
  1445
Evan@653
  1446
#define GAIM_PROXY_USE_GLOBAL  PURPLE_PROXY_USE_GLOBAL
Evan@653
  1447
#define GAIM_PROXY_NONE        PURPLE_PROXY_NONE
Evan@653
  1448
#define GAIM_PROXY_HTTP        PURPLE_PROXY_HTTP
Evan@653
  1449
#define GAIM_PROXY_SOCKS4      PURPLE_PROXY_SOCKS4
Evan@653
  1450
#define GAIM_PROXY_SOCKS5      PURPLE_PROXY_SOCKS5
Evan@653
  1451
#define GAIM_PROXY_USE_ENVVAR  PURPLE_PROXY_USE_ENVVAR
Evan@653
  1452
#define GaimProxyType  PurpleProxyType
Evan@653
  1453
Evan@653
  1454
#define GaimProxyInfo  PurpleProxyInfo
Evan@653
  1455
Evan@653
  1456
#define GaimProxyConnectData      PurpleProxyConnectData
Evan@653
  1457
#define GaimProxyConnectFunction  PurpleProxyConnectFunction
Evan@653
  1458
Evan@653
  1459
#define gaim_proxy_info_new           purple_proxy_info_new
Evan@653
  1460
#define gaim_proxy_info_destroy       purple_proxy_info_destroy
Evan@653
  1461
#define gaim_proxy_info_set_type      purple_proxy_info_set_type
Evan@653
  1462
#define gaim_proxy_info_set_host      purple_proxy_info_set_host
Evan@653
  1463
#define gaim_proxy_info_set_port      purple_proxy_info_set_port
Evan@653
  1464
#define gaim_proxy_info_set_username  purple_proxy_info_set_username
Evan@653
  1465
#define gaim_proxy_info_set_password  purple_proxy_info_set_password
Evan@653
  1466
#define gaim_proxy_info_get_type      purple_proxy_info_get_type
Evan@653
  1467
#define gaim_proxy_info_get_host      purple_proxy_info_get_host
Evan@653
  1468
#define gaim_proxy_info_get_port      purple_proxy_info_get_port
Evan@653
  1469
#define gaim_proxy_info_get_username  purple_proxy_info_get_username
Evan@653
  1470
#define gaim_proxy_info_get_password  purple_proxy_info_get_password
Evan@653
  1471
Evan@653
  1472
#define gaim_global_proxy_get_info    purple_global_proxy_get_info
Evan@653
  1473
#define gaim_proxy_get_handle         purple_proxy_get_handle
Evan@653
  1474
#define gaim_proxy_init               purple_proxy_init
Evan@653
  1475
#define gaim_proxy_uninit             purple_proxy_uninit
Evan@653
  1476
#define gaim_proxy_get_setup          purple_proxy_get_setup
Evan@653
  1477
Evan@653
  1478
#define gaim_proxy_connect                     purple_proxy_connect
Evan@653
  1479
#define gaim_proxy_connect_socks5              purple_proxy_connect_socks5
Evan@653
  1480
#define gaim_proxy_connect_cancel              purple_proxy_connect_cancel
Evan@653
  1481
#define gaim_proxy_connect_cancel_with_handle  purple_proxy_connect_cancel_with_handle
Evan@653
  1482
Evan@653
  1483
/* from prpl.h */
Evan@653
  1484
Evan@653
  1485
#define GaimPluginProtocolInfo  PurplePluginProtocolInfo
Evan@653
  1486
Evan@653
  1487
#define GAIM_ICON_SCALE_DISPLAY  PURPLE_ICON_SCALE_DISPLAY
Evan@653
  1488
#define GAIM_ICON_SCALE_SEND     PURPLE_ICON_SCALE_SEND
Evan@653
  1489
#define GaimIconScaleRules  PurpleIconScaleRules
Evan@653
  1490
Evan@653
  1491
#define GaimBuddyIconSpec  PurpleBuddyIconSpec
Evan@653
  1492
Evan@653
  1493
#define GaimProtocolOptions  PurpleProtocolOptions
Evan@653
  1494
Evan@653
  1495
#define GAIM_IS_PROTOCOL_PLUGIN  PURPLE_IS_PROTOCOL_PLUGIN
Evan@653
  1496
Evan@653
  1497
#define GAIM_PLUGIN_PROTOCOL_INFO  PURPLE_PLUGIN_PROTOCOL_INFO
Evan@653
  1498
Evan@653
  1499
#define gaim_prpl_got_account_idle        purple_prpl_got_account_idle
Evan@653
  1500
#define gaim_prpl_got_account_login_time  purple_prpl_got_account_login_time
Evan@653
  1501
#define gaim_prpl_got_account_status      purple_prpl_got_account_status
Evan@653
  1502
#define gaim_prpl_got_user_idle           purple_prpl_got_user_idle
Evan@653
  1503
#define gaim_prpl_got_user_login_time     purple_prpl_got_user_login_time
Evan@653
  1504
#define gaim_prpl_got_user_status         purple_prpl_got_user_status
Evan@653
  1505
#define gaim_prpl_change_account_status   purple_prpl_change_account_status
Evan@653
  1506
#define gaim_prpl_get_statuses            purple_prpl_get_statuses
Evan@653
  1507
Evan@653
  1508
#define gaim_find_prpl  purple_find_prpl
Evan@653
  1509
Evan@653
  1510
/* from request.h */
Evan@653
  1511
Evan@653
  1512
#define GAIM_DEFAULT_ACTION_NONE  PURPLE_DEFAULT_ACTION_NONE
Evan@653
  1513
Evan@653
  1514
#define GAIM_REQUEST_INPUT   PURPLE_REQUEST_INPUT
Evan@653
  1515
#define GAIM_REQUEST_CHOICE  PURPLE_REQUEST_CHOICE
Evan@653
  1516
#define GAIM_REQUEST_ACTION  PURPLE_REQUEST_ACTION
Evan@653
  1517
#define GAIM_REQUEST_FIELDS  PURPLE_REQUEST_FIELDS
Evan@653
  1518
#define GAIM_REQUEST_FILE    PURPLE_REQUEST_FILE
Evan@653
  1519
#define GAIM_REQUEST_FOLDER  PURPLE_REQUEST_FOLDER
Evan@653
  1520
#define GaimRequestType  PurpleRequestType
Evan@653
  1521
Evan@653
  1522
#define GAIM_REQUEST_FIELD_NONE     PURPLE_REQUEST_FIELD_NONE
Evan@653
  1523
#define GAIM_REQUEST_FIELD_STRING   PURPLE_REQUEST_FIELD_STRING
Evan@653
  1524
#define GAIM_REQUEST_FIELD_INTEGER  PURPLE_REQUEST_FIELD_INTEGER
Evan@653
  1525
#define GAIM_REQUEST_FIELD_BOOLEAN  PURPLE_REQUEST_FIELD_BOOLEAN
Evan@653
  1526
#define GAIM_REQUEST_FIELD_CHOICE   PURPLE_REQUEST_FIELD_CHOICE
Evan@653
  1527
#define GAIM_REQUEST_FIELD_LIST     PURPLE_REQUEST_FIELD_LIST
Evan@653
  1528
#define GAIM_REQUEST_FIELD_LABEL    PURPLE_REQUEST_FIELD_LABEL
Evan@653
  1529
#define GAIM_REQUEST_FIELD_IMAGE    PURPLE_REQUEST_FIELD_IMAGE
Evan@653
  1530
#define GAIM_REQUEST_FIELD_ACCOUNT  PURPLE_REQUEST_FIELD_ACCOUNT
Evan@653
  1531
#define GaimRequestFieldType  PurpleRequestFieldType
Evan@653
  1532
Evan@653
  1533
#define GaimRequestFields  PurpleRequestFields
Evan@653
  1534
Evan@653
  1535
#define GaimRequestFieldGroup  PurpleRequestFieldGroup
Evan@653
  1536
Evan@653
  1537
#define GaimRequestField  PurpleRequestField
Evan@653
  1538
Evan@653
  1539
#define GaimRequestUiOps  PurpleRequestUiOps
Evan@653
  1540
Evan@653
  1541
#define GaimRequestInputCb   PurpleRequestInputCb
Evan@653
  1542
#define GaimRequestActionCb  PurpleRequestActionCb
Evan@653
  1543
#define GaimRequestChoiceCb  PurpleRequestChoiceCb
Evan@653
  1544
#define GaimRequestFieldsCb  PurpleRequestFieldsCb
Evan@653
  1545
#define GaimRequestFileCb    PurpleRequestFileCb
Evan@653
  1546
Evan@653
  1547
#define gaim_request_fields_new                  purple_request_fields_new
Evan@653
  1548
#define gaim_request_fields_destroy              purple_request_fields_destroy
Evan@653
  1549
#define gaim_request_fields_add_group            purple_request_fields_add_group
Evan@653
  1550
#define gaim_request_fields_get_groups           purple_request_fields_get_groups
Evan@653
  1551
#define gaim_request_fields_exists               purple_request_fields_exists
Evan@653
  1552
#define gaim_request_fields_get_required         purple_request_fields_get_required
Evan@653
  1553
#define gaim_request_fields_is_field_required    purple_request_fields_is_field_required
Evan@653
  1554
#define gaim_request_fields_all_required_filled  purple_request_fields_all_required_filled
Evan@653
  1555
#define gaim_request_fields_get_field            purple_request_fields_get_field
Evan@653
  1556
#define gaim_request_fields_get_string           purple_request_fields_get_string
Evan@653
  1557
#define gaim_request_fields_get_integer          purple_request_fields_get_integer
Evan@653
  1558
#define gaim_request_fields_get_bool             purple_request_fields_get_bool
Evan@653
  1559
#define gaim_request_fields_get_choice           purple_request_fields_get_choice
Evan@653
  1560
#define gaim_request_fields_get_account          purple_request_fields_get_account
Evan@653
  1561
Evan@653
  1562
#define gaim_request_field_group_new         purple_request_field_group_new
Evan@653
  1563
#define gaim_request_field_group_destroy     purple_request_field_group_destroy
Evan@653
  1564
#define gaim_request_field_group_add_field   purple_request_field_group_add_field
Evan@653
  1565
#define gaim_request_field_group_get_title   purple_request_field_group_get_title
Evan@653
  1566
#define gaim_request_field_group_get_fields  purple_request_field_group_get_fields
Evan@653
  1567
Evan@653
  1568
#define gaim_request_field_new            purple_request_field_new
Evan@653
  1569
#define gaim_request_field_destroy        purple_request_field_destroy
Evan@653
  1570
#define gaim_request_field_set_label      purple_request_field_set_label
Evan@653
  1571
#define gaim_request_field_set_visible    purple_request_field_set_visible
Evan@653
  1572
#define gaim_request_field_set_type_hint  purple_request_field_set_type_hint
Evan@653
  1573
#define gaim_request_field_set_required   purple_request_field_set_required
Evan@653
  1574
#define gaim_request_field_get_type       purple_request_field_get_type
Evan@653
  1575
#define gaim_request_field_get_id         purple_request_field_get_id
Evan@653
  1576
#define gaim_request_field_get_label      purple_request_field_get_label
Evan@653
  1577
#define gaim_request_field_is_visible     purple_request_field_is_visible
Evan@653
  1578
#define gaim_request_field_get_type_hint  purple_request_field_get_type_hint
Evan@653
  1579
#define gaim_request_field_is_required    purple_request_field_is_required
Evan@653
  1580
Evan@653
  1581
#define gaim_request_field_string_new           purple_request_field_string_new
Evan@653
  1582
#define gaim_request_field_string_set_default_value \
Evan@653
  1583
	purple_request_field_string_set_default_value
Evan@653
  1584
#define gaim_request_field_string_set_value     purple_request_field_string_set_value
Evan@653
  1585
#define gaim_request_field_string_set_masked    purple_request_field_string_set_masked
Evan@653
  1586
#define gaim_request_field_string_set_editable  purple_request_field_string_set_editable
Evan@653
  1587
#define gaim_request_field_string_get_default_value \
Evan@653
  1588
	purple_request_field_string_get_default_value
Evan@653
  1589
#define gaim_request_field_string_get_value     purple_request_field_string_get_value
Evan@653
  1590
#define gaim_request_field_string_is_multiline  purple_request_field_string_is_multiline
Evan@653
  1591
#define gaim_request_field_string_is_masked     purple_request_field_string_is_masked
Evan@653
  1592
#define gaim_request_field_string_is_editable   purple_request_field_string_is_editable
Evan@653
  1593
Evan@653
  1594
#define gaim_request_field_int_new        purple_request_field_int_new
Evan@653
  1595
#define gaim_request_field_int_set_default_value \
Evan@653
  1596
	purple_request_field_int_set_default_value
Evan@653
  1597
#define gaim_request_field_int_set_value  purple_request_field_int_set_value
Evan@653
  1598
#define gaim_request_field_int_get_default_value \
Evan@653
  1599
	purple_request_field_int_get_default_value
Evan@653
  1600
#define gaim_request_field_int_get_value  purple_request_field_int_get_value
Evan@653
  1601
Evan@653
  1602
#define gaim_request_field_bool_new        purple_request_field_bool_new
Evan@653
  1603
#define gaim_request_field_bool_set_default_value \
Evan@653
  1604
	purple_request_field_book_set_default_value
Evan@653
  1605
#define gaim_request_field_bool_set_value  purple_request_field_bool_set_value
Evan@653
  1606
#define gaim_request_field_bool_get_default_value \
Evan@653
  1607
	purple_request_field_bool_get_default_value
Evan@653
  1608
#define gaim_request_field_bool_get_value  purple_request_field_bool_get_value
Evan@653
  1609
Evan@653
  1610
#define gaim_request_field_choice_new         purple_request_field_choice_new
Evan@653
  1611
#define gaim_request_field_choice_add         purple_request_field_choice_add
Evan@653
  1612
#define gaim_request_field_choice_set_default_value \
Evan@653
  1613
	purple_request_field_choice_set_default_value
Evan@653
  1614
#define gaim_request_field_choice_set_value   purple_request_field_choice_set_value
Evan@653
  1615
#define gaim_request_field_choice_get_default_value \
Evan@653
  1616
	purple_request_field_choice_get_default_value
Evan@653
  1617
#define gaim_request_field_choice_get_value   purple_request_field_choice_get_value
Evan@653
  1618
#define gaim_request_field_choice_get_labels  purple_request_field_choice_get_labels
Evan@653
  1619
Evan@653
  1620
#define gaim_request_field_list_new               purple_request_field_list_new
Evan@653
  1621
#define gaim_request_field_list_set_multi_select  purple_request_field_list_set_multi_select
Evan@653
  1622
#define gaim_request_field_list_get_multi_select  purple_request_field_list_get_multi_select
Evan@653
  1623
#define gaim_request_field_list_get_data          purple_request_field_list_get_data
Evan@653
  1624
#define gaim_request_field_list_add               purple_request_field_list_add
Evan@653
  1625
#define gaim_request_field_list_add_selected      purple_request_field_list_add_selected
Evan@653
  1626
#define gaim_request_field_list_clear_selected    purple_request_field_list_clear_selected
Evan@653
  1627
#define gaim_request_field_list_set_selected      purple_request_field_list_set_selected
Evan@653
  1628
#define gaim_request_field_list_is_selected       purple_request_field_list_is_selected
Evan@653
  1629
#define gaim_request_field_list_get_selected      purple_request_field_list_get_selected
Evan@653
  1630
#define gaim_request_field_list_get_items         purple_request_field_list_get_items
Evan@653
  1631
Evan@653
  1632
#define gaim_request_field_label_new  purple_request_field_label_new
Evan@653
  1633
Evan@653
  1634
#define gaim_request_field_image_new          purple_request_field_image_new
Evan@653
  1635
#define gaim_request_field_image_set_scale    purple_request_field_image_set_scale
Evan@653
  1636
#define gaim_request_field_image_get_buffer   purple_request_field_image_get_buffer
Evan@653
  1637
#define gaim_request_field_image_get_size     purple_request_field_image_get_size
Evan@653
  1638
#define gaim_request_field_image_get_scale_x  purple_request_field_image_get_scale_x
Evan@653
  1639
#define gaim_request_field_image_get_scale_y  purple_request_field_image_get_scale_y
Evan@653
  1640
Evan@653
  1641
#define gaim_request_field_account_new                purple_request_field_account_new
Evan@653
  1642
#define gaim_request_field_account_set_default_value  purple_request_field_account_set_default_value
Evan@653
  1643
#define gaim_request_field_account_set_value          purple_request_field_account_set_value
Evan@653
  1644
#define gaim_request_field_account_set_show_all       purple_request_field_account_set_show_all
Evan@653
  1645
#define gaim_request_field_account_set_filter         purple_request_field_account_set_filter
Evan@653
  1646
#define gaim_request_field_account_get_default_value  purple_request_field_account_get_default_value
Evan@653
  1647
#define gaim_request_field_account_get_value          purple_request_field_account_get_value
Evan@653
  1648
#define gaim_request_field_account_get_show_all       purple_request_field_account_get_show_all
Evan@653
  1649
#define gaim_request_field_account_get_filter         purple_request_field_account_get_filter
Evan@653
  1650
Evan@653
  1651
#define gaim_request_input              purple_request_input
Evan@653
  1652
#define gaim_request_choice             purple_request_choice
Evan@653
  1653
#define gaim_request_choice_varg        purple_request_choice_varg
Evan@653
  1654
#define gaim_request_action             purple_request_action
Evan@653
  1655
#define gaim_request_action_varg        purple_request_action_varg
Evan@653
  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)
Evan@653
  1657
#define gaim_request_close              purple_request_close
Evan@653
  1658
#define gaim_request_close_with_handle  purple_request_close_with_handle
Evan@653
  1659
Evan@653
  1660
#define gaim_request_yes_no         purple_request_yes_no
Evan@653
  1661
#define gaim_request_ok_cancel      purple_request_ok_cancel
Evan@653
  1662
#define gaim_request_accept_cancel  purple_request_accept_cancel
Evan@653
  1663
Evan@653
  1664
#define gaim_request_file    purple_request_file
Evan@653
  1665
#define gaim_request_folder  purple_request_folder
Evan@653
  1666
Evan@653
  1667
#define gaim_request_set_ui_ops  purple_request_set_ui_ops
Evan@653
  1668
#define gaim_request_get_ui_ops  purple_request_get_ui_ops
Evan@653
  1669
Evan@653
  1670
/* from roomlist.h */
Evan@653
  1671
Evan@653
  1672
#define GaimRoomlist       PurpleRoomlist
Evan@653
  1673
#define GaimRoomlistRoom   PurpleRoomlistRoom
Evan@653
  1674
#define GaimRoomlistField  PurpleRoomlistField
Evan@653
  1675
#define GaimRoomlistUiOps  PurpleRoomlistUiOps
Evan@653
  1676
Evan@653
  1677
#define GAIM_ROOMLIST_ROOMTYPE_CATEGORY  PURPLE_ROOMLIST_ROOMTYPE_CATEGORY
Evan@653
  1678
#define GAIM_ROOMLIST_ROOMTYPE_ROOM      PURPLE_ROOMLIST_ROOMTYPE_ROOM
Evan@653
  1679
#define GaimRoomlistRoomType  PurpleRoomlistRoomType
Evan@653
  1680
Evan@653
  1681
#define GAIM_ROOMLIST_FIELD_BOOL    PURPLE_ROOMLIST_BOOL
Evan@653
  1682
#define GAIM_ROOMLIST_FIELD_INT     PURPLE_ROOMLIST_INT
Evan@653
  1683
#define GAIM_ROOMLIST_FIELD_STRING  PURPLE_ROOMLIST_STRING
Evan@653
  1684
#define GaimRoomlistFieldType  PurpleRoomlistFieldType
Evan@653
  1685
Evan@653
  1686
#define gaim_roomlist_show_with_account  purple_roomlist_show_with_account
Evan@653
  1687
#define gaim_roomlist_new                purple_roomlist_new
Evan@653
  1688
#define gaim_roomlist_ref                purple_roomlist_ref
Evan@653
  1689
#define gaim_roomlist_unref              purple_roomlist_unref
Evan@653
  1690
#define gaim_roomlist_set_fields         purple_roomlist_set_fields
Evan@653
  1691
#define gaim_roomlist_set_in_progress    purple_roomlist_set_in_progress
Evan@653
  1692
#define gaim_roomlist_get_in_progress    purple_roomlist_get_in_progress
Evan@653
  1693
#define gaim_roomlist_room_add           purple_roomlist_room_add
Evan@653
  1694
Evan@653
  1695
#define gaim_roomlist_get_list         purple_roomlist_get_list
Evan@653
  1696
#define gaim_roomlist_cancel_get_list  purple_roomlist_cancel_get_list
Evan@653
  1697
#define gaim_roomlist_expand_category  purple_roomlist_expand_category
Evan@653
  1698
Evan@653
  1699
#define gaim_roomlist_room_new        purple_roomlist_room_new
Evan@653
  1700
#define gaim_roomlist_room_add_field  purple_roomlist_room_add_field
Evan@653
  1701
#define gaim_roomlist_room_join       purple_roomlist_room_join
Evan@653
  1702
#define gaim_roomlist_field_new       purple_roomlist_field_new
Evan@653
  1703
Evan@653
  1704
#define gaim_roomlist_set_ui_ops  purple_roomlist_set_ui_ops
Evan@653
  1705
#define gaim_roomlist_get_ui_ops  purple_roomlist_get_ui_ops
Evan@653
  1706
Evan@653
  1707
/* from savedstatuses.h */
Evan@653
  1708
Evan@653
  1709
#define GaimSavedStatus     PurpleSavedStatus
Evan@653
  1710
#define GaimSavedStatusSub  PurpleSavedStatusSub
Evan@653
  1711
Evan@653
  1712
#define gaim_savedstatus_new              purple_savedstatus_new
Evan@653
  1713
#define gaim_savedstatus_set_title        purple_savedstatus_set_title
Evan@653
  1714
#define gaim_savedstatus_set_type         purple_savedstatus_set_type
Evan@653
  1715
#define gaim_savedstatus_set_message      purple_savedstatus_set_message
Evan@653
  1716
#define gaim_savedstatus_set_substatus    purple_savedstatus_set_substatus
Evan@653
  1717
#define gaim_savedstatus_unset_substatus  purple_savedstatus_unset_substatus
Evan@653
  1718
#define gaim_savedstatus_delete           purple_savedstatus_delete
Evan@653
  1719
Evan@653
  1720
#define gaim_savedstatuses_get_all              purple_savedstatuses_get_all
Evan@653
  1721
#define gaim_savedstatuses_get_popular          purple_savedstatuses_get_popular
Evan@653
  1722
#define gaim_savedstatus_get_current            purple_savedstatus_get_current
Evan@653
  1723
#define gaim_savedstatus_get_default            purple_savedstatus_get_default
Evan@653
  1724
#define gaim_savedstatus_get_idleaway           purple_savedstatus_get_idleaway
Evan@653
  1725
#define gaim_savedstatus_is_idleaway            purple_savedstatus_is_idleaway
Evan@653
  1726
#define gaim_savedstatus_set_idleaway           purple_savedstatus_set_idleaway
Evan@653
  1727
#define gaim_savedstatus_get_startup            purple_savedstatus_get_startup
Evan@653
  1728
#define gaim_savedstatus_find                   purple_savedstatus_find
Evan@653
  1729
#define gaim_savedstatus_find_by_creation_time  purple_savedstatus_find_by_creation_time
Evan@653
  1730
#define gaim_savedstatus_find_transient_by_type_and_message \
Evan@653
  1731
	purple_savedstatus_find_transient_by_type_and_message
Evan@653
  1732
Evan@653
  1733
#define gaim_savedstatus_is_transient           purple_savedstatus_is_transient
Evan@653
  1734
#define gaim_savedstatus_get_title              purple_savedstatus_get_title
Evan@653
  1735
#define gaim_savedstatus_get_type               purple_savedstatus_get_type
Evan@653
  1736
#define gaim_savedstatus_get_message            purple_savedstatus_get_message
Evan@653
  1737
#define gaim_savedstatus_get_creation_time      purple_savedstatus_get_creation_time
Evan@653
  1738
#define gaim_savedstatus_has_substatuses        purple_savedstatus_has_substatuses
Evan@653
  1739
#define gaim_savedstatus_get_substatus          purple_savedstatus_get_substatus
Evan@653
  1740
#define gaim_savedstatus_substatus_get_type     purple_savedstatus_substatus_get_type
Evan@653
  1741
#define gaim_savedstatus_substatus_get_message  purple_savedstatus_substatus_get_message
Evan@653
  1742
#define gaim_savedstatus_activate               purple_savedstatus_activate
Evan@653
  1743
#define gaim_savedstatus_activate_for_account   purple_savedstatus_activate_for_account
Evan@653
  1744
Evan@653
  1745
#define gaim_savedstatuses_get_handle  purple_savedstatuses_get_handle
Evan@653
  1746
#define gaim_savedstatuses_init        purple_savedstatuses_init
Evan@653
  1747
#define gaim_savedstatuses_uninit      purple_savedstatuses_uninit
Evan@653
  1748
Evan@653
  1749
/* from signals.h */
Evan@653
  1750
Evan@653
  1751
#define GAIM_CALLBACK  PURPLE_CALLBACK
Evan@653
  1752
Evan@653
  1753
#define GaimCallback           PurpleCallback
Evan@653
  1754
#define GaimSignalMarshalFunc  PurpleSignalMarshalFunc
Evan@653
  1755
Evan@653
  1756
#define GAIM_SIGNAL_PRIORITY_DEFAULT  PURPLE_SIGNAL_PRIORITY_DEFAULT
Evan@653
  1757
#define GAIM_SIGNAL_PRIORITY_HIGHEST  PURPLE_SIGNAL_PRIORITY_HIGHEST
Evan@653
  1758
#define GAIM_SIGNAL_PRIORITY_LOWEST   PURPLE_SIGNAL_PRIORITY_LOWEST
Evan@653
  1759
Evan@653
  1760
#define gaim_signal_register    purple_signal_register
Evan@653
  1761
#define gaim_signal_unregister  purple_signal_unregister
Evan@653
  1762
Evan@653
  1763
#define gaim_signals_unregister_by_instance  purple_signals_unregister_by_instance
Evan@653
  1764
Evan@653
  1765
#define gaim_signal_get_values              purple_signal_get_values
Evan@653
  1766
#define gaim_signal_connect_priority        purple_signal_connect_priority
Evan@653
  1767
#define gaim_signal_connect                 purple_signal_connect
Evan@653
  1768
#define gaim_signal_connect_priority_vargs  purple_signal_connect_priority_vargs
Evan@653
  1769
#define gaim_signal_connect_vargs           purple_signal_connect_vargs
Evan@653
  1770
#define gaim_signal_disconnect              purple_signal_disconnect
Evan@653
  1771
Evan@653
  1772
#define gaim_signals_disconnect_by_handle  purple_signals_disconnect_by_handle
Evan@653
  1773
Evan@653
  1774
#define gaim_signal_emit                 purple_signal_emit
Evan@653
  1775
#define gaim_signal_emit_vargs           purple_signal_emit_vargs
Evan@653
  1776
#define gaim_signal_emit_return_1        purple_signal_emit_vargs
Evan@653
  1777
#define gaim_signal_emit_vargs_return_1  purple_signal_emit_vargs_return_1
Evan@653
  1778
Evan@653
  1779
#define gaim_signals_init    purple_signals_init
Evan@653
  1780
#define gaim_signals_uninit  purple_signals_uninit
Evan@653
  1781
Evan@653
  1782
#define gaim_marshal_VOID \
Evan@653
  1783
	purple_marshal_VOID
Evan@653
  1784
#define gaim_marshal_VOID__INT \
Evan@653
  1785
	purple_marshal_VOID__INT
Evan@653
  1786
#define gaim_marshal_VOID__INT_INT \
Evan@653
  1787
	purple_marshal_VOID_INT_INT
Evan@653
  1788
#define gaim_marshal_VOID__POINTER \
Evan@653
  1789
	purple_marshal_VOID__POINTER
Evan@653
  1790
#define gaim_marshal_VOID__POINTER_UINT \
Evan@653
  1791
	purple_marshal_VOID__POINTER_UINT
Evan@653
  1792
#define gaim_marshal_VOID__POINTER_INT_INT \
Evan@653
  1793
	purple_marshal_VOID__POINTER_INT_INT
Evan@653
  1794
#define gaim_marshal_VOID__POINTER_POINTER \
Evan@653
  1795
	purple_marshal_VOID__POINTER_POINTER
Evan@653
  1796
#define gaim_marshal_VOID__POINTER_POINTER_UINT \
Evan@653
  1797
	purple_marshal_VOID__POINTER_POINTER_UINT
Evan@653
  1798
#define gaim_marshal_VOID__POINTER_POINTER_UINT_UINT \
Evan@653
  1799
	purple_marshal_VOID__POINTER_POINTER_UINT_UINT
Evan@653
  1800
#define gaim_marshal_VOID__POINTER_POINTER_POINTER \
Evan@653
  1801
	purple_marshal_VOID__POINTER_POINTER_POINTER
Evan@653
  1802
#define gaim_marshal_VOID__POINTER_POINTER_POINTER_POINTER \
Evan@653
  1803
	purple_marshal_VOID__POINTER_POINTER_POINTER_POINTER
Evan@653
  1804
#define gaim_marshal_VOID__POINTER_POINTER_POINTER_POINTER_POINTER \
Evan@653
  1805
	purple_marshal_VOID__POINTER_POINTER_POINTER_POINTER_POINTER
Evan@653
  1806
#define gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT \
Evan@653
  1807
	purple_marshal_VOID__POINTER_POINTER_POINTER_UINT
Evan@653
  1808
#define gaim_marshal_VOID__POINTER_POINTER_POINTER_POINTER_UINT \
Evan@653
  1809
	purple_marshal_VOID__POINTER_POINTER_POINTER_POINTER_UINT
Evan@653
  1810
#define gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT \
Evan@653
  1811
	purple_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT
Evan@653
  1812
Evan@653
  1813
#define gaim_marshal_INT__INT \
Evan@653
  1814
	purple_marshal_INT__INT
Evan@653
  1815
#define gaim_marshal_INT__INT_INT \
Evan@653
  1816
	purple_marshal_INT__INT_INT
Evan@653
  1817
#define gaim_marshal_INT__POINTER_POINTER_POINTER_POINTER_POINTER \
Evan@653
  1818
	purple_marshal_INT__POINTER_POINTER_POINTER_POINTER_POINTER
Evan@653
  1819
Evan@653
  1820
#define gaim_marshal_BOOLEAN__POINTER \
Evan@653
  1821
	purple_marshal_BOOLEAN__POINTER
Evan@653
  1822
#define gaim_marshal_BOOLEAN__POINTER_POINTER \
Evan@653
  1823
	purple_marshal_BOOLEAN__POINTER_POINTER
Evan@653
  1824
#define gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER \
Evan@653
  1825
	purple_marshal_BOOLEAN__POINTER_POINTER_POINTER
Evan@653
  1826
#define gaim_marshal_BOOLEAN__POINTER_POINTER_UINT \
Evan@653
  1827
	purple_marshal_BOOLEAN__POINTER_POINTER_UINT
Evan@653
  1828
#define gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_UINT \
Evan@653
  1829
	purple_marshal_BOOLEAN__POINTER_POINTER_POINTER_UINT
Evan@653
  1830
#define gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER \
Evan@653
  1831
	purple_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER
Evan@653
  1832
#define gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER_POINTER \
Evan@653
  1833
	purple_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER_POINTER
Evan@653
  1834
Evan@653
  1835
#define gaim_marshal_BOOLEAN__INT_POINTER \
Evan@653
  1836
	purple_marshal_BOOLEAN__INT_POINTER
Evan@653
  1837
Evan@653
  1838
#define gaim_marshal_POINTER__POINTER_INT \
Evan@653
  1839
	purple_marshal_POINTER__POINTER_INT
Evan@653
  1840
#define gaim_marshal_POINTER__POINTER_INT64 \
Evan@653
  1841
	purple_marshal_POINTER__POINTER_INT64
Evan@653
  1842
#define gaim_marshal_POINTER__POINTER_INT_BOOLEAN \
Evan@653
  1843
	purple_marshal_POINTER__POINTER_INT_BOOLEAN
Evan@653
  1844
#define gaim_marshal_POINTER__POINTER_INT64_BOOLEAN \
Evan@653
  1845
	purple_marshal_POINTER__POINTER_INT64_BOOLEAN
Evan@653
  1846
#define gaim_marshal_POINTER__POINTER_POINTER \
Evan@653
  1847
	purple_marshal_POINTER__POINTER_POINTER
Evan@653
  1848
Evan@653
  1849
/* from sound.h */
Evan@653
  1850
Evan@653
  1851
#define GAIM_SOUND_BUDDY_ARRIVE    PURPLE_SOUND_BUDDY_ARRIVE
Evan@653
  1852
#define GAIM_SOUND_BUDDY_LEAVE     PURPLE_SOUND_BUDDY_LEAVE
Evan@653
  1853
#define GAIM_SOUND_RECEIVE         PURPLE_SOUND_RECEIVE
Evan@653
  1854
#define GAIM_SOUND_FIRST_RECEIVE   PURPLE_SOUND_FIRST_RECEIVE
Evan@653
  1855
#define GAIM_SOUND_SEND            PURPLE_SOUND_SEND
Evan@653
  1856
#define GAIM_SOUND_CHAT_JOIN       PURPLE_SOUND_CHAT_JOIN
Evan@653
  1857
#define GAIM_SOUND_CHAT_LEAVE      PURPLE_SOUND_CHAT_LEAVE
Evan@653
  1858
#define GAIM_SOUND_CHAT_YOU_SAY    PURPLE_SOUND_CHAT_YOU_SAY
Evan@653
  1859
#define GAIM_SOUND_CHAT_SAY        PURPLE_SOUND_CHAT_SAY
Evan@653
  1860
#define GAIM_SOUND_POUNCE_DEFAULT  PURPLE_SOUND_POUNCE_DEFAULT
Evan@653
  1861
#define GAIM_SOUND_CHAT_NICK       PURPLE_SOUND_CHAT_NICK
Evan@653
  1862
#define GAIM_NUM_SOUNDS            PURPLE_NUM_SOUNDS
Evan@653
  1863
#define GaimSoundEventID  PurpleSoundEventID
Evan@653
  1864
Evan@653
  1865
#define GaimSoundUiOps  PurpleSoundUiOps
Evan@653
  1866
Evan@653
  1867
#define gaim_sound_play_file   purple_sound_play_file
Evan@653
  1868
#define gaim_sound_play_event  purple_sound_play_event
Evan@653
  1869
#define gaim_sound_set_ui_ops  purple_sound_set_ui_ops
Evan@653
  1870
#define gaim_sound_get_ui_ops  purple_sound_get_ui_ops
Evan@653
  1871
#define gaim_sound_init        purple_sound_init
Evan@653
  1872
#define gaim_sound_uninit      purple_sound_uninit
Evan@653
  1873
Evan@653
  1874
#define gaim_sounds_get_handle  purple_sounds_get_handle
Evan@653
  1875
Evan@653
  1876
/* from sslconn.h */
Evan@653
  1877
Evan@653
  1878
#define GAIM_SSL_DEFAULT_PORT  PURPLE_SSL_DEFAULT_PORT
Evan@653
  1879
Evan@653
  1880
#define GAIM_SSL_HANDSHAKE_FAILED  PURPLE_SSL_HANDSHAKE_FAILED
Evan@653
  1881
#define GAIM_SSL_CONNECT_FAILED    PURPLE_SSL_CONNECT_FAILED
Evan@653
  1882
#define GaimSslErrorType  PurpleSslErrorType
Evan@653
  1883
Evan@653
  1884
#define GaimSslConnection  PurpleSslConnection
Evan@653
  1885
Evan@653
  1886
#define GaimSslInputFunction  PurpleSslInputFunction
Evan@653
  1887
#define GaimSslErrorFunction  PurpleSslErrorFunction
Evan@653
  1888
Evan@653
  1889
#define GaimSslOps  PurpleSslOps
Evan@653
  1890
Evan@653
  1891
#define gaim_ssl_is_supported  purple_ssl_is_supported
Evan@653
  1892
#define gaim_ssl_connect       purple_ssl_connect
Evan@653
  1893
#define gaim_ssl_connect_fd    purple_ssl_connect_fd
Evan@653
  1894
#define gaim_ssl_input_add     purple_ssl_input_add
Evan@653
  1895
#define gaim_ssl_close         purple_ssl_close
Evan@653
  1896
#define gaim_ssl_read          purple_ssl_read
Evan@653
  1897
#define gaim_ssl_write         purple_ssl_write
Evan@653
  1898
Evan@653
  1899
#define gaim_ssl_set_ops  purple_ssl_set_ops
Evan@653
  1900
#define gaim_ssl_get_ops  purple_ssl_get_ops
Evan@653
  1901
#define gaim_ssl_init     purple_ssl_init
Evan@653
  1902
#define gaim_ssl_uninit   purple_ssl_uninit
Evan@653
  1903
Evan@653
  1904
/* from status.h */
Evan@653
  1905
Evan@653
  1906
#define GaimStatusType  PurpleStatusType
Evan@653
  1907
#define GaimStatusAttr  PurpleStatusAttr
Evan@653
  1908
#define GaimPresence    PurplePresence
Evan@653
  1909
#define GaimStatus      PurpleStatus
Evan@653
  1910
Evan@653
  1911
#define GAIM_PRESENCE_CONTEXT_UNSET    PURPLE_PRESENCE_CONTEXT_UNSET
Evan@653
  1912
#define GAIM_PRESENCE_CONTEXT_ACCOUNT  PURPLE_PRESENCE_CONTEXT_ACCOUNT
Evan@653
  1913
#define GAIM_PRESENCE_CONTEXT_CONV     PURPLE_PRESENCE_CONTEXT_CONV
Evan@653
  1914
#define GAIM_PRESENCE_CONTEXT_BUDDY    PURPLE_PRESENCE_CONTEXT_BUDDY
Evan@653
  1915
#define GaimPresenceContext  PurplePresenceContext
Evan@653
  1916
Evan@653
  1917
#define GAIM_STATUS_UNSET           PURPLE_STATUS_UNSET
Evan@653
  1918
#define GAIM_STATUS_OFFLINE         PURPLE_STATUS_OFFLINE
Evan@653
  1919
#define GAIM_STATUS_AVAILABLE       PURPLE_STATUS_AVAILABLE
Evan@653
  1920
#define GAIM_STATUS_UNAVAILABLE     PURPLE_STATUS_UNAVAILABLE
Evan@653
  1921
#define GAIM_STATUS_INVISIBLE       PURPLE_STATUS_INVISIBLE
Evan@653
  1922
#define GAIM_STATUS_AWAY            PURPLE_STATUS_AWAY
Evan@653
  1923
#define GAIM_STATUS_EXTENDED_AWAY   PURPLE_STATUS_EXTENDED_AWAY
Evan@653
  1924
#define GAIM_STATUS_MOBILE          PURPLE_STATUS_MOBILE
Evan@653
  1925
#define GAIM_STATUS_NUM_PRIMITIVES  PURPLE_STATUS_NUM_PRIMITIVES
Evan@653
  1926
#define GaimStatusPrimitive  PurpleStatusPrimitive
Evan@653
  1927
Evan@653
  1928
#define gaim_primitive_get_id_from_type    purple_primitive_get_id_from_type
Evan@653
  1929
#define gaim_primitive_get_name_from_type  purple_primitive_get_name_from_type
Evan@653
  1930
#define gaim_primitive_get_type_from_id    purple_primitive_get_type_from_id
Evan@653
  1931
Evan@653
  1932
#define gaim_status_type_new_full          purple_status_type_new_full
Evan@653
  1933
#define gaim_status_type_new               purple_status_type_new
Evan@653
  1934
#define gaim_status_type_new_with_attrs    purple_status_type_new_with_attrs
Evan@653
  1935
#define gaim_status_type_destroy           purple_status_type_destroy
Evan@653
  1936
#define gaim_status_type_set_primary_attr  purple_status_type_set_primary_attr
Evan@653
  1937
#define gaim_status_type_add_attr          purple_status_type_add_attr
Evan@653
  1938
#define gaim_status_type_add_attrs         purple_status_type_add_attrs
Evan@653
  1939
#define gaim_status_type_add_attrs_vargs   purple_status_type_add_attrs_vargs
Evan@653
  1940
#define gaim_status_type_get_primitive     purple_status_type_get_primitive
Evan@653
  1941
#define gaim_status_type_get_id            purple_status_type_get_id
Evan@653
  1942
#define gaim_status_type_get_name          purple_status_type_get_name
Evan@653
  1943
#define gaim_status_type_is_saveable       purple_status_type_is_saveable
Evan@653
  1944
#define gaim_status_type_is_user_settable  purple_status_type_is_user_settable
Evan@653
  1945
#define gaim_status_type_is_independent    purple_status_type_is_independent
Evan@653
  1946
#define gaim_status_type_is_exclusive      purple_status_type_is_exclusive
Evan@653
  1947
#define gaim_status_type_is_available      purple_status_type_is_available
Evan@653
  1948
#define gaim_status_type_get_primary_attr  purple_status_type_get_primary_attr
Evan@653
  1949
#define gaim_status_type_get_attr          purple_status_type_get_attr
Evan@653
  1950
#define gaim_status_type_get_attrs         purple_status_type_get_attrs
Evan@653
  1951
#define gaim_status_type_find_with_id      purple_status_type_find_with_id
Evan@653
  1952
Evan@653
  1953
#define gaim_status_attr_new        purple_status_attr_new
Evan@653
  1954
#define gaim_status_attr_destroy    purple_status_attr_destroy
Evan@653
  1955
#define gaim_status_attr_get_id     purple_status_attr_get_id
Evan@653
  1956
#define gaim_status_attr_get_name   purple_status_attr_get_name
Evan@653
  1957
#define gaim_status_attr_get_value  purple_status_attr_get_value
Evan@653
  1958
Evan@653
  1959
#define gaim_status_new                         purple_status_new
Evan@653
  1960
#define gaim_status_destroy                     purple_status_destroy
Evan@653
  1961
#define gaim_status_set_active                  purple_status_set_active
Evan@653
  1962
#define gaim_status_set_active_with_attrs       purple_status_set_active_with_attrs
Evan@653
  1963
#define gaim_status_set_active_with_attrs_list  purple_status_set_active_with_attrs_list
Evan@653
  1964
#define gaim_status_set_attr_boolean            purple_status_set_attr_boolean
Evan@653
  1965
#define gaim_status_set_attr_int                purple_status_set_attr_int
Evan@653
  1966
#define gaim_status_set_attr_string             purple_status_set_attr_string
Evan@653
  1967
#define gaim_status_get_type                    purple_status_get_type
Evan@653
  1968
#define gaim_status_get_presence                purple_status_get_presence
Evan@653
  1969
#define gaim_status_get_id                      purple_status_get_id
Evan@653
  1970
#define gaim_status_get_name                    purple_status_get_name
Evan@653
  1971
#define gaim_status_is_independent              purple_status_is_independent
Evan@653
  1972
#define gaim_status_is_exclusive                purple_status_is_exclusive
Evan@653
  1973
#define gaim_status_is_available                purple_status_is_available
Evan@653
  1974
#define gaim_status_is_active                   purple_status_is_active
Evan@653
  1975
#define gaim_status_is_online                   purple_status_is_online
Evan@653
  1976
#define gaim_status_get_attr_value              purple_status_get_attr_value
Evan@653
  1977
#define gaim_status_get_attr_boolean            purple_status_get_attr_boolean
Evan@653
  1978
#define gaim_status_get_attr_int                purple_status_get_attr_int
Evan@653
  1979
#define gaim_status_get_attr_string             purple_status_get_attr_string
Evan@653
  1980
#define gaim_status_compare                     purple_status_compare
Evan@653
  1981
Evan@653
  1982
#define gaim_presence_new                purple_presence_new
Evan@653
  1983
#define gaim_presence_new_for_account    purple_presence_new_for_account
Evan@653
  1984
#define gaim_presence_new_for_conv       purple_presence_new_for_conv
Evan@653
  1985
#define gaim_presence_new_for_buddy      purple_presence_new_for_buddy
Evan@653
  1986
#define gaim_presence_destroy            purple_presence_destroy
Evan@653
  1987
#define gaim_presence_add_status         purple_presence_add_status
Evan@653
  1988
#define gaim_presence_add_list           purple_presence_add_list
Evan@653
  1989
#define gaim_presence_set_status_active  purple_presence_set_status_active
Evan@653
  1990
#define gaim_presence_switch_status      purple_presence_switch_status
Evan@653
  1991
#define gaim_presence_set_idle           purple_presence_set_idle
Evan@653
  1992
#define gaim_presence_set_login_time     purple_presence_set_login_time
Evan@653
  1993
#define gaim_presence_get_context        purple_presence_get_context
Evan@653
  1994
#define gaim_presence_get_account        purple_presence_get_account
Evan@653
  1995
#define gaim_presence_get_conversation   purple_presence_get_conversation
Evan@653
  1996
#define gaim_presence_get_chat_user      purple_presence_get_chat_user
Evan@653
  1997
#define gaim_presence_get_statuses       purple_presence_get_statuses
Evan@653
  1998
#define gaim_presence_get_status         purple_presence_get_status
Evan@653
  1999
#define gaim_presence_get_active_status  purple_presence_get_active_status
Evan@653
  2000
#define gaim_presence_is_available       purple_presence_is_available
Evan@653
  2001
#define gaim_presence_is_online          purple_presence_is_online
Evan@653
  2002
#define gaim_presence_is_status_active   purple_presence_is_status_active
Evan@653
  2003
#define gaim_presence_is_status_primitive_active \
Evan@653
  2004
	purple_presence_is_status_primitive_active
Evan@653
  2005
#define gaim_presence_is_idle            purple_presence_is_idle
Evan@653
  2006
#define gaim_presence_get_idle_time      purple_presence_get_idle_time
Evan@653
  2007
#define gaim_presence_get_login_time     purple_presence_get_login_time
Evan@653
  2008
#define gaim_presence_compare            purple_presence_compare
Evan@653
  2009
Evan@653
  2010
#define gaim_status_get_handle  purple_status_get_handle
Evan@653
  2011
#define gaim_status_init        purple_status_init
Evan@653
  2012
#define gaim_status_uninit      purple_status_uninit
Evan@653
  2013
Evan@653
  2014
/* from stringref.h */
Evan@653
  2015
Evan@653
  2016
#define GaimStringref  PurpleStringref
Evan@653
  2017
Evan@653
  2018
#define gaim_stringref_new        purple_stringref_new
Evan@653
  2019
#define gaim_stringref_new_noref  purple_stringref_new_noref
Evan@653
  2020
#define gaim_stringref_printf     purple_stringref_printf
Evan@653
  2021
#define gaim_stringref_ref        purple_stringref_ref
Evan@653
  2022
#define gaim_stringref_unref      purple_stringref_unref
Evan@653
  2023
#define gaim_stringref_value      purple_stringref_value
Evan@653
  2024
#define gaim_stringref_cmp        purple_stringref_cmp
Evan@653
  2025
#define gaim_stringref_len        purple_stringref_len
Evan@653
  2026
Evan@653
  2027
/* from stun.h */
Evan@653
  2028
Evan@653
  2029
#define GaimStunNatDiscovery  PurpleStunNatDiscovery
Evan@653
  2030
Evan@653
  2031
#define GAIM_STUN_STATUS_UNDISCOVERED  PURPLE_STUN_STATUS_UNDISCOVERED
Evan@653
  2032
#define GAIM_STUN_STATUS_UNKNOWN       PURPLE_STUN_STATUS_UNKNOWN
Evan@653
  2033
#define GAIM_STUN_STATUS_DISCOVERING   PURPLE_STUN_STATUS_DISCOVERING
Evan@653
  2034
#define GAIM_STUN_STATUS_DISCOVERED    PURPLE_STUN_STATUS_DISCOVERED
Evan@653
  2035
#define GaimStunStatus  PurpleStunStatus
Evan@653
  2036
Evan@653
  2037
#define GAIM_STUN_NAT_TYPE_PUBLIC_IP             PURPLE_STUN_NAT_TYPE_PUBLIC_IP
Evan@653
  2038
#define GAIM_STUN_NAT_TYPE_UNKNOWN_NAT           PURPLE_STUN_NAT_TYPE_UNKNOWN_NAT
Evan@653
  2039
#define GAIM_STUN_NAT_TYPE_FULL_CONE             PURPLE_STUN_NAT_TYPE_FULL_CONE
Evan@653
  2040
#define GAIM_STUN_NAT_TYPE_RESTRICTED_CONE       PURPLE_STUN_NAT_TYPE_RESTRICTED_CONE
Evan@653
  2041
#define GAIM_STUN_NAT_TYPE_PORT_RESTRICTED_CONE  PURPLE_STUN_NAT_TYPE_PORT_RESTRICTED_CONE
Evan@653
  2042
#define GAIM_STUN_NAT_TYPE_SYMMETRIC             PURPLE_STUN_NAT_TYPE_SYMMETRIC
Evan@653
  2043
#define GaimStunNatType  PurpleStunNatType
Evan@653
  2044
Evan@653
  2045
/* why didn't this have a Gaim prefix before? */
Evan@653
  2046
#define StunCallback  PurpleStunCallback
Evan@653
  2047
Evan@653
  2048
#define gaim_stun_discover  purple_stun_discover
Evan@653
  2049
#define gaim_stun_init      purple_stun_init
Evan@653
  2050
Evan@653
  2051
/* from upnp.h */
Evan@653
  2052
Evan@653
  2053
/* suggested rename: PurpleUPnpMappingHandle */
Evan@653
  2054
#define UPnPMappingAddRemove  PurpleUPnPMappingAddRemove
Evan@653
  2055
Evan@653
  2056
#define GaimUPnPCallback  PurpleUPnPCallback
Evan@653
  2057
Evan@653
  2058
#define gaim_upnp_discover             purple_upnp_discover
Evan@653
  2059
#define gaim_upnp_get_public_ip        purple_upnp_get_public_ip
Evan@653
  2060
#define gaim_upnp_cancel_port_mapping  purple_upnp_cancel_port_mapping
Evan@653
  2061
#define gaim_upnp_set_port_mapping     purple_upnp_set_port_mapping
Evan@653
  2062
Evan@653
  2063
#define gaim_upnp_remove_port_mapping  purple_upnp_remove_port_mapping
Evan@653
  2064
Evan@653
  2065
/* from util.h */
Evan@653
  2066
Evan@653
  2067
#define GaimUtilFetchUrlData  PurpleUtilFetchUrlData
Evan@653
  2068
#define GaimMenuAction        PurpleMenuAction
Evan@653
  2069
Evan@653
  2070
#define GaimInfoFieldFormatCallback  PurpleIntoFieldFormatCallback
Evan@653
  2071
Evan@653
  2072
#define GaimKeyValuePair  PurpleKeyValuePair
Evan@653
  2073
Evan@653
  2074
#define gaim_menu_action_new   purple_menu_action_new
Evan@653
  2075
#define gaim_menu_action_free  purple_menu_action_free
Evan@653
  2076
Evan@653
  2077
#define gaim_base16_encode   purple_base16_encode
Evan@653
  2078
#define gaim_base16_decode   purple_base16_decode
Evan@653
  2079
#define gaim_base64_encode   purple_base64_encode
Evan@653
  2080
#define gaim_base64_decode   purple_base64_decode
Evan@653
  2081
#define gaim_quotedp_decode  purple_quotedp_decode
Evan@653
  2082
Evan@653
  2083
#define gaim_mime_decode_field  purple_mime_deco_field
Evan@653
  2084
Evan@653
  2085
#define gaim_utf8_strftime      purple_utf8_strftime
Evan@653
  2086
#define gaim_date_format_short  purple_date_format_short
Evan@653
  2087
#define gaim_date_format_long   purple_date_format_long
Evan@653
  2088
#define gaim_date_format_full   purple_date_format_full
Evan@653
  2089
#define gaim_time_format        purple_time_format
Evan@653
  2090
#define gaim_time_build         purple_time_build
Evan@653
  2091
Evan@653
  2092
#define GAIM_NO_TZ_OFF  PURPLE_NO_TZ_OFF
Evan@653
  2093
Evan@653
  2094
#define gaim_str_to_time  purple_str_to_time
Evan@653
  2095
Evan@653
  2096
#define gaim_markup_find_tag            purple_markup_find_tag
Evan@653
  2097
#define gaim_markup_extract_info_field  purple_markup_extract_info_field
Evan@653
  2098
#define gaim_markup_html_to_xhtml       purple_markup_html_to_xhtml
Evan@653
  2099
#define gaim_markup_strip_html          purple_markup_strip_html
Evan@653
  2100
#define gaim_markup_linkify             purple_markup_linkify
Evan@653
  2101
#define gaim_markup_slice               purple_markup_slice
Evan@653
  2102
#define gaim_markup_get_tag_name        purple_markup_get_tag_name
Evan@653
  2103
#define gaim_unescape_html              purple_unescape_html
Evan@653
  2104
Evan@653
  2105
#define gaim_home_dir  purple_home_dir
Evan@653
  2106
#define gaim_user_dir  purple_user_dir
Evan@653
  2107
Evan@653
  2108
#define gaim_util_set_user_dir  purple_util_set_user_dir
Evan@653
  2109
Evan@653
  2110
#define gaim_build_dir  purple_build_dir
Evan@653
  2111
Evan@653
  2112
#define gaim_util_write_data_to_file  purple_util_write_data_to_file
Evan@653
  2113
Evan@653
  2114
#define gaim_util_read_xml_from_file  purple_util_read_xml_from_file
Evan@653
  2115
Evan@653
  2116
#define gaim_mkstemp  purple_mkstemp
Evan@653
  2117
Evan@653
  2118
#define gaim_program_is_valid  purple_program_is_valid
Evan@653
  2119
Evan@653
  2120
#define gaim_running_gnome  purple_running_gnome
Evan@653
  2121
#define gaim_running_kde    purple_running_kde
Evan@653
  2122
#define gaim_running_osx    purple_running_osx
Evan@653
  2123
Evan@653
  2124
#define gaim_fd_get_ip  purple_fd_get_ip
Evan@653
  2125
Evan@653
  2126
#define gaim_normalize         purple_normalize
Evan@653
  2127
#define gaim_normalize_nocase  purple_normalize_nocase
Evan@653
  2128
Evan@653
  2129
#define gaim_strdup_withhtml  purple_strdup_withhtml
Evan@653
  2130
Evan@653
  2131
#define gaim_str_has_prefix  purple_str_has_prefix
Evan@653
  2132
#define gaim_str_has_suffix  purple_str_has_suffix
Evan@653
  2133
#define gaim_str_add_cr      purple_str_add_cr
Evan@653
  2134
#define gaim_str_strip_char  purple_str_strip_char
Evan@653
  2135
Evan@653
  2136
#define gaim_util_chrreplace  purple_util_chrreplace
Evan@653
  2137
Evan@653
  2138
#define gaim_strreplace  purple_strreplace
Evan@653
  2139
Evan@653
  2140
#define gaim_utf8_ncr_encode  purple_utf8_ncr_encode
Evan@653
  2141
#define gaim_utf8_ncr_decode  purple_utf8_ncr_decode
Evan@653
  2142
Evan@653
  2143
#define gaim_strcasereplace  purple_strcasereplace
Evan@653
  2144
#define gaim_strcasestr      purple_strcasestr
Evan@653
  2145
Evan@653
  2146
#define gaim_str_size_to_units      purple_str_size_to_units
Evan@653
  2147
#define gaim_str_seconds_to_string  purple_str_seconds_to_string
Evan@653
  2148
#define gaim_str_binary_to_ascii    purple_str_binary_to_ascii
Evan@653
  2149
Evan@653
  2150
Evan@653
  2151
#define gaim_got_protocol_handler_uri  purple_got_protocol_handler_uri
Evan@653
  2152
Evan@653
  2153
#define gaim_url_parse  purple_url_parse
Evan@653
  2154
Evan@653
  2155
#define GaimUtilFetchUrlCallback  PurpleUtilFetchUrlCallback
Evan@653
  2156
#define gaim_util_fetch_url          purple_util_fetch_url
Evan@653
  2157
#define gaim_util_fetch_url_request  purple_util_fetch_url_request
Evan@653
  2158
#define gaim_util_fetch_url_cancel   purple_util_fetch_url_cancel
Evan@653
  2159
Evan@653
  2160
#define gaim_url_decode  purple_url_decode
Evan@653
  2161
#define gaim_url_encode  purple_url_encode
Evan@653
  2162
Evan@653
  2163
#define gaim_email_is_valid  purple_email_is_valid
Evan@653
  2164
Evan@653
  2165
#define gaim_uri_list_extract_uris       purple_uri_list_extract_uris
Evan@653
  2166
#define gaim_uri_list_extract_filenames  purple_uri_list_extract_filenames
Evan@653
  2167
Evan@653
  2168
#define gaim_utf8_try_convert  purple_utf8_try_convert
Evan@653
  2169
#define gaim_utf8_salvage      purple_utf8_salvage
Evan@653
  2170
#define gaim_utf8_strcasecmp   purple_utf8_strcasecmp
Evan@653
  2171
#define gaim_utf8_has_word     purple_utf8_has_word
Evan@653
  2172
Evan@653
  2173
#define gaim_print_utf8_to_console  purple_print_utf8_to_console
Evan@653
  2174
Evan@653
  2175
#define gaim_message_meify  purple_message_meify
Evan@653
  2176
Evan@653
  2177
#define gaim_text_strip_mnemonic  purple_text_strip_mnemonic
Evan@653
  2178
Evan@653
  2179
#define gaim_unescape_filename  purple_unescape_filename
Evan@653
  2180
#define gaim_escape_filename    purple_escape_filename
Evan@653
  2181
Evan@653
  2182
/* from value.h */
Evan@653
  2183
Evan@653
  2184
#define GAIM_TYPE_UNKNOWN  PURPLE_TYPE_UNKNOWN
Evan@653
  2185
#define GAIM_TYPE_SUBTYPE  PURPLE_TYPE_SUBTYPE
Evan@653
  2186
#define GAIM_TYPE_CHAR     PURPLE_TYPE_CHAR
Evan@653
  2187
#define GAIM_TYPE_UCHAR    PURPLE_TYPE_UCHAR
Evan@653
  2188
#define GAIM_TYPE_BOOLEAN  PURPLE_TYPE_BOOLEAN
Evan@653
  2189
#define GAIM_TYPE_SHORT    PURPLE_TYPE_SHORT
Evan@653
  2190
#define GAIM_TYPE_USHORT   PURPLE_TYPE_USHORT
Evan@653
  2191
#define GAIM_TYPE_INT      PURPLE_TYPE_INT
Evan@653
  2192
#define GAIM_TYPE_UINT     PURPLE_TYPE_UINT
Evan@653
  2193
#define GAIM_TYPE_LONG     PURPLE_TYPE_LONG
Evan@653
  2194
#define GAIM_TYPE_ULONG    PURPLE_TYPE_ULONG
Evan@653
  2195
#define GAIM_TYPE_INT64    PURPLE_TYPE_INT64
Evan@653
  2196
#define GAIM_TYPE_UINT64   PURPLE_TYPE_UINT64
Evan@653
  2197
#define GAIM_TYPE_STRING   PURPLE_TYPE_STRING
Evan@653
  2198
#define GAIM_TYPE_OBJECT   PURPLE_TYPE_OBJECT
Evan@653
  2199
#define GAIM_TYPE_POINTER  PURPLE_TYPE_POINTER
Evan@653
  2200
#define GAIM_TYPE_ENUM     PURPLE_TYPE_ENUM
Evan@653
  2201
#define GAIM_TYPE_BOXED    PURPLE_TYPE_BOXED
Evan@653
  2202
#define GaimType  PurpleType
Evan@653
  2203
Evan@653
  2204
Evan@653
  2205
#define GAIM_SUBTYPE_UNKNOWN       PURPLE_SUBTYPE_UNKNOWN
Evan@653
  2206
#define GAIM_SUBTYPE_ACCOUNT       PURPLE_SUBTYPE_ACCOUNT
Evan@653
  2207
#define GAIM_SUBTYPE_BLIST         PURPLE_SUBTYPE_BLIST
Evan@653
  2208
#define GAIM_SUBTYPE_BLIST_BUDDY   PURPLE_SUBTYPE_BLIST_BUDDY
Evan@653
  2209
#define GAIM_SUBTYPE_BLIST_GROUP   PURPLE_SUBTYPE_BLIST_GROUP
Evan@653
  2210
#define GAIM_SUBTYPE_BLIST_CHAT    PURPLE_SUBTYPE_BLIST_CHAT
Evan@653
  2211
#define GAIM_SUBTYPE_BUDDY_ICON    PURPLE_SUBTYPE_BUDDY_ICON
Evan@653
  2212
#define GAIM_SUBTYPE_CONNECTION    PURPLE_SUBTYPE_CONNECTION
Evan@653
  2213
#define GAIM_SUBTYPE_CONVERSATION  PURPLE_SUBTYPE_CONVERSATION
Evan@653
  2214
#define GAIM_SUBTYPE_PLUGIN        PURPLE_SUBTYPE_PLUGIN
Evan@653
  2215
#define GAIM_SUBTYPE_BLIST_NODE    PURPLE_SUBTYPE_BLIST_NODE
Evan@653
  2216
#define GAIM_SUBTYPE_CIPHER        PURPLE_SUBTYPE_CIPHER
Evan@653
  2217
#define GAIM_SUBTYPE_STATUS        PURPLE_SUBTYPE_STATUS
Evan@653
  2218
#define GAIM_SUBTYPE_LOG           PURPLE_SUBTYPE_LOG
Evan@653
  2219
#define GAIM_SUBTYPE_XFER          PURPLE_SUBTYPE_XFER
Evan@653
  2220
#define GAIM_SUBTYPE_SAVEDSTATUS   PURPLE_SUBTYPE_SAVEDSTATUS
Evan@653
  2221
#define GAIM_SUBTYPE_XMLNODE       PURPLE_SUBTYPE_XMLNODE
Evan@653
  2222
#define GAIM_SUBTYPE_USERINFO      PURPLE_SUBTYPE_USERINFO
Evan@653
  2223
#define GaimSubType  PurpleSubType
Evan@653
  2224
Evan@653
  2225
#define GaimValue  PurpleValue
Evan@653
  2226
Evan@653
  2227
#define gaim_value_new                purple_value_new
Evan@653
  2228
#define gaim_value_new_outgoing       purple_value_new_outgoing
Evan@653
  2229
#define gaim_value_destroy            purple_value_destroy
Evan@653
  2230
#define gaim_value_dup                purple_value_dup
Evan@653
  2231
#define gaim_value_purple_buddy_icon_get_extensionget_type           purple_value_get_type
Evan@653
  2232
#define gaim_value_get_subtype        purple_value_get_subtype
Evan@653
  2233
#define gaim_value_get_specific_type  purple_value_get_specific_type
Evan@653
  2234
#define gaim_value_is_outgoing        purple_value_is_outgoing
Evan@653
  2235
#define gaim_value_set_char           purple_value_set_char
Evan@653
  2236
#define gaim_value_set_uchar          purple_value_set_uchar
Evan@653
  2237
#define gaim_value_set_boolean        purple_value_set_boolean
Evan@653
  2238
#define gaim_value_set_short          purple_value_set_short
Evan@653
  2239
#define gaim_value_set_ushort         purple_value_set_ushort
Evan@653
  2240
#define gaim_value_set_int            purple_value_set_int
Evan@653
  2241
#define gaim_value_set_uint           purple_value_set_uint
Evan@653
  2242
#define gaim_value_set_long           purple_value_set_long
Evan@653
  2243
#define gaim_value_set_ulong          purple_value_set_ulong
Evan@653
  2244
#define gaim_value_set_int64          purple_value_set_int64
Evan@653
  2245
#define gaim_value_set_uint64         purple_value_set_uint64
Evan@653
  2246
#define gaim_value_set_string         purple_value_set_string
Evan@653
  2247
#define gaim_value_set_object         purple_value_set_object
Evan@653
  2248
#define gaim_value_set_pointer        purple_value_set_pointer
Evan@653
  2249
#define gaim_value_set_enum           purple_value_set_enum
Evan@653
  2250
#define gaim_value_set_boxed          purple_value_set_boxed
Evan@653
  2251
#define gaim_value_get_char           purple_value_get_char
Evan@653
  2252
#define gaim_value_get_uchar          purple_value_get_uchar
Evan@653
  2253
#define gaim_value_get_boolean        purple_value_get_boolean
Evan@653
  2254
#define gaim_value_get_short          purple_value_get_short
Evan@653
  2255
#define gaim_value_get_ushort         purple_value_get_ushort
Evan@653
  2256
#define gaim_value_get_int            purple_value_get_int
Evan@653
  2257
#define gaim_value_get_uint           purple_value_get_uint
Evan@653
  2258
#define gaim_value_get_long           purple_value_get_long
Evan@653
  2259
#define gaim_value_get_ulong          purple_value_get_ulong
Evan@653
  2260
#define gaim_value_get_int64          purple_value_get_int64
Evan@653
  2261
#define gaim_value_get_uint64         purple_value_get_uint64
Evan@653
  2262
#define gaim_value_get_string         purple_value_get_string
Evan@653
  2263
#define gaim_value_get_object         purple_value_get_object
Evan@653
  2264
#define gaim_value_get_pointer        purple_value_get_pointer
Evan@653
  2265
#define gaim_value_get_enum           purple_value_get_enum
Evan@653
  2266
#define gaim_value_get_boxed          purple_value_get_boxed
Evan@653
  2267
Evan@653
  2268
/* from version.h */
Evan@653
  2269
Evan@653
  2270
#define GAIM_MAJOR_VERSION  PURPLE_MAJOR_VERSION
Evan@653
  2271
#define GAIM_MINOR_VERSION  PURPLE_MINOR_VERSION
Evan@653
  2272
#define GAIM_MICRO_VERSION  PURPLE_MICRO_VERSION
Evan@653
  2273
Evan@653
  2274
#define GAIM_VERSION_CHECK  PURPLE_VERSION_CHECK
Evan@653
  2275
Evan@653
  2276
/* from whiteboard.h */
Evan@653
  2277
Evan@653
  2278
#define GaimWhiteboardPrplOps  PurpleWhiteboardPrplOps
Evan@653
  2279
#define GaimWhiteboard         PurpleWhiteboard
Evan@653
  2280
#define GaimWhiteboardUiOps    PurpleWhiteboardUiOps
Evan@653
  2281
Evan@653
  2282
#define gaim_whiteboard_set_ui_ops    purple_whiteboard_set_ui_ops
Evan@653
  2283
#define gaim_whiteboard_set_prpl_ops  purple_whiteboard_set_prpl_ops
Evan@653
  2284
Evan@653
  2285
#define gaim_whiteboard_create             purple_whiteboard_create
Evan@653
  2286
#define gaim_whiteboard_destroy            purple_whiteboard_destroy
Evan@653
  2287
#define gaim_whiteboard_start              purple_whiteboard_start
Evan@653
  2288
#define gaim_whiteboard_get_session        purple_whiteboard_get_session
Evan@653
  2289
#define gaim_whiteboard_draw_list_destroy  purple_whiteboard_draw_list_destroy
Evan@653
  2290
#define gaim_whiteboard_get_dimensions     purple_whiteboard_get_dimensions
Evan@653
  2291
#define gaim_whiteboard_set_dimensions     purple_whiteboard_set_dimensions
Evan@653
  2292
#define gaim_whiteboard_draw_point         purple_whiteboard_draw_point
Evan@653
  2293
#define gaim_whiteboard_send_draw_list     purple_whiteboard_send_draw_list
Evan@653
  2294
#define gaim_whiteboard_draw_line          purple_whiteboard_draw_line
Evan@653
  2295
#define gaim_whiteboard_clear              purple_whiteboard_clear
Evan@653
  2296
#define gaim_whiteboard_send_clear         purple_whiteboard_send_clear
Evan@653
  2297
#define gaim_whiteboard_send_brush         purple_whiteboard_send_brush
Evan@653
  2298
#define gaim_whiteboard_get_brush          purple_whiteboard_get_brush
Evan@653
  2299
#define gaim_whiteboard_set_brush          purple_whiteboard_set_brush
Evan@653
  2300
Evan@653
  2301
/* for static plugins */
Evan@653
  2302
#define gaim_init_ssl_plugin			purple_init_ssl_plugin
Evan@653
  2303
#define gaim_init_ssl_openssl_plugin	purple_init_ssl_openssl_plugin
Evan@653
  2304
#define gaim_init_ssl_gnutls_plugin		purple_init_ssl_gnutls_plugin
Evan@653
  2305
#define gaim_init_gg_plugin				purple_init_gg_plugin
Evan@653
  2306
#define gaim_init_jabber_plugin			purple_init_jabber_plugin
Evan@653
  2307
#define gaim_init_sametime_plugin		purple_init_sametime_plugin
Evan@653
  2308
#define gaim_init_msn_plugin			purple_init_msn_plugin
Evan@653
  2309
#define gaim_init_novell_plugin			purple_init_novell_plugin
Evan@653
  2310
#define gaim_init_qq_plugin				purple_init_qq_plugin
Evan@653
  2311
#define gaim_init_simple_plugin			purple_init_simple_plugin
Evan@653
  2312
#define gaim_init_yahoo_plugin			purple_init_yahoo_plugin
Evan@653
  2313
#define gaim_init_zephyr_plugin			purple_init_zephyr_plugin
Evan@653
  2314
#define gaim_init_aim_plugin			purple_init_aim_plugin
Evan@653
  2315
#define gaim_init_icq_plugin			purple_init_icq_plugin
Evan@653
  2316
Evan@653
  2317
#endif /* _GAIM_COMPAT_H_ */