comparison libgaim/plugins/perl/common/module.h @ 15204:d83f71ca0cd7

[gaim-migrate @ 17994] fix the perl bindings for the notify_userinfo changes. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 14 Dec 2006 05:02:08 +0000
parents 53f7a4a8ad2a
children
comparison
equal deleted inserted replaced
15203:f814b2df9cce 15204:d83f71ca0cd7
179 typedef GaimNotifySearchResults * Gaim__NotifySearchResults; 179 typedef GaimNotifySearchResults * Gaim__NotifySearchResults;
180 typedef GaimNotifySearchColumn * Gaim__NotifySearchColumn; 180 typedef GaimNotifySearchColumn * Gaim__NotifySearchColumn;
181 typedef GaimNotifySearchButton * Gaim__NotifySearchButton; 181 typedef GaimNotifySearchButton * Gaim__NotifySearchButton;
182 typedef GaimNotifyType Gaim__NotifyType; 182 typedef GaimNotifyType Gaim__NotifyType;
183 typedef GaimNotifyUiOps * Gaim__NotifyUiOps; 183 typedef GaimNotifyUiOps * Gaim__NotifyUiOps;
184 typedef GaimNotifyUserInfo * Gaim__NotifyUserInfo;
185 typedef GaimNotifyUserInfoEntry * Gaim__NotifyUserInfoEntry;
184 186
185 /* plugin.h */ 187 /* plugin.h */
186 typedef GaimPlugin * Gaim__Plugin; 188 typedef GaimPlugin * Gaim__Plugin;
187 typedef GaimPluginAction * Gaim__Plugin__Action; 189 typedef GaimPluginAction * Gaim__Plugin__Action;
188 typedef GaimPluginInfo * Gaim__PluginInfo; 190 typedef GaimPluginInfo * Gaim__PluginInfo;