Mercurial > pidgin
annotate plugins/perl/common/typemap @ 12711:145f76e74a9f
[gaim-migrate @ 15055]
Fix SF Bug #1384698 - "Last word in text auto replace not changed"
This uses astro96's idea:
'when the user types something like "Hi how r u" they will see this
(where the "^" is the cursor):
"Hi how are u^"
When they hit enter to send the message, instead of sending
the message, the last word would be replaced:
[Enter]
"Hi how are you^"
and then if they hit enter again it would send the message.'
I code a preference for this, but have #if 0'ed it before committing. I don't think we need a preference to disable this. If it turns out I'm wrong, the code is right there to use.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 04 Jan 2006 03:01:32 +0000 |
parents | 6fd82071a7b8 |
children | 59ce7a35a22b |
rev | line source |
---|---|
6508 | 1 TYPEMAP |
11118 | 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 | |
11202 | 17 gchar T_IV |
11118 | 18 gchar * T_PV |
11186 | 19 guchar T_IV |
20 guchar * T_PTR | |
11202 | 21 guchar ** T_PTR |
11186 | 22 const guchar * T_PV |
11118 | 23 char * T_PV |
24 int * T_PTR | |
25 size_t * T_PTR | |
26 Gaim::GTK::Widget * 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 const struct tm * T_PTR | |
34 xmlnode * T_PTR | |
35 const xmlnode * T_PTR | |
36 gssize T_IV | |
11130 | 37 const void * T_PTR |
11118 | 38 |
39 Gaim::Account T_GaimObj | |
40 Gaim::Account::Option T_GaimObj | |
41 Gaim::Account::UiOps T_GaimObj | |
42 Gaim::Account::UserSplit T_GaimObj | |
43 | |
44 | |
45 Gaim::BlistNodeFlags T_IV | |
46 Gaim::Buddy::Icon T_GaimObj | |
47 Gaim::Buddy::Icon::Spec T_GaimObj | |
48 Gaim::BuddyList T_GaimObj | |
49 Gaim::BuddyList::Group T_GaimObj | |
50 Gaim::BuddyList::Buddy T_GaimObj | |
51 Gaim::BuddyList::Chat T_GaimObj | |
52 Gaim::BuddyList::Contact T_GaimObj | |
53 Gaim::BuddyList::Node T_GaimObj | |
54 Gaim::BuddyList::Node::Action T_GaimObj | |
55 Gaim::BuddyList::UiOps T_GaimObj | |
56 | |
57 | |
58 Gaim::Cipher T_GaimObj | |
59 Gaim::Cipher::Ops T_GaimObj | |
60 Gaim::Cipher::Context T_GaimObj | |
61 Gaim::CipherCaps T_IV | |
62 Gaim::CmdId T_IV | |
63 Gaim::Connection T_GaimObj | |
64 Gaim::Connection::UiOps T_GaimObj | |
65 Gaim::ConvWindow::UiOps T_GaimObj | |
66 Gaim::Conversation::UiOps T_GaimObj | |
67 Gaim::Conversation T_GaimObj | |
68 Gaim::Conversation::Chat T_GaimObj | |
69 Gaim::Conversation::IM T_GaimObj | |
70 Gaim::ConvWindow T_GaimObj | |
71 Gaim::Conversation::ChatBuddy T_GaimObj | |
72 Gaim::ConvImFlags T_IV | |
73 Gaim::ConvChatFlags T_IV | |
74 | |
75 | |
76 Gaim::Desktop::Item T_GaimObj | |
77 Gaim::DesktopItemType T_IV | |
78 | |
79 | |
80 Gaim::GTK::BuddyList T_GaimObj | |
81 Gaim::GDK::Pixbuf T_GaimObj | |
82 Gaim::GTK::Conversation T_GaimObj | |
83 Gaim::GTK::Widget T_GaimObj | |
84 Gaim::GTK::FileSelection T_GaimObj | |
85 Gaim::GTK::SelectionData T_GaimObj | |
86 Gaim::GTK::TextView T_GaimObj | |
87 | |
88 | |
89 Gaim::IconScaleRules T_IV | |
90 Gaim::IM T_GaimObj | |
91 | |
92 | |
93 Gaim::Log T_GaimObj | |
94 Gaim::Log::Logger T_GaimObj | |
95 Gaim::Log::CommonLoggerData T_GaimObj | |
96 Gaim::Log::Set T_GaimObj | |
97 Gaim::LogType T_IV | |
98 Gaim::Log::ReadFlags T_GaimObj | |
99 | |
100 | |
12242
976677e67239
[gaim-migrate @ 14544]
Richard Laager <rlaager@wiktel.com>
parents:
12235
diff
changeset
|
101 Gaim::NotifyCloseCallback T_PTR |
11118 | 102 Gaim::NotifyType T_IV |
103 Gaim::NotifyMsgType T_IV | |
11533
c9b815aeddc1
[gaim-migrate @ 13782]
Richard Laager <rlaager@wiktel.com>
parents:
11202
diff
changeset
|
104 Gaim::NotifySearchButtonType T_IV |
c9b815aeddc1
[gaim-migrate @ 13782]
Richard Laager <rlaager@wiktel.com>
parents:
11202
diff
changeset
|
105 Gaim::NotifySearchResults T_GaimObj |
c9b815aeddc1
[gaim-migrate @ 13782]
Richard Laager <rlaager@wiktel.com>
parents:
11202
diff
changeset
|
106 Gaim::NotifySearchColumn T_GaimObj |
c9b815aeddc1
[gaim-migrate @ 13782]
Richard Laager <rlaager@wiktel.com>
parents:
11202
diff
changeset
|
107 Gaim::NotifySearchButton T_GaimObj |
11118 | 108 Gaim::NotifyUiOps T_GaimObj |
109 | |
110 Gaim::Plugin T_GaimObj | |
111 Gaim::Plugin::Info T_GaimObj | |
112 Gaim::PluginUiInfo T_GaimObj | |
113 Gaim::Plugin::Loader::Info T_GaimObj | |
114 Gaim::Plugin::Action T_GaimObj | |
115 Gaim::Plugin::Protocol::Info T_GaimObj | |
116 Gaim::PluginType T_IV | |
117 Gaim::PrefType T_IV | |
12364 | 118 Gaim::PluginPref::Frame T_GaimObj |
11118 | 119 Gaim::PluginPref T_GaimObj |
120 Gaim::PluginPrefType T_IV | |
121 Gaim::Pounce T_GaimObj | |
122 Gaim::PounceEvent T_IV | |
123 Gaim::Presence T_GaimObj | |
124 Gaim::PrivacyType T_IV | |
125 Gaim::Privacy::UiOps T_GaimObj | |
126 Gaim::ProtocolOptions T_IV | |
127 Gaim::ProxyType T_IV | |
128 Gaim::ProxyInfo T_GaimObj | |
129 | |
130 | |
131 Gaim::RequestType T_IV | |
132 Gaim::RequestFieldType T_IV | |
133 Gaim::Request::Fields T_GaimObj | |
134 Gaim::Request::Field T_GaimObj | |
135 Gaim::Request::Field::Group T_GaimObj | |
136 Gaim::Request::UiOps T_GaimObj | |
137 | |
138 Gaim::Roomlist T_GaimObj | |
139 Gaim::Roomlist::Room T_GaimObj | |
140 Gaim::Roomlist::Field T_GaimObj | |
141 Gaim::Roomlist::UiOps T_GaimObj | |
142 Gaim::RoomlistRoomType T_IV | |
143 Gaim::RoomlistFieldType T_IV | |
144 | |
145 Gaim::SavedStatus T_GaimObj | |
146 Gaim::SavedStatusSub T_GaimObj | |
147 Gaim::SoundEventID T_IV | |
148 Gaim::Sound::UiOps T_GaimObj | |
149 | |
150 Gaim::Ssl::Connection T_GaimObj | |
151 Gaim::Input::Condition T_GaimObj | |
152 Gaim::SslErrorType T_IV | |
153 Gaim::Ssl::Ops T_GaimObj | |
154 | |
155 Gaim::Status T_GaimObj | |
156 Gaim::StatusType T_GaimObj | |
11170 | 157 const Gaim::StatusType T_GaimObj |
11118 | 158 Gaim::StatusAttr T_GaimObj |
159 Gaim::Presence T_GaimObj | |
160 Gaim::PresenceContext T_IV | |
161 Gaim::StatusPrimitive T_IV | |
162 | |
163 | |
164 Gaim::StoredImage T_GaimObj | |
165 Gaim::Stringref T_GaimObj | |
166 Gaim::Value T_GaimObj | |
167 | |
168 Gaim::Xfer T_GaimObj | |
169 Gaim::XferType T_IV | |
170 Gaim::XferStatusType T_IV | |
171 Gaim::XferUiOps T_IV | |
12364 | 172 |
173 Gaim::XMLNode T_GaimObj | |
11118 | 174 XMLNode::Type T_IV |
175 | |
176 | |
177 | |
178 | |
179 | |
180 | |
181 | |
182 | |
183 /* enums */ | |
184 | |
185 /* cipher.h */ | |
186 | |
187 | |
188 /* blist.h */ | |
189 | |
190 | |
191 | |
192 /* debug.h */ | |
193 Gaim::DebugLevel T_IV | |
194 | |
195 /* conversation.h */ | |
196 Gaim::UnseenState T_IV | |
197 Gaim::ConversationType T_IV | |
198 Gaim::ConvUpdateType T_IV | |
199 Gaim::TypingState T_IV | |
200 Gaim::MessageFlags T_IV | |
201 Gaim::ConvChatBuddyFlags T_IV | |
202 | |
203 /* connection.h */ | |
204 Gaim::ConnectionFlags T_IV | |
205 Gaim::ConnectionState T_IV | |
206 | |
207 /* gtkutils.h */ | |
208 Gaim::ButtonOrientation T_IV | |
209 Gaim::ButtonStyle T_IV | |
210 Gaim::BrowserPlace T_IV | |
211 | |
212 | |
6508 | 213 |
214 INPUT | |
215 | |
216 T_GaimObj | |
12165 | 217 $var = gaim_perl_ref_object($arg) |
6508 | 218 |
219 | |
220 OUTPUT | |
221 | |
222 T_GaimObj | |
6531
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6520
diff
changeset
|
223 $arg = gaim_perl_bless_object($var, \"$type\"); |