Mercurial > pidgin
diff plugins/perl/common/module.h @ 11533:c9b815aeddc1
[gaim-migrate @ 13782]
Pushing more of the userinfo stuff to the UI. Also, fixed a notify API warning in the perl plugin.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 12 Sep 2005 20:04:37 +0000 |
| parents | 519dc2186438 |
| children | 9b3833da6840 |
line wrap: on
line diff
--- a/plugins/perl/common/module.h Mon Sep 12 18:52:53 2005 +0000 +++ b/plugins/perl/common/module.h Mon Sep 12 20:04:37 2005 +0000 @@ -161,7 +161,11 @@ /* notify.h */ typedef GaimNotifyType Gaim__NotifyType; -typedef GaimNotifyMsgType Gaim__NotifyMsgType; +typedef GaimNotifyMsgType Gaim__NotifyMsgType; +typedef GaimNotifySearchButtonType Gaim__NotifySearchButtonType; +typedef GaimNotifySearchResults * Gaim__NotifySearchResults; +typedef GaimNotifySearchColumn * Gaim__NotifySearchColumn; +typedef GaimNotifySearchButton * Gaim__NotifySearchButton; typedef GaimNotifyUiOps * Gaim__NotifyUiOps; /* plugin.h */
