Mercurial > pidgin
changeset 12235:62bed9e1bce0
[gaim-migrate @ 14537]
warning fix
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 27 Nov 2005 17:38:19 +0000 |
parents | 7de5514bc406 |
children | 2cfd36ba0f45 |
files | plugins/perl/common/Notify.xs plugins/perl/common/typemap |
diffstat | 2 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/perl/common/Notify.xs Sun Nov 27 04:41:13 2005 +0000 +++ b/plugins/perl/common/Notify.xs Sun Nov 27 17:38:19 2005 +0000 @@ -19,7 +19,7 @@ const char *from const char *to const char *url - GCallback cb + GHookFunc cb void * user_data @@ -32,7 +32,7 @@ const char **froms const char **tos const char **urls - GCallback cb + GHookFunc cb void * user_data @@ -43,7 +43,7 @@ const char *primary const char *secondary const char *text - GCallback cb + GHookFunc cb void * user_data @@ -58,7 +58,7 @@ const char *title const char *primary const char *secondary - GCallback cb + GHookFunc cb void * user_data @@ -69,7 +69,7 @@ const char *primary const char *secondary Gaim::NotifySearchResults results - GCallback cb + GHookFunc cb void * user_data void @@ -86,7 +86,7 @@ Gaim::Connection gc const char *who const char *text - GCallback cb + GHookFunc cb void * user_data