diff -r 50156a40fc85 -r d2e9e0b98764 plugins/perl/common/Notify.xs --- 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