comparison libgaim/plugins/perl/common/typemap @ 14401:4f51b45f4f70

[gaim-migrate @ 17109] Remove some stuff from the core perl typemap that is only defined in the gtk files, and some gtk types themselves. Some of this will get added back in the gtk perl typemap when I commit it later. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 01 Sep 2006 08:19:31 +0000
parents d5c22258df09
children b1fcd2fc903a
comparison
equal deleted inserted replaced
14400:080b16e08b2b 14401:4f51b45f4f70
22 const guchar * T_PV 22 const guchar * T_PV
23 char * T_PV 23 char * T_PV
24 int * T_PTR 24 int * T_PTR
25 long * T_PTR 25 long * T_PTR
26 size_t * T_PTR 26 size_t * T_PTR
27 Gaim::GTK::Widget * T_PTR
28 GCallback T_PTR 27 GCallback T_PTR
29 va_list T_PTR 28 va_list T_PTR
30 GString * T_PTR 29 GString * T_PTR
31 GData * T_PTR 30 GData * T_PTR
32 GData ** T_PTR 31 GData ** T_PTR
70 Gaim::Conversation::IM T_GaimObj 69 Gaim::Conversation::IM T_GaimObj
71 Gaim::Conversation::UiOps T_GaimObj 70 Gaim::Conversation::UiOps T_GaimObj
72 71
73 Gaim::Desktop::Item T_GaimObj 72 Gaim::Desktop::Item T_GaimObj
74 Gaim::DesktopItemType T_IV 73 Gaim::DesktopItemType T_IV
75
76 Gaim::GTK::BuddyList T_GaimObj
77 Gaim::GDK::Pixbuf T_GaimObj
78 Gaim::GTK::Conversation T_GaimObj
79 Gaim::GTK::Widget T_GaimObj
80 Gaim::GTK::FileSelection T_GaimObj
81 Gaim::GTK::SelectionData T_GaimObj
82 Gaim::GTK::TextView T_GaimObj
83 74
84 Gaim::IconScaleRules T_IV 75 Gaim::IconScaleRules T_IV
85 76
86 Gaim::Log T_GaimObj 77 Gaim::Log T_GaimObj
87 Gaim::LogType T_IV 78 Gaim::LogType T_IV
189 180
190 /* connection.h */ 181 /* connection.h */
191 Gaim::ConnectionFlags T_IV 182 Gaim::ConnectionFlags T_IV
192 Gaim::ConnectionState T_IV 183 Gaim::ConnectionState T_IV
193 184
194 /* gtkutils.h */
195 Gaim::ButtonOrientation T_IV
196 Gaim::ButtonStyle T_IV
197 Gaim::BrowserPlace T_IV
198
199 INPUT 185 INPUT
200 186
201 T_GaimObj 187 T_GaimObj
202 $var = gaim_perl_ref_object($arg) 188 $var = gaim_perl_ref_object($arg)
203 189