Wed, 17 Jan 2007 18:57:22 +0000
[gaim-migrate @ 18149]
clean out the translations tracker, including some gettext stuff from bjorn
| 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 | |
| 12808 | 9 | time_t T_IV |
| 10 | gboolean T_BOOL | |
| 11118 | 11 | gpointer T_GaimObj |
| 12 | gconstpointer T_PTR | |
| 13 | const gchar * T_PV | |
| 12808 | 14 | const char * T_PV |
| 11118 | 15 | const char ** T_PTR |
| 16 | char ** T_PTR | |
|
11202
d5aa331fe940
[gaim-migrate @ 13330]
Mark Doliner <markdoliner@pidgin.im>
parents:
11186
diff
changeset
|
17 | gchar T_IV |
| 11118 | 18 | gchar * T_PV |
|
15165
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
19 | gchar_own * T_GCHAR_OWN |
|
11186
f481da9e09dd
[gaim-migrate @ 13302]
Mark Doliner <markdoliner@pidgin.im>
parents:
11170
diff
changeset
|
20 | guchar T_IV |
|
f481da9e09dd
[gaim-migrate @ 13302]
Mark Doliner <markdoliner@pidgin.im>
parents:
11170
diff
changeset
|
21 | guchar * T_PTR |
|
11202
d5aa331fe940
[gaim-migrate @ 13330]
Mark Doliner <markdoliner@pidgin.im>
parents:
11186
diff
changeset
|
22 | guchar ** T_PTR |
|
11186
f481da9e09dd
[gaim-migrate @ 13302]
Mark Doliner <markdoliner@pidgin.im>
parents:
11170
diff
changeset
|
23 | const guchar * T_PV |
| 11118 | 24 | char * T_PV |
| 25 | int * T_PTR | |
|
13120
c25222322810
[gaim-migrate @ 15481]
Richard Laager <rlaager@pidgin.im>
parents:
13105
diff
changeset
|
26 | long * T_PTR |
| 11118 | 27 | size_t * T_PTR |
| 28 | GCallback T_PTR | |
| 29 | va_list T_PTR | |
| 12808 | 30 | GString * T_PTR |
| 11118 | 31 | GData * T_PTR |
| 12808 | 32 | GData ** T_PTR |
| 11118 | 33 | const unsigned char * T_PTR |
|
13120
c25222322810
[gaim-migrate @ 15481]
Richard Laager <rlaager@pidgin.im>
parents:
13105
diff
changeset
|
34 | struct tm * T_PTR |
| 11118 | 35 | const struct tm * T_PTR |
| 36 | xmlnode * T_PTR | |
| 37 | const xmlnode * T_PTR | |
| 38 | gssize T_IV | |
| 11130 | 39 | const void * T_PTR |
| 11118 | 40 | |
| 12808 | 41 | Gaim::Account T_GaimObj |
| 42 | Gaim::Account::Option T_GaimObj | |
| 11118 | 43 | Gaim::Account::UiOps T_GaimObj |
| 44 | Gaim::Account::UserSplit T_GaimObj | |
| 45 | ||
| 12808 | 46 | Gaim::Buddy::Icon T_GaimObj |
| 11118 | 47 | Gaim::Buddy::Icon::Spec T_GaimObj |
| 12808 | 48 | Gaim::BuddyList T_GaimObj |
| 49 | Gaim::BuddyList::Buddy T_GaimObj | |
| 50 | Gaim::BuddyList::Chat T_GaimObj | |
| 51 | Gaim::BuddyList::Contact T_GaimObj | |
| 52 | Gaim::BuddyList::Group T_GaimObj | |
| 53 | Gaim::BuddyList::Node T_GaimObj | |
| 12866 | 54 | Gaim::BuddyList::NodeFlags T_IV |
| 11118 | 55 | Gaim::BuddyList::UiOps T_GaimObj |
| 56 | ||
| 57 | Gaim::Cipher T_GaimObj | |
| 12808 | 58 | Gaim::CipherCaps T_IV |
| 11118 | 59 | Gaim::Cipher::Ops T_GaimObj |
| 60 | Gaim::Cipher::Context T_GaimObj | |
| 12882 | 61 | Gaim::Cmd::Flag T_IV |
| 62 | Gaim::Cmd::Id T_IV | |
| 63 | Gaim::Cmd::Priority T_IV | |
| 64 | Gaim::Cmd::Ret T_IV | |
| 12808 | 65 | Gaim::Connection T_GaimObj |
| 11118 | 66 | Gaim::Connection::UiOps T_GaimObj |
| 12808 | 67 | Gaim::Conversation T_GaimObj |
| 68 | Gaim::Conversation::Chat T_GaimObj | |
| 69 | Gaim::Conversation::ChatBuddy T_GaimObj | |
| 70 | Gaim::Conversation::IM T_GaimObj | |
| 11118 | 71 | Gaim::Conversation::UiOps T_GaimObj |
|
15066
57ab37fe1190
[gaim-migrate @ 17784]
Richard Laager <rlaager@pidgin.im>
parents:
14779
diff
changeset
|
72 | Gaim::Core T_GaimObj |
|
57ab37fe1190
[gaim-migrate @ 17784]
Richard Laager <rlaager@pidgin.im>
parents:
14779
diff
changeset
|
73 | Gaim::Core::UiOps T_GaimObj |
| 11118 | 74 | |
| 12808 | 75 | Gaim::Desktop::Item T_GaimObj |
| 76 | Gaim::DesktopItemType T_IV | |
| 11118 | 77 | |
|
14779
1b71da367f56
[gaim-migrate @ 17471]
Martijn van Beers <martijn@eekeek.org>
parents:
14463
diff
changeset
|
78 | Gaim::Handle T_GaimObj |
|
1b71da367f56
[gaim-migrate @ 17471]
Martijn van Beers <martijn@eekeek.org>
parents:
14463
diff
changeset
|
79 | |
| 12808 | 80 | Gaim::IconScaleRules T_IV |
| 11118 | 81 | |
| 82 | Gaim::Log T_GaimObj | |
| 12808 | 83 | Gaim::LogType T_IV |
| 84 | Gaim::Log::CommonLoggerData T_GaimObj | |
| 85 | Gaim::Log::Logger T_GaimObj | |
| 86 | Gaim::Log::ReadFlags T_GaimObj | |
| 87 | Gaim::Log::Set T_GaimObj | |
| 11118 | 88 | |
| 12919 | 89 | Gaim::Menu::Action T_GaimObj |
| 90 | ||
| 14434 | 91 | Gaim::NetworkListenData T_GaimObj |
|
12910
e6c3213c28ec
[gaim-migrate @ 15263]
Daniel Atallah <datallah@pidgin.im>
parents:
12882
diff
changeset
|
92 | Gaim::NetworkListenCallback T_PTR |
|
e6c3213c28ec
[gaim-migrate @ 15263]
Daniel Atallah <datallah@pidgin.im>
parents:
12882
diff
changeset
|
93 | |
|
12242
e7fc1748eb56
[gaim-migrate @ 14544]
Richard Laager <rlaager@pidgin.im>
parents:
12235
diff
changeset
|
94 | Gaim::NotifyCloseCallback T_PTR |
| 12808 | 95 | Gaim::NotifyMsgType T_IV |
|
11533
f58436975d44
[gaim-migrate @ 13782]
Richard Laager <rlaager@pidgin.im>
parents:
11202
diff
changeset
|
96 | Gaim::NotifySearchButtonType T_IV |
|
f58436975d44
[gaim-migrate @ 13782]
Richard Laager <rlaager@pidgin.im>
parents:
11202
diff
changeset
|
97 | Gaim::NotifySearchResults T_GaimObj |
|
f58436975d44
[gaim-migrate @ 13782]
Richard Laager <rlaager@pidgin.im>
parents:
11202
diff
changeset
|
98 | Gaim::NotifySearchColumn T_GaimObj |
|
f58436975d44
[gaim-migrate @ 13782]
Richard Laager <rlaager@pidgin.im>
parents:
11202
diff
changeset
|
99 | Gaim::NotifySearchButton T_GaimObj |
| 12808 | 100 | Gaim::NotifyType T_IV |
| 11118 | 101 | Gaim::NotifyUiOps T_GaimObj |
|
15266
a168574c18d2
[gaim-migrate @ 17994]
Daniel Atallah <datallah@pidgin.im>
parents:
15165
diff
changeset
|
102 | Gaim::NotifyUserInfo T_GaimObj |
|
a168574c18d2
[gaim-migrate @ 17994]
Daniel Atallah <datallah@pidgin.im>
parents:
15165
diff
changeset
|
103 | Gaim::NotifyUserInfoEntry T_GaimObj |
| 11118 | 104 | |
| 12808 | 105 | Gaim::Plugin T_GaimObj |
| 106 | Gaim::PluginType T_IV | |
| 107 | Gaim::PluginUiInfo T_GaimObj | |
| 108 | Gaim::Plugin::Action T_GaimObj | |
| 109 | Gaim::Plugin::Info T_GaimObj | |
| 110 | Gaim::Plugin::Loader::Info T_GaimObj | |
| 111 | Gaim::Plugin::Protocol::Info T_GaimObj | |
| 112 | Gaim::PrefType T_IV | |
| 113 | Gaim::PluginPref T_GaimObj | |
| 114 | Gaim::PluginPrefType T_IV | |
| 115 | Gaim::PluginPref::Frame T_GaimObj | |
| 116 | Gaim::Pounce T_GaimObj | |
| 117 | Gaim::PounceEvent T_IV | |
| 11118 | 118 | Gaim::Presence T_GaimObj |
| 12808 | 119 | Gaim::PrivacyType T_IV |
| 11118 | 120 | Gaim::Privacy::UiOps T_GaimObj |
| 12808 | 121 | Gaim::ProtocolOptions T_IV |
| 11118 | 122 | Gaim::ProxyInfo T_GaimObj |
| 12808 | 123 | Gaim::ProxyType T_IV |
| 11118 | 124 | |
| 12808 | 125 | Gaim::RequestFieldType T_IV |
| 126 | Gaim::RequestType T_IV | |
| 127 | Gaim::Request::Field T_GaimObj | |
| 128 | Gaim::Request::Fields T_GaimObj | |
| 129 | Gaim::Request::Field::Group T_GaimObj | |
| 130 | Gaim::Request::UiOps T_GaimObj | |
| 131 | ||
| 132 | Gaim::Roomlist T_GaimObj | |
| 133 | Gaim::Roomlist::Room T_GaimObj | |
| 134 | Gaim::Roomlist::Field T_GaimObj | |
| 135 | Gaim::Roomlist::UiOps T_GaimObj | |
| 136 | Gaim::RoomlistFieldType T_IV | |
| 137 | Gaim::RoomlistRoomType T_IV | |
| 11118 | 138 | |
| 12808 | 139 | Gaim::SavedStatus T_GaimObj |
| 140 | Gaim::SavedStatusSub T_GaimObj | |
| 141 | Gaim::SoundEventID T_IV | |
| 142 | Gaim::Sound::UiOps T_GaimObj | |
| 11118 | 143 | |
| 12808 | 144 | Gaim::Input::Condition T_GaimObj |
| 145 | Gaim::SslErrorType T_IV | |
| 146 | Gaim::Ssl::Connection T_GaimObj | |
| 147 | Gaim::Ssl::Ops T_GaimObj | |
| 11118 | 148 | |
| 12808 | 149 | Gaim::Presence T_GaimObj |
| 150 | Gaim::PresenceContext T_IV | |
| 11118 | 151 | Gaim::Status T_GaimObj |
| 12808 | 152 | Gaim::StatusAttr T_GaimObj |
| 153 | Gaim::StatusPrimitive T_IV | |
| 11118 | 154 | Gaim::StatusType T_GaimObj |
| 11170 | 155 | const Gaim::StatusType T_GaimObj |
| 11118 | 156 | |
| 12808 | 157 | Gaim::StoredImage T_GaimObj |
| 11118 | 158 | Gaim::Stringref T_GaimObj |
|
14417
5b0b76a8dee4
[gaim-migrate @ 17061]
Mark Doliner <markdoliner@pidgin.im>
parents:
14254
diff
changeset
|
159 | Gaim::Util::FetchUrlData T_PTR |
|
13105
8f9c66e4af87
[gaim-migrate @ 15466]
Richard Laager <rlaager@pidgin.im>
parents:
12919
diff
changeset
|
160 | Gaim::Util::InfoFieldFormatCallback T_PTR |
| 11118 | 161 | Gaim::Value T_GaimObj |
| 162 | ||
| 12808 | 163 | Gaim::Xfer T_GaimObj |
| 164 | Gaim::XferType T_IV | |
| 165 | Gaim::XferStatusType T_IV | |
| 11118 | 166 | Gaim::XferUiOps T_IV |
| 12364 | 167 | |
| 12808 | 168 | Gaim::XMLNode T_GaimObj |
| 169 | XMLNode::Type T_IV | |
| 11118 | 170 | |
| 12808 | 171 | /* enums */ |
| 11118 | 172 | |
| 12808 | 173 | /* cipher.h */ |
| 11118 | 174 | |
| 12808 | 175 | /* blist.h */ |
| 11118 | 176 | |
| 12808 | 177 | /* debug.h */ |
| 178 | Gaim::DebugLevel T_IV | |
| 11118 | 179 | |
| 12808 | 180 | /* conversation.h */ |
| 181 | Gaim::ConvChatBuddyFlags T_IV | |
| 182 | Gaim::ConvUpdateType T_IV | |
| 183 | Gaim::ConversationType T_IV | |
| 184 | Gaim::MessageFlags T_IV | |
| 185 | Gaim::TypingState T_IV | |
| 11118 | 186 | Gaim::UnseenState T_IV |
| 187 | ||
| 12808 | 188 | /* connection.h */ |
| 11118 | 189 | Gaim::ConnectionFlags T_IV |
| 190 | Gaim::ConnectionState T_IV | |
| 191 | ||
| 6508 | 192 | INPUT |
| 193 | ||
| 194 | T_GaimObj | |
|
12165
9f2d7e6b8707
[gaim-migrate @ 14466]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11533
diff
changeset
|
195 | $var = gaim_perl_ref_object($arg) |
| 6508 | 196 | |
| 197 | OUTPUT | |
| 198 | ||
| 199 | T_GaimObj | |
|
6531
3fca41d7b411
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6520
diff
changeset
|
200 | $arg = gaim_perl_bless_object($var, \"$type\"); |
|
15165
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
201 | |
|
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
202 | T_GCHAR_OWN |
|
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
203 | /* used when we can directly own the returned string. */ |
|
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
204 | /* we have to copy in the case when perl's malloc != gtk's malloc, |
|
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
205 | * so best copy all the time. */ |
|
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
206 | sv_setpv ((SV*)$arg, $var); |
|
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
207 | SvUTF8_on ($arg); |
|
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
208 | g_free ($var); |
|
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
209 |