gtk/plugins/perl/common/typemap

Tue, 17 Oct 2006 08:13:41 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Tue, 17 Oct 2006 08:13:41 +0000
changeset 14801
6554d4d17db8
parent 14649
38e6b75e6769
permissions
-rw-r--r--

[gaim-migrate @ 17495]
This should fix the statusbox issues that were keeping us from releasing beta
4 (and which were just really annoying). Thakn sadrul for most of this, I just
added the if (index == -1) bit. Anyway, the way this works now is that for
saved/popular statuses the primitive underlying that status is where the
dropdown for the statusbox starts. If we don't like that we can change it but
I'm not sure we'll find something better.

Also, this might plug a couple leaks, I'm not really sure but it certainly
looks right.

Up next, the patch to make the docklet use the per-protocol statuses in the
top section.

TYPEMAP
Gaim::Conversation::PlacementFunc       T_GaimObj
Gaim::UnseenState                       T_IV
Gaim::ButtonOrientation                 T_IV

Gaim::GtkUI::Account::Dialog::Type      T_IV
Gaim::GtkUI::BuddyList                  T_GaimObj
Gaim::GtkUI::BuddyList::SortFunction    T_GaimObj
Gaim::GtkUI::Conversation               T_GaimObj
Gaim::GtkUI::Conversation::Window       T_GaimObj
Gaim::GtkUI::Xfer::Dialog               T_GaimObj
Gaim::GtkUI::IMHtml                     T_GaimObj
Gaim::GtkUI::IMHtml::Buttons            T_IV
Gaim::GtkUI::IMHtml::Funcs              T_GaimObj
Gaim::GtkUI::IMHtml::Scalable           T_GaimObj
Gaim::GtkUI::IMHtml::Smiley             T_GaimObj
Gaim::GtkUI::IMHtml::Options            T_IV
Gaim::GtkUI::IMHtmlToolbar              T_GaimObj
Gaim::GtkUI::MenuTray                   T_GaimObj
Gaim::GtkUI::StatusBox                  T_GaimObj

mercurial