pidgin/gtkgaim-compat.h

Wed, 13 May 2009 20:29:03 +0000

author
Marcus Lundblad <malu@pidgin.im>
date
Wed, 13 May 2009 20:29:03 +0000
changeset 27110
05ca719b901b
parent 25457
477f84ff0a7e
permissions
-rw-r--r--

Support custom smileys in MUCs (when all participants support BoB and a maximum
of 10 participants are in the chat).
Always announce support for BoB, since disable custom smileys will still turn
off fetching them, and BoB can be used for other purposes further on.

16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
1 /**
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
2 * @file gtkgaim-compat.h Gtk Gaim Compat macros
20147
66f05a854eee applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Richard Laager <rlaager@pidgin.im>
parents: 19859
diff changeset
3 */
66f05a854eee applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Richard Laager <rlaager@pidgin.im>
parents: 19859
diff changeset
4
66f05a854eee applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Richard Laager <rlaager@pidgin.im>
parents: 19859
diff changeset
5 /* pidgin
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
6 *
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
7 * Pidgin is the legal property of its developers, whose names are too numerous
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
8 * to list here. Please refer to the COPYRIGHT file distributed with this
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
9 * source distribution.
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
10 *
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
11 * This program is free software; you can redistribute it and/or modify
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
12 * it under the terms of the GNU General Public License as published by
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
13 * the Free Software Foundation; either version 2 of the License, or
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
14 * (at your option) any later version.
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
15 *
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
16 * This program is distributed in the hope that it will be useful,
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
19 * GNU General Public License for more details.
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
20 *
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
21 * You should have received a copy of the GNU General Public License
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
22 * along with this program; if not, write to the Free Software
19859
71d37b57eff2 The FSF changed its address a while ago; our files were out of date.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 16372
diff changeset
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
24 *
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
25 */
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
26 #ifndef _GTKGAIM_COMPAT_H_
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
27 #define _GTKGAIM_COMPAT_H_
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
28
16372
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
29 #include <pidginstock.h>
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
30
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
31 #define GAIM_ALERT_TITLE PIDGIN_ALERT_TITLE
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
32 #define GAIM_BROWSER_CURRENT PIDGIN_BROWSER_CURRENT
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
33 #define GAIM_BROWSER_DEFAULT PIDGIN_BROWSER_DEFAULT
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
34 #define GAIM_BROWSER_NEW_TAB PIDGIN_BROWSER_NEW_TAB
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
35 #define GAIM_BROWSER_NEW_WINDOW PIDGIN_BROWSER_NEW_WINDOW
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
36 #define GaimBrowserPlace PidginBrowserPlace
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
37 #define GAIM_BUTTON_HORIZONTAL PIDGIN_BUTTON_HORIZONTAL
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
38 #define GAIM_BUTTON_IMAGE PIDGIN_BUTTON_IMAGE
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
39 #define GAIM_BUTTON_NONE PIDGIN_BUTTON_NONE
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
40 #define GaimButtonOrientation PidginButtonOrientation
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
41 #define GaimButtonStyle PidginButtonStyle
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
42 #define GAIM_BUTTON_TEXT_IMAGE PIDGIN_BUTTON_TEXT_IMAGE
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
43 #define GAIM_BUTTON_TEXT PIDGIN_BUTTON_TEXT
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
44 #define GAIM_BUTTON_VERTICAL PIDGIN_BUTTON_VERTICAL
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
45 #define GaimConvPlacementFunc PidginConvPlacementFunc
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
46 #define GAIM_DIALOG PIDGIN_DIALOG
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
47 #define gaim_dnd_file_manage pidgin_dnd_file_manage
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
48 #define gaim_get_gtkxfer_dialog pidgin_get_xfer_dialog
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
49 #define gaim_gtk_account_dialog_show pidgin_account_dialog_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
50 #define GaimGtkAccountDialogType PidginAccountDialogType
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
51 #define gaim_gtk_account_get_handle pidgin_account_get_handle
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
52 #define gaim_gtk_account_init pidgin_account_init
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
53 #define gaim_gtk_account_option_menu_get_selected pidgin_account_option_menu_get_selected
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
54 #define gaim_gtk_account_option_menu_new pidgin_account_option_menu_new
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
55 #define gaim_gtk_account_option_menu_set_selected pidgin_account_option_menu_set_selected
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
56 #define gaim_gtk_accounts_get_ui_ops pidgin_accounts_get_ui_ops
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
57 #define gaim_gtk_accounts_window_hide pidgin_accounts_window_hide
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
58 #define gaim_gtk_accounts_window_show pidgin_accounts_window_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
59 #define gaim_gtk_account_uninit pidgin_account_uninit
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
60 #define GAIM_GTK_ADD_ACCOUNT_DIALOG PIDGIN_ADD_ACCOUNT_DIALOG
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
61 #define gaim_gtk_append_blist_node_extended_menu pidgin_append_blist_node_extended_menu
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
62 #define gaim_gtk_append_blist_node_privacy_menu pidgin_append_blist_node_privacy_menu
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
63 #define gaim_gtk_append_blist_node_proto_menu pidgin_append_blist_node_proto_menu
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
64 #define gaim_gtk_append_menu_action pidgin_append_menu_action
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
65 #define gaim_gtk_blist_add_alert pidgin_blist_add_alert
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
66 #define gaim_gtk_blist_get_default_gtk_blist pidgin_blist_get_default_gtk_blist
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
67 #define gaim_gtk_blist_get_handle pidgin_blist_get_handle
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
68 #define gaim_gtk_blist_get_sort_methods pidgin_blist_get_sort_methods
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
69 #define gaim_gtk_blist_get_status_icon pidgin_blist_get_status_icon
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
70 #define gaim_gtk_blist_get_ui_ops pidgin_blist_get_ui_ops
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
71 #define gaim_gtk_blist_init pidgin_blist_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
72 #define gaim_gtk_blist_joinchat_is_showable pidgin_blist_joinchat_is_showable
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
73 #define gaim_gtk_blist_joinchat_show pidgin_blist_joinchat_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
74 #define gaim_gtk_blist_make_buddy_menu pidgin_blist_make_buddy_menu
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
75 #define gaim_gtk_blist_node_is_contact_expanded pidgin_blist_node_is_contact_expanded
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
76 #define GAIM_GTK_BLIST PIDGIN_BLIST
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
77 #define gaim_gtk_blist_refresh pidgin_blist_refresh
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
78 #define gaim_gtk_blist_set_headline pidgin_blist_set_headline
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
79 #define gaim_gtk_blist_setup_sort_methods pidgin_blist_setup_sort_methods
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
80 #define gaim_gtk_blist_sort_function pidgin_blist_sort_function
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
81 #define gaim_gtk_blist_sort_method pidgin_blist_sort_method
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
82 #define GaimGtkBlistSortMethod PidginBlistSortMethod
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
83 #define gaim_gtk_blist_sort_method_reg pidgin_blist_sort_method_reg
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
84 #define gaim_gtk_blist_sort_method_set pidgin_blist_sort_method_set
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
85 #define gaim_gtk_blist_sort_method_unreg pidgin_blist_sort_method_unreg
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
86 #define gaim_gtk_blist_toggle_visibility pidgin_blist_toggle_visibility
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
87 #define gaim_gtk_blist_uninit pidgin_blist_uninit
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
88 #define gaim_gtk_blist_update_account_error_state pidgin_blist_update_account_error_state
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
89 #define gaim_gtk_blist_update_accounts_menu pidgin_blist_update_accounts_menu
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
90 #define gaim_gtk_blist_update_columns pidgin_blist_update_columns
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
91 #define gaim_gtk_blist_update_plugin_actions pidgin_blist_update_plugin_actions
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
92 #define gaim_gtk_blist_update_refresh_timeout pidgin_blist_update_refresh_timeout
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
93 #define gaim_gtk_blist_update_sort_methods pidgin_blist_update_sort_methods
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
94 #define gaim_gtk_blist_visibility_manager_add pidgin_blist_visibility_manager_add
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
95 #define gaim_gtk_blist_visibility_manager_remove pidgin_blist_visibility_manager_remove
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
96 #define gaim_gtk_buddy_icon_chooser_new pidgin_buddy_icon_chooser_new
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
97 #define gaim_gtk_buddy_icon_get_scale_size pidgin_buddy_icon_get_scale_size
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
98 #define GaimGtkBuddyList PidginBuddyList
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
99 #define GaimGtkCellRendererExpanderClass PidginCellRendererExpanderClass
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
100 #define gaim_gtk_cell_renderer_expander_get_type pidgin_cell_renderer_expander_get_type
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
101 #define gaim_gtk_cell_renderer_expander_new pidgin_cell_renderer_expander_new
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
102 #define GaimGtkCellRendererExpander PidginCellRendererExpander
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
103 #define GaimGtkCellRendererProgressClass PidginCellRendererProgressClass
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
104 #define gaim_gtk_cell_renderer_progress_get_type pidgin_cell_renderer_progress_get_type
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
105 #define gaim_gtk_cell_renderer_progress_new pidgin_cell_renderer_progress_new
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
106 #define GaimGtkCellRendererProgress PidginCellRendererProgress
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
107 #define GaimGtkChatPane PidginChatPane
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
108 #define gaim_gtk_check_if_dir pidgin_check_if_dir
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
109 #define gaim_gtk_clear_cursor pidgin_clear_cursor
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
110 #define gaim_gtk_connection_get_handle pidgin_connection_get_handle
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
111 #define gaim_gtk_connection_init pidgin_connection_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
112 #define gaim_gtk_connections_get_ui_ops pidgin_connections_get_ui_ops
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
113 #define gaim_gtk_connection_uninit pidgin_connection_uninit
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
114 #define GaimGtkConversation PidginConversation
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
115 #define GAIM_GTK_CONVERSATION PIDGIN_CONVERSATION
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
116 #define gaim_gtk_conversations_fill_menu pidgin_conversations_fill_menu
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
117 #define gaim_gtk_conversations_find_unseen_list pidgin_conversations_find_unseen_list
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
118 #define gaim_gtk_conversations_get_conv_ui_ops pidgin_conversations_get_conv_ui_ops
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
119 #define gaim_gtk_conversations_get_handle pidgin_conversations_get_handle
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
120 #define gaim_gtk_conversations_init pidgin_conversations_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
121 #define gaim_gtk_conversations_uninit pidgin_conversations_uninit
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
122 #define gaim_gtk_convert_buddy_icon pidgin_convert_buddy_icon
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
123 #define gaim_gtkconv_get_tab_at_xy pidgin_conv_get_tab_at_xy
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
124 #define gaim_gtkconv_get_tab_icon pidgin_conv_get_tab_icon
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
125 #define gaim_gtkconv_get_window pidgin_conv_get_window
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
126 #define gaim_gtkconv_is_hidden pidgin_conv_is_hidden
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
127 #define gaim_gtkconv_new pidgin_conv_new
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
128 #define gaim_gtkconv_placement_add_fnc pidgin_conv_placement_add_fnc
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
129 #define gaim_gtkconv_placement_get_current_func pidgin_conv_placement_get_current_func
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
130 #define gaim_gtkconv_placement_get_fnc pidgin_conv_placement_get_fnc
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
131 #define gaim_gtkconv_placement_get_name pidgin_conv_placement_get_name
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
132 #define gaim_gtkconv_placement_get_options pidgin_conv_placement_get_options
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
133 #define gaim_gtkconv_placement_place pidgin_conv_placement_place
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
134 #define gaim_gtkconv_placement_remove_fnc pidgin_conv_placement_remove_fnc
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
135 #define gaim_gtkconv_placement_set_current_func pidgin_conv_placement_set_current_func
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
136 #define gaim_gtkconv_present_conversation pidgin_conv_present_conversation
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
137 #define gaim_gtkconv_switch_active_conversation pidgin_conv_switch_active_conversation
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
138 #define gaim_gtkconv_update_buddy_icon pidgin_conv_update_buddy_icon
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
139 #define gaim_gtkconv_update_buttons_by_protocol pidgin_conv_update_buttons_by_protocol
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
140 #define gaim_gtk_conv_window_add_gtkconv pidgin_conv_window_add_gtkconv
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
141 #define gaim_gtk_conv_window_destroy pidgin_conv_window_destroy
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
142 #define gaim_gtk_conv_window_first_with_type pidgin_conv_window_first_with_type
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
143 #define gaim_gtk_conv_window_get_active_conversation pidgin_conv_window_get_active_conversation
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
144 #define gaim_gtk_conv_window_get_active_gtkconv pidgin_conv_window_get_active_gtkconv
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
145 #define gaim_gtk_conv_window_get_at_xy pidgin_conv_window_get_at_xy
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
146 #define gaim_gtk_conv_window_get_gtkconv_at_index pidgin_conv_window_get_gtkconv_at_index
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
147 #define gaim_gtk_conv_window_get_gtkconv_count pidgin_conv_window_get_gtkconv_count
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
148 #define gaim_gtk_conv_window_get_gtkconvs pidgin_conv_window_get_gtkconvs
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
149 #define gaim_gtk_conv_window_has_focus pidgin_conv_window_has_focus
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
150 #define gaim_gtk_conv_window_hide pidgin_conv_window_hide
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
151 #define gaim_gtk_conv_window_is_active_conversation pidgin_conv_window_is_active_conversation
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
152 #define gaim_gtk_conv_window_last_with_type pidgin_conv_window_last_with_type
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
153 #define gaim_gtk_conv_window_new pidgin_conv_window_new
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
154 #define gaim_gtk_conv_window_raise pidgin_conv_window_raise
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
155 #define gaim_gtk_conv_window_remove_gtkconv pidgin_conv_window_remove_gtkconv
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
156 #define gaim_gtk_conv_windows_get_list pidgin_conv_windows_get_list
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
157 #define gaim_gtk_conv_window_show pidgin_conv_window_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
158 #define gaim_gtk_conv_window_switch_gtkconv pidgin_conv_window_switch_gtkconv
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
159 #define gaim_gtk_create_imhtml pidgin_create_imhtml
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
160 #define gaim_gtk_debug_get_handle pidgin_debug_get_handle
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
161 #define gaim_gtk_debug_get_ui_ops pidgin_debug_get_ui_ops
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
162 #define gaim_gtk_debug_init pidgin_debug_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
163 #define gaim_gtk_debug_uninit pidgin_debug_uninit
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
164 #define gaim_gtk_debug_window_hide pidgin_debug_window_hide
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
165 #define gaim_gtk_debug_window_show pidgin_debug_window_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
166 #define gaim_gtkdialogs_about pidgin_dialogs_about
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
167 #define gaim_gtkdialogs_alias_buddy pidgin_dialogs_alias_buddy
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
168 #define gaim_gtkdialogs_alias_chat pidgin_dialogs_alias_chat
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
169 #define gaim_gtkdialogs_alias_contact pidgin_dialogs_alias_contact
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
170 #define gaim_gtkdialogs_destroy_all pidgin_dialogs_destroy_all
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
171 #define gaim_gtkdialogs_im pidgin_dialogs_im
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
172 #define gaim_gtkdialogs_im_with_user pidgin_dialogs_im_with_user
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
173 #define gaim_gtkdialogs_info pidgin_dialogs_info
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
174 #define gaim_gtkdialogs_log pidgin_dialogs_log
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
175 #define gaim_gtkdialogs_merge_groups pidgin_dialogs_merge_groups
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
176 #define gaim_gtkdialogs_remove_buddy pidgin_dialogs_remove_buddy
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
177 #define gaim_gtkdialogs_remove_chat pidgin_dialogs_remove_chat
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
178 #define gaim_gtkdialogs_remove_contact pidgin_dialogs_remove_contact
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
179 #define gaim_gtkdialogs_remove_group pidgin_dialogs_remove_group
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
180 #define gaim_gtk_docklet_clicked pidgin_docklet_clicked
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
181 #define gaim_gtk_docklet_embedded pidgin_docklet_embedded
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
182 #define gaim_gtk_docklet_get_handle pidgin_docklet_get_handle
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
183 #define gaim_gtk_docklet_init pidgin_docklet_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
184 #define gaim_gtk_docklet_remove pidgin_docklet_remove
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
185 #define gaim_gtk_docklet_set_ui_ops pidgin_docklet_set_ui_ops
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
186 #define gaim_gtk_docklet_uninit pidgin_docklet_uninit
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
187 #define gaim_gtk_docklet_unload pidgin_docklet_unload
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
188 #define gaim_gtk_eventloop_get_ui_ops pidgin_eventloop_get_ui_ops
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
189 #define gaim_gtk_idle_get_ui_ops pidgin_idle_get_ui_ops
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
190 #define GaimGtkImPane PidginImPane
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
191 #define gaim_gtk_load_accels pidgin_load_accels
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
192 #define gaim_gtk_log_get_handle pidgin_log_get_handle
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
193 #define gaim_gtk_log_init pidgin_log_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
194 #define gaim_gtk_log_show_contact pidgin_log_show_contact
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
195 #define gaim_gtk_log_show pidgin_log_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
196 #define gaim_gtk_log_uninit pidgin_log_uninit
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
197 #define GaimGtkLogViewer PidginLogViewer
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
198 #define gaim_gtk_make_frame pidgin_make_frame
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
199 #define gaim_gtk_make_mini_dialog pidgin_make_mini_dialog
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
200 #define gaim_gtk_make_pretty_arrows pidgin_make_pretty_arrows
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
201 #define gaim_gtk_menu_tray_append pidgin_menu_tray_append
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
202 #define GaimGtkMenuTrayClass PidginMenuTrayClass
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
203 #define gaim_gtk_menu_tray_get_box pidgin_menu_tray_get_box
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
204 #define gaim_gtk_menu_tray_get_gtype pidgin_menu_tray_get_gtype
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
205 #define gaim_gtk_menu_tray_new pidgin_menu_tray_new
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
206 #define GaimGtkMenuTray PidginMenuTray
16372
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
207 #define GAIM_GTK_MENU_TRAY PIDGIN_MENU_TRAY
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
208 #define gaim_gtk_menu_tray_prepend pidgin_menu_tray_prepend
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
209 #define gaim_gtk_menu_tray_set_tooltip pidgin_menu_tray_set_tooltip
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
210 #define GAIM_GTK_MODIFY_ACCOUNT_DIALOG PIDGIN_MODIFY_ACCOUNT_DIALOG
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
211 #define gaim_gtk_notify_get_ui_ops pidgin_notify_get_ui_ops
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
212 #define gaim_gtk_parse_x_im_contact pidgin_parse_x_im_contact
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
213 #define gaim_gtk_plugin_dialog_show pidgin_plugin_dialog_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
214 #define gaim_gtk_plugin_get_config_frame pidgin_plugin_get_config_frame
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
215 #define GAIM_GTK_PLUGIN PIDGIN_PLUGIN
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
216 #define gaim_gtk_plugin_pref_create_frame pidgin_plugin_pref_create_frame
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
217 #define gaim_gtk_plugins_save pidgin_plugins_save
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
218 #define GAIM_GTK_PLUGIN_TYPE PIDGIN_PLUGIN_TYPE
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
219 #define GaimGtkPluginUiInfo PidginPluginUiInfo
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
220 #define GAIM_GTK_PLUGIN_UI_INFO PIDGIN_PLUGIN_UI_INFO
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
221 #define gaim_gtk_pounce_editor_show pidgin_pounce_editor_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
222 #define gaim_gtk_pounces_get_handle pidgin_pounces_get_handle
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
223 #define gaim_gtk_pounces_init pidgin_pounces_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
224 #define gaim_gtk_pounces_manager_hide pidgin_pounces_manager_hide
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
225 #define gaim_gtk_pounces_manager_show pidgin_pounces_manager_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
226 #define gaim_gtk_prefs_checkbox pidgin_prefs_checkbox
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
227 #define gaim_gtk_prefs_dropdown_from_list pidgin_prefs_dropdown_from_list
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
228 #define gaim_gtk_prefs_dropdown pidgin_prefs_dropdown
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
229 #define gaim_gtk_prefs_init pidgin_prefs_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
230 #define gaim_gtk_prefs_labeled_entry pidgin_prefs_labeled_entry
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
231 #define gaim_gtk_prefs_labeled_spin_button pidgin_prefs_labeled_spin_button
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
232 #define gaim_gtk_prefs_show pidgin_prefs_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
233 #define gaim_gtk_prefs_update_old pidgin_prefs_update_old
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
234 #define gaim_gtk_privacy_dialog_hide pidgin_privacy_dialog_hide
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
235 #define gaim_gtk_privacy_dialog_show pidgin_privacy_dialog_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
236 #define gaim_gtk_privacy_get_ui_ops pidgin_privacy_get_ui_ops
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
237 #define gaim_gtk_privacy_init pidgin_privacy_init
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
238 #define gaim_gtk_protocol_option_menu_new pidgin_protocol_option_menu_new
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
239 #define gaim_gtk_request_add_block pidgin_request_add_block
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
240 #define gaim_gtk_request_add_permit pidgin_request_add_permit
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
241 #define gaim_gtk_request_get_ui_ops pidgin_request_get_ui_ops
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
242 #define gaim_gtk_roomlist_dialog_show pidgin_roomlist_dialog_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
243 #define gaim_gtk_roomlist_dialog_show_with_account pidgin_roomlist_dialog_show_with_account
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
244 #define gaim_gtk_roomlist_init pidgin_roomlist_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
245 #define gaim_gtk_roomlist_is_showable pidgin_roomlist_is_showable
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
246 #define gaim_gtk_save_accels_cb pidgin_save_accels_cb
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
247 #define gaim_gtk_save_accels pidgin_save_accels
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
248 #define gaim_gtk_session_end pidgin_session_end
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
249 #define gaim_gtk_session_init pidgin_session_init
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
250 #define gaim_gtk_set_cursor pidgin_set_cursor
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
251 #define gaim_gtk_set_custom_buddy_icon pidgin_set_custom_buddy_icon
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
252 #define gaim_gtk_set_sensitive_if_input pidgin_set_sensitive_if_input
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
253 #define gaim_gtk_setup_gtkspell pidgin_setup_gtkspell
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
254 #define gaim_gtk_setup_screenname_autocomplete pidgin_setup_screenname_autocomplete
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
255 #define gaim_gtk_set_urgent pidgin_set_urgent
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
256 #define gaim_gtk_sound_get_event_label pidgin_sound_get_event_label
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
257 #define gaim_gtk_sound_get_event_option pidgin_sound_get_event_option
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
258 #define gaim_gtk_sound_get_handle pidgin_sound_get_handle
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
259 #define gaim_gtk_sound_get_ui_ops pidgin_sound_get_ui_ops
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
260 #define gaim_gtk_status_editor_show pidgin_status_editor_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
261 #define gaim_gtk_status_get_handle pidgin_status_get_handle
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
262 #define gaim_gtk_status_init pidgin_status_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
263 #define gaim_gtk_status_menu pidgin_status_menu
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
264 #define gaim_gtk_status_uninit pidgin_status_uninit
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
265 #define gaim_gtk_status_window_hide pidgin_status_window_hide
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
266 #define gaim_gtk_status_window_show pidgin_status_window_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
267 #define gaim_gtk_stock_init pidgin_stock_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
268 #define gaim_gtk_syslog_show pidgin_syslog_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
269 #define gaim_gtkthemes_get_proto_smileys pidgin_themes_get_proto_smileys
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
270 #define gaim_gtkthemes_init pidgin_themes_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
271 #define gaim_gtkthemes_load_smiley_theme pidgin_themes_load_smiley_theme
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
272 #define gaim_gtkthemes_smileys_disabled pidgin_themes_smileys_disabled
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
273 #define gaim_gtkthemes_smiley_themeize pidgin_themes_smiley_themeize
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
274 #define gaim_gtkthemes_smiley_theme_probe pidgin_themes_smiley_theme_probe
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
275 #define gaim_gtk_toggle_sensitive_array pidgin_toggle_sensitive_array
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
276 #define gaim_gtk_toggle_sensitive pidgin_toggle_sensitive
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
277 #define gaim_gtk_toggle_showhide pidgin_toggle_showhide
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
278 #define gaim_gtk_treeview_popup_menu_position_func pidgin_treeview_popup_menu_position_func
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
279 #define gaim_gtk_tree_view_search_equal_func pidgin_tree_view_search_equal_func
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
280 #define GAIM_GTK_TYPE_MENU_TRAY PIDGIN_TYPE_MENU_TRAY
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
281 #define GAIM_GTK_UI PIDGIN_UI
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
282 #define gaim_gtk_whiteboard_get_ui_ops pidgin_whiteboard_get_ui_ops
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
283 #define GaimGtkWhiteboard PidginWhiteboard
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
284 #define GaimGtkWindow PidginWindow
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
285 #define gaim_gtkxfer_dialog_add_xfer pidgin_xfer_dialog_add_xfer
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
286 #define gaim_gtkxfer_dialog_cancel_xfer pidgin_xfer_dialog_cancel_xfer
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
287 #define gaim_gtkxfer_dialog_destroy pidgin_xfer_dialog_destroy
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
288 #define gaim_gtkxfer_dialog_hide pidgin_xfer_dialog_hide
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
289 #define gaim_gtkxfer_dialog_new pidgin_xfer_dialog_new
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
290 #define GaimGtkXferDialog PidginXferDialog
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
291 #define gaim_gtkxfer_dialog_remove_xfer pidgin_xfer_dialog_remove_xfer
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
292 #define gaim_gtkxfer_dialog_show pidgin_xfer_dialog_show
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
293 #define gaim_gtkxfer_dialog_update_xfer pidgin_xfer_dialog_update_xfer
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
294 #define gaim_gtk_xfers_get_ui_ops pidgin_xfers_get_ui_ops
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
295 #define gaim_gtk_xfers_init pidgin_xfers_init
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
296 #define gaim_gtk_xfers_uninit pidgin_xfers_uninit
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
297 #define GAIM_HIG_BORDER PIDGIN_HIG_BORDER
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
298 #define GAIM_HIG_BOX_SPACE PIDGIN_HIG_BOX_SPACE
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
299 #define GAIM_HIG_CAT_SPACE PIDGIN_HIG_CAT_SPACE
25457
477f84ff0a7e GTK+ 2.16.0 will set the invisible character to a nice bullet instead of
Mark Doliner <markdoliner@pidgin.im>
parents: 20147
diff changeset
300 #if !GTK_CHECK_VERSION(2,16,0)
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
301 #define GAIM_INVISIBLE_CHAR PIDGIN_INVISIBLE_CHAR
25457
477f84ff0a7e GTK+ 2.16.0 will set the invisible character to a nice bullet instead of
Mark Doliner <markdoliner@pidgin.im>
parents: 20147
diff changeset
302 #endif /* Less than GTK+ 2.16 */
16372
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
303 #define GAIM_IS_GTK_CONVERSATION PIDGIN_IS_PIDGIN_CONVERSATION
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
304 #define GAIM_IS_GTK_PLUGIN PIDGIN_IS_PIDGIN_PLUGIN
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
305 #define gaim_new_check_item pidgin_new_check_item
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
306 #define gaim_new_item_from_stock pidgin_new_item_from_stock
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
307 #define gaim_new_item pidgin_new_item
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
308 #define gaim_pixbuf_button_from_stock pidgin_pixbuf_button_from_stock
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
309 #define gaim_pixbuf_toolbar_button_from_stock pidgin_pixbuf_toolbar_button_from_stock
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
310 #define GaimScrollBookClass PidginScrollBookClass
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
311 #define gaim_scroll_book_get_type pidgin_scroll_book_get_type
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
312 #define gaim_scroll_book_new pidgin_scroll_book_new
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
313 #define GaimScrollBook PidginScrollBook
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
314 #define gaim_separator pidgin_separator
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
315 #define gaim_set_accessible_label pidgin_set_accessible_label
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
316 #define gaim_set_gtkxfer_dialog pidgin_set_xfer_dialog
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
317 #define gaim_setup_imhtml pidgin_setup_imhtml
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
318 #define gaim_status_box_add pidgin_status_box_add
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
319 #define gaim_status_box_add_separator pidgin_status_box_add_separator
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
320 #define GaimStatusBoxClass PidginStatusBoxClass
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
321 #define gaim_status_box_get_buddy_icon pidgin_status_box_get_buddy_icon
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
322 #define gaim_status_box_get_message pidgin_status_box_get_message
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
323 #define gaim_status_box_get_type pidgin_status_box_get_type
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
324 #define GaimStatusBoxItemType PidginStatusBoxItemType
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
325 #define gaim_status_box_new pidgin_status_box_new
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
326 #define gaim_status_box_new_with_account pidgin_status_box_new_with_account
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
327 #define GaimStatusBox PidginStatusBox
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
328 #define gaim_status_box_pulse_connecting pidgin_status_box_pulse_connecting
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
329 #define gaim_status_box_set_buddy_icon pidgin_status_box_set_buddy_icon
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
330 #define gaim_status_box_set_connecting pidgin_status_box_set_connecting
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
331 #define gaim_status_box_set_network_available pidgin_status_box_set_network_available
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
332 #define GAIM_STATUS_ICON_LARGE PIDGIN_STATUS_ICON_LARGE
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
333 #define GaimStatusIconSize PidginStatusIconSize
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
334 #define GAIM_STATUS_ICON_SMALL PIDGIN_STATUS_ICON_SMALL
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
335 #define GAIM_STOCK_ABOUT PIDGIN_STOCK_ABOUT
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
336 #define GAIM_STOCK_ACTION PIDGIN_STOCK_ACTION
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
337 #define GAIM_STOCK_ALIAS PIDGIN_STOCK_ALIAS
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
338 #define GAIM_STOCK_AWAY PIDGIN_STOCK_AWAY
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
339 #define GAIM_STOCK_CHAT PIDGIN_STOCK_CHAT
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
340 #define GAIM_STOCK_CLEAR PIDGIN_STOCK_CLEAR
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
341 #define GAIM_STOCK_CLOSE_TABS PIDGIN_STOCK_CLOSE_TABS
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
342 #define GAIM_STOCK_DEBUG PIDGIN_STOCK_DEBUG
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
343 #define GAIM_STOCK_DIALOG_AUTH PIDGIN_STOCK_DIALOG_AUTH
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
344 #define GAIM_STOCK_DIALOG_COOL PIDGIN_STOCK_DIALOG_COOL
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
345 #define GAIM_STOCK_DIALOG_ERROR PIDGIN_STOCK_DIALOG_ERROR
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
346 #define GAIM_STOCK_DIALOG_INFO PIDGIN_STOCK_DIALOG_INFO
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
347 #define GAIM_STOCK_DIALOG_QUESTION PIDGIN_STOCK_DIALOG_QUESTION
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
348 #define GAIM_STOCK_DIALOG_WARNING PIDGIN_STOCK_DIALOG_WARNING
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
349 #define GAIM_STOCK_DISCONNECT PIDGIN_STOCK_DISCONNECT
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
350 #define GAIM_STOCK_DOWNLOAD PIDGIN_STOCK_DOWNLOAD
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
351 #define GAIM_STOCK_EDIT PIDGIN_STOCK_EDIT
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
352 #define GAIM_STOCK_FGCOLOR PIDGIN_STOCK_FGCOLOR
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
353 #define GAIM_STOCK_FILE_CANCELED PIDGIN_STOCK_FILE_CANCELED
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
354 #define GAIM_STOCK_FILE_DONE PIDGIN_STOCK_FILE_DONE
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
355 #define GAIM_STOCK_FILE_TRANSFER PIDGIN_STOCK_FILE_TRANSFER
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
356 #define GAIM_STOCK_IGNORE PIDGIN_STOCK_IGNORE
16372
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
357 #define GAIM_STOCK_IM "gaim-im" /* foo... */
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
358 #define GAIM_STOCK_INVITE PIDGIN_STOCK_INVITE
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
359 #define GAIM_STOCK_MODIFY PIDGIN_STOCK_MODIFY
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
360 #define GAIM_STOCK_OPEN_MAIL PIDGIN_STOCK_OPEN_MAIL
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
361 #define GAIM_STOCK_PAUSE PIDGIN_STOCK_PAUSE
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
362 #define GAIM_STOCK_POUNCE PIDGIN_STOCK_POUNCE
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
363 #define GAIM_STOCK_SIGN_OFF PIDGIN_STOCK_SIGN_OFF
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
364 #define GAIM_STOCK_SIGN_ON PIDGIN_STOCK_SIGN_ON
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
365 #define GAIM_STOCK_STATUS_OFFLINE PIDGIN_STOCK_STATUS_OFFLINE
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
366 #define GAIM_STOCK_TEXT_NORMAL PIDGIN_STOCK_TEXT_NORMAL
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
367 #define GAIM_STOCK_TYPED PIDGIN_STOCK_TYPED
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
368 #define GAIM_STOCK_UPLOAD PIDGIN_STOCK_UPLOAD
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
369 #define GAIM_TYPE_GTK_CELL_RENDERER_EXPANDER PIDGIN_TYPE_GTK_CELL_RENDERER_EXPANDER
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
370 #define GAIM_TYPE_GTK_CELL_RENDERER_PROGRESS PIDGIN_TYPE_GTK_CELL_RENDERER_PROGRESS
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
371 #define GAIM_UNSEEN_EVENT PIDGIN_UNSEEN_EVENT
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
372 #define GAIM_UNSEEN_NICK PIDGIN_UNSEEN_NICK
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
373 #define GAIM_UNSEEN_NO_LOG PIDGIN_UNSEEN_NO_LOG
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
374 #define GAIM_UNSEEN_NONE PIDGIN_UNSEEN_NONE
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
375 #define GaimUnseenState PidginUnseenState
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
376 #define GAIM_UNSEEN_TEXT PIDGIN_UNSEEN_TEXT
16371
2d6cf2ba2e39 Fix a compat define
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16370
diff changeset
377 #define GAIM_WINDOW_ICONIFIED PIDGIN_WINDOW_ICONIFIED
16372
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
378 #define GTK_GAIM_IS_SCROLL_BOOK_CLASS PIDGIN_IS_SCROLL_BOOK_CLASS
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
379 #define GTK_GAIM_IS_SCROLL_BOOK PIDGIN_IS_SCROLL_BOOK
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
380 #define GTK_GAIM_IS_STATUS_BOX_CLASS PIDGIN_IS_STATUS_BOX_CLASS
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
381 #define GTK_GAIM_IS_STATUS_BOX PIDGIN_IS_STATUS_BOX
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
382 #define GTK_GAIM_SCROLL_BOOK_CLASS PIDGIN_SCROLL_BOOK_CLASS
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
383 #define GTK_GAIM_SCROLL_BOOK_GET_CLASS PIDGIN_SCROLL_BOOK_GET_CLASS
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
384 #define gtk_gaim_scroll_book_get_type pidgin_scroll_book_get_type
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
385 #define gtk_gaim_scroll_book_new pidgin_scroll_book_new
16372
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
386 #define GTK_GAIM_SCROLL_BOOK PIDGIN_SCROLL_BOOK
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
387 #define gtk_gaim_status_box_add pidgin_status_box_add
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
388 #define gtk_gaim_status_box_add_separator pidgin_status_box_add_separator
16372
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
389 #define GTK_GAIM_STATUS_BOX_CLASS PIDGIN_STATUS_BOX_CLASS
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
390 #define gtk_gaim_status_box_get_buddy_icon pidgin_status_box_get_buddy_icon
16372
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
391 #define GTK_GAIM_STATUS_BOX_GET_CLASS PIDGIN_STATUS_BOX_GET_CLASS
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
392 #define gtk_gaim_status_box_get_message pidgin_status_box_get_message
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
393 #define gtk_gaim_status_box_get_type pidgin_status_box_get_type
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
394 #define GtkGaimStatusBoxItemType PidginStatusBoxItemType
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
395 #define gtk_gaim_status_box_new pidgin_status_box_new
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
396 #define gtk_gaim_status_box_new_with_account pidgin_status_box_new_with_account
16372
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
397 #define GTK_GAIM_STATUS_BOX_NUM_TYPES PIDGIN_STATUS_BOX_NUM_TYPES
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
398 #define GtkGaimStatusBox PidginStatusBox
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
399 #define GTK_GAIM_STATUS_BOX PIDGIN_STATUS_BOX
16370
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
400 #define gtk_gaim_status_box_pulse_connecting pidgin_status_box_pulse_connecting
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
401 #define gtk_gaim_status_box_set_buddy_icon pidgin_status_box_set_buddy_icon
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
402 #define gtk_gaim_status_box_set_connecting pidgin_status_box_set_connecting
2ad41341a6ed Somehow I missed huge quantities of GtkGaim compat defines in my first pass,
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16369
diff changeset
403 #define gtk_gaim_status_box_set_network_available pidgin_status_box_set_network_available
16372
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
404 #define GTK_GAIM_STATUS_BOX_TYPE_CUSTOM PIDGIN_STATUS_BOX_TYPE_CUSTOM
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
405 #define GTK_GAIM_STATUS_BOX_TYPE_POPULAR PIDGIN_STATUS_BOX_TYPE_POPULAR
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
406 #define GTK_GAIM_STATUS_BOX_TYPE_PRIMITIVE PIDGIN_STATUS_BOX_TYPE_PRIMITIVE
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
407 #define GTK_GAIM_STATUS_BOX_TYPE_SAVED PIDGIN_STATUS_BOX_TYPE_SAVED
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
408 #define GTK_GAIM_STATUS_BOX_TYPE_SEPARATOR PIDGIN_STATUS_BOX_TYPE_SEPARATOR
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
409 #define GTK_GAIM_TYPE_SCROLL_BOOK PIDGIN_TYPE_SCROLL_BOOK
59b509cb4dd5 More compatibility improvements. Now the majority of the plugin pack (before
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16371
diff changeset
410 #define GTK_GAIM_TYPE_STATUS_BOX PIDGIN_TYPE_STATUS_BOX
16369
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
411
8e4921e1c2b8 Add a gtkgaim-compat.h to hopefully help the rename transition for 3rd party
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
412 #endif /* _GTKGAIM_COMPAT_H */

mercurial