Mercurial > pidgin.yaz
annotate libgaim/plugins/perl/common/typemap @ 14717:b1fcd2fc903a
[gaim-migrate @ 17471]
Martijn van Beers provided some patches to rework the perl object
casting/blessing for signal instances in order to let the newly added jabber-*
signals work. This is those patches.
This is also a small whitespace change, a removal of the gaim debug message
about "Found plugin info" it was just pissing me off, and a renamespacing of
gaim_blist_node_get_extended_menu into Gaim::Blist::Node where it makes
slightly more sense.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 12 Oct 2006 20:38:47 +0000 |
parents | 4f51b45f4f70 |
children | 5e07a6f8eb33 |
rev | line source |
---|---|
14192 | 1 TYPEMAP |
2 guint T_IV | |
3 gint T_IV | |
4 const gint * T_PTR | |
5 const guint * T_PTR | |
6 const guint8 * T_PTR | |
7 guint8 T_IV | |
8 guint8 * T_PTR | |
9 time_t T_IV | |
10 gboolean T_BOOL | |
11 gpointer T_GaimObj | |
12 gconstpointer T_PTR | |
13 const gchar * T_PV | |
14 const char * T_PV | |
15 const char ** T_PTR | |
16 char ** T_PTR | |
17 gchar T_IV | |
18 gchar * T_PV | |
19 guchar T_IV | |
20 guchar * T_PTR | |
21 guchar ** T_PTR | |
22 const guchar * T_PV | |
23 char * T_PV | |
24 int * T_PTR | |
25 long * T_PTR | |
26 size_t * T_PTR | |
27 GCallback T_PTR | |
28 va_list T_PTR | |
29 GString * T_PTR | |
30 GData * T_PTR | |
31 GData ** T_PTR | |
32 const unsigned char * T_PTR | |
33 struct tm * T_PTR | |
34 const struct tm * T_PTR | |
35 xmlnode * T_PTR | |
36 const xmlnode * T_PTR | |
37 gssize T_IV | |
38 const void * T_PTR | |
39 | |
40 Gaim::Account T_GaimObj | |
41 Gaim::Account::Option T_GaimObj | |
42 Gaim::Account::UiOps T_GaimObj | |
43 Gaim::Account::UserSplit T_GaimObj | |
44 | |
45 Gaim::Buddy::Icon T_GaimObj | |
46 Gaim::Buddy::Icon::Spec T_GaimObj | |
47 Gaim::BuddyList T_GaimObj | |
48 Gaim::BuddyList::Buddy T_GaimObj | |
49 Gaim::BuddyList::Chat T_GaimObj | |
50 Gaim::BuddyList::Contact T_GaimObj | |
51 Gaim::BuddyList::Group T_GaimObj | |
52 Gaim::BuddyList::Node T_GaimObj | |
53 Gaim::BuddyList::NodeFlags T_IV | |
54 Gaim::BuddyList::UiOps T_GaimObj | |
55 | |
56 Gaim::Cipher T_GaimObj | |
57 Gaim::CipherCaps T_IV | |
58 Gaim::Cipher::Ops T_GaimObj | |
59 Gaim::Cipher::Context T_GaimObj | |
60 Gaim::Cmd::Flag T_IV | |
61 Gaim::Cmd::Id T_IV | |
62 Gaim::Cmd::Priority T_IV | |
63 Gaim::Cmd::Ret T_IV | |
64 Gaim::Connection T_GaimObj | |
65 Gaim::Connection::UiOps T_GaimObj | |
66 Gaim::Conversation T_GaimObj | |
67 Gaim::Conversation::Chat T_GaimObj | |
68 Gaim::Conversation::ChatBuddy T_GaimObj | |
69 Gaim::Conversation::IM T_GaimObj | |
70 Gaim::Conversation::UiOps T_GaimObj | |
71 | |
72 Gaim::Desktop::Item T_GaimObj | |
73 Gaim::DesktopItemType T_IV | |
74 | |
14717
b1fcd2fc903a
[gaim-migrate @ 17471]
Etan Reisner <pidgin@unreliablesource.net>
parents:
14401
diff
changeset
|
75 Gaim::Handle T_GaimObj |
b1fcd2fc903a
[gaim-migrate @ 17471]
Etan Reisner <pidgin@unreliablesource.net>
parents:
14401
diff
changeset
|
76 |
14192 | 77 Gaim::IconScaleRules T_IV |
78 | |
79 Gaim::Log T_GaimObj | |
80 Gaim::LogType T_IV | |
81 Gaim::Log::CommonLoggerData T_GaimObj | |
82 Gaim::Log::Logger T_GaimObj | |
83 Gaim::Log::ReadFlags T_GaimObj | |
84 Gaim::Log::Set T_GaimObj | |
85 | |
86 Gaim::Menu::Action T_GaimObj | |
87 | |
14372
d5c22258df09
[gaim-migrate @ 17078]
Etan Reisner <pidgin@unreliablesource.net>
parents:
14355
diff
changeset
|
88 Gaim::NetworkListenData T_GaimObj |
14192 | 89 Gaim::NetworkListenCallback T_PTR |
90 | |
91 Gaim::NotifyCloseCallback T_PTR | |
92 Gaim::NotifyMsgType T_IV | |
93 Gaim::NotifySearchButtonType T_IV | |
94 Gaim::NotifySearchResults T_GaimObj | |
95 Gaim::NotifySearchColumn T_GaimObj | |
96 Gaim::NotifySearchButton T_GaimObj | |
97 Gaim::NotifyType T_IV | |
98 Gaim::NotifyUiOps T_GaimObj | |
99 | |
100 Gaim::Plugin T_GaimObj | |
101 Gaim::PluginType T_IV | |
102 Gaim::PluginUiInfo T_GaimObj | |
103 Gaim::Plugin::Action T_GaimObj | |
104 Gaim::Plugin::Info T_GaimObj | |
105 Gaim::Plugin::Loader::Info T_GaimObj | |
106 Gaim::Plugin::Protocol::Info T_GaimObj | |
107 Gaim::PrefType T_IV | |
108 Gaim::PluginPref T_GaimObj | |
109 Gaim::PluginPrefType T_IV | |
110 Gaim::PluginPref::Frame T_GaimObj | |
111 Gaim::Pounce T_GaimObj | |
112 Gaim::PounceEvent T_IV | |
113 Gaim::Presence T_GaimObj | |
114 Gaim::PrivacyType T_IV | |
115 Gaim::Privacy::UiOps T_GaimObj | |
116 Gaim::ProtocolOptions T_IV | |
117 Gaim::ProxyInfo T_GaimObj | |
118 Gaim::ProxyType T_IV | |
119 | |
120 Gaim::RequestFieldType T_IV | |
121 Gaim::RequestType T_IV | |
122 Gaim::Request::Field T_GaimObj | |
123 Gaim::Request::Fields T_GaimObj | |
124 Gaim::Request::Field::Group T_GaimObj | |
125 Gaim::Request::UiOps T_GaimObj | |
126 | |
127 Gaim::Roomlist T_GaimObj | |
128 Gaim::Roomlist::Room T_GaimObj | |
129 Gaim::Roomlist::Field T_GaimObj | |
130 Gaim::Roomlist::UiOps T_GaimObj | |
131 Gaim::RoomlistFieldType T_IV | |
132 Gaim::RoomlistRoomType T_IV | |
133 | |
134 Gaim::SavedStatus T_GaimObj | |
135 Gaim::SavedStatusSub T_GaimObj | |
136 Gaim::SoundEventID T_IV | |
137 Gaim::Sound::UiOps T_GaimObj | |
138 | |
139 Gaim::Input::Condition T_GaimObj | |
140 Gaim::SslErrorType T_IV | |
141 Gaim::Ssl::Connection T_GaimObj | |
142 Gaim::Ssl::Ops T_GaimObj | |
143 | |
144 Gaim::Presence T_GaimObj | |
145 Gaim::PresenceContext T_IV | |
146 Gaim::Status T_GaimObj | |
147 Gaim::StatusAttr T_GaimObj | |
148 Gaim::StatusPrimitive T_IV | |
149 Gaim::StatusType T_GaimObj | |
150 const Gaim::StatusType T_GaimObj | |
151 | |
152 Gaim::StoredImage T_GaimObj | |
153 Gaim::Stringref T_GaimObj | |
14355 | 154 Gaim::Util::FetchUrlData T_PTR |
14192 | 155 Gaim::Util::InfoFieldFormatCallback T_PTR |
156 Gaim::Value T_GaimObj | |
157 | |
158 Gaim::Xfer T_GaimObj | |
159 Gaim::XferType T_IV | |
160 Gaim::XferStatusType T_IV | |
161 Gaim::XferUiOps T_IV | |
162 | |
163 Gaim::XMLNode T_GaimObj | |
164 XMLNode::Type T_IV | |
165 | |
166 /* enums */ | |
167 | |
168 /* cipher.h */ | |
169 | |
170 /* blist.h */ | |
171 | |
172 /* debug.h */ | |
173 Gaim::DebugLevel T_IV | |
174 | |
175 /* conversation.h */ | |
176 Gaim::ConvChatBuddyFlags T_IV | |
177 Gaim::ConvUpdateType T_IV | |
178 Gaim::ConversationType T_IV | |
179 Gaim::MessageFlags T_IV | |
180 Gaim::TypingState T_IV | |
181 Gaim::UnseenState T_IV | |
182 | |
183 /* connection.h */ | |
184 Gaim::ConnectionFlags T_IV | |
185 Gaim::ConnectionState T_IV | |
186 | |
187 INPUT | |
188 | |
189 T_GaimObj | |
190 $var = gaim_perl_ref_object($arg) | |
191 | |
192 OUTPUT | |
193 | |
194 T_GaimObj | |
195 $arg = gaim_perl_bless_object($var, \"$type\"); |