| 11532:b069bbab16be | 11533:f58436975d44 |
|---|---|
| 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 |