# HG changeset patch # User Nathan Walp # Date 1133113099 0 # Node ID 62bed9e1bce00f91b54fe2f4affbc238af276264 # Parent 7de5514bc4065f9aa9bdac7144e41ccb67130bf2 [gaim-migrate @ 14537] warning fix committer: Tailor Script diff -r 7de5514bc406 -r 62bed9e1bce0 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 diff -r 7de5514bc406 -r 62bed9e1bce0 plugins/perl/common/typemap --- a/plugins/perl/common/typemap Sun Nov 27 04:41:13 2005 +0000 +++ b/plugins/perl/common/typemap Sun Nov 27 17:38:19 2005 +0000 @@ -25,6 +25,7 @@ size_t * T_PTR Gaim::GTK::Widget * T_PTR GCallback T_PTR +GHookFunc T_PTR va_list T_PTR GString * T_PTR GData * T_PTR