Mercurial > pidgin.yaz
diff plugins/perl/common/Notify.xs @ 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 | b284c703d398 |
children | 62bed9e1bce0 |
line wrap: on
line diff
--- a/plugins/perl/common/Notify.xs Mon Sep 12 18:52:53 2005 +0000 +++ b/plugins/perl/common/Notify.xs Mon Sep 12 20:04:37 2005 +0000 @@ -68,7 +68,7 @@ const char *title const char *primary const char *secondary - const char **results + Gaim::NotifySearchResults results GCallback cb void * user_data @@ -82,12 +82,9 @@ const char *uri void * -gaim_notify_userinfo(gc, who, title, primary, secondary, text, cb, user_data) +gaim_notify_userinfo(gc, who, text, cb, user_data) Gaim::Connection gc const char *who - const char *title - const char *primary - const char *secondary const char *text GCallback cb void * user_data