From: <de...@us...> - 2006-09-01 08:19:38
|
Revision: 17109 http://svn.sourceforge.net/gaim/?rev=17109&view=rev Author: deryni9 Date: 2006-09-01 01:19:31 -0700 (Fri, 01 Sep 2006) Log Message: ----------- 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. Modified Paths: -------------- trunk/libgaim/plugins/perl/common/typemap Modified: trunk/libgaim/plugins/perl/common/typemap =================================================================== --- trunk/libgaim/plugins/perl/common/typemap 2006-09-01 07:13:08 UTC (rev 17108) +++ trunk/libgaim/plugins/perl/common/typemap 2006-09-01 08:19:31 UTC (rev 17109) @@ -24,7 +24,6 @@ int * T_PTR long * T_PTR size_t * T_PTR -Gaim::GTK::Widget * T_PTR GCallback T_PTR va_list T_PTR GString * T_PTR @@ -73,14 +72,6 @@ Gaim::Desktop::Item T_GaimObj Gaim::DesktopItemType T_IV -Gaim::GTK::BuddyList T_GaimObj -Gaim::GDK::Pixbuf T_GaimObj -Gaim::GTK::Conversation T_GaimObj -Gaim::GTK::Widget T_GaimObj -Gaim::GTK::FileSelection T_GaimObj -Gaim::GTK::SelectionData T_GaimObj -Gaim::GTK::TextView T_GaimObj - Gaim::IconScaleRules T_IV Gaim::Log T_GaimObj @@ -191,11 +182,6 @@ Gaim::ConnectionFlags T_IV Gaim::ConnectionState T_IV -/* gtkutils.h */ -Gaim::ButtonOrientation T_IV -Gaim::ButtonStyle T_IV -Gaim::BrowserPlace T_IV - INPUT T_GaimObj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |