summaryrefslogtreecommitdiff
path: root/libpurple/plugins/perl/common/Notify.xs
diff options
context:
space:
mode:
Diffstat (limited to 'libpurple/plugins/perl/common/Notify.xs')
-rw-r--r--libpurple/plugins/perl/common/Notify.xs4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpurple/plugins/perl/common/Notify.xs b/libpurple/plugins/perl/common/Notify.xs
index 1ec708e9dc..5bac54fb4b 100644
--- a/libpurple/plugins/perl/common/Notify.xs
+++ b/libpurple/plugins/perl/common/Notify.xs
@@ -102,6 +102,10 @@ purple_notify_message(handle, type, title, primary, secondary, cb, user_data)
const char *secondary
Purple::NotifyCloseCallback cb
gpointer user_data
+CODE:
+ RETVAL = purple_notify_message(handle, type, title, primary, secondary, NULL, cb, user_data);
+OUTPUT:
+ RETVAL
void *
purple_notify_searchresults(gc, title, primary, secondary, results, cb, user_data)