comparison 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
comparison
equal deleted inserted replaced
11532:57439a383f4f 11533:c9b815aeddc1
66 gaim_notify_searchresults(gc, title, primary, secondary, results, cb, user_data) 66 gaim_notify_searchresults(gc, title, primary, secondary, results, cb, user_data)
67 Gaim::Connection gc 67 Gaim::Connection gc
68 const char *title 68 const char *title
69 const char *primary 69 const char *primary
70 const char *secondary 70 const char *secondary
71 const char **results 71 Gaim::NotifySearchResults results
72 GCallback cb 72 GCallback cb
73 void * user_data 73 void * user_data
74 74
75 void 75 void
76 gaim_notify_set_ui_ops(ops) 76 gaim_notify_set_ui_ops(ops)
80 gaim_notify_uri(handle, uri) 80 gaim_notify_uri(handle, uri)
81 void * handle 81 void * handle
82 const char *uri 82 const char *uri
83 83
84 void * 84 void *
85 gaim_notify_userinfo(gc, who, title, primary, secondary, text, cb, user_data) 85 gaim_notify_userinfo(gc, who, text, cb, user_data)
86 Gaim::Connection gc 86 Gaim::Connection gc
87 const char *who 87 const char *who
88 const char *title
89 const char *primary
90 const char *secondary
91 const char *text 88 const char *text
92 GCallback cb 89 GCallback cb
93 void * user_data 90 void * user_data
94 91
95 92