| 12234:50156a40fc85 | 12235:d2e9e0b98764 |
|---|---|
| 17 void * handle | 17 void * handle |
| 18 const char *subject | 18 const char *subject |
| 19 const char *from | 19 const char *from |
| 20 const char *to | 20 const char *to |
| 21 const char *url | 21 const char *url |
| 22 GCallback cb | 22 GHookFunc cb |
| 23 void * user_data | 23 void * user_data |
| 24 | 24 |
| 25 | 25 |
| 26 void * | 26 void * |
| 27 gaim_notify_emails(handle, count, detailed, subjects, froms, tos, urls, cb, user_data) | 27 gaim_notify_emails(handle, count, detailed, subjects, froms, tos, urls, cb, user_data) |
| 30 gboolean detailed | 30 gboolean detailed |
| 31 const char **subjects | 31 const char **subjects |
| 32 const char **froms | 32 const char **froms |
| 33 const char **tos | 33 const char **tos |
| 34 const char **urls | 34 const char **urls |
| 35 GCallback cb | 35 GHookFunc cb |
| 36 void * user_data | 36 void * user_data |
| 37 | 37 |
| 38 | 38 |
| 39 void * | 39 void * |
| 40 gaim_notify_formatted(handle, title, primary, secondary, text, cb, user_data) | 40 gaim_notify_formatted(handle, title, primary, secondary, text, cb, user_data) |
| 41 void * handle | 41 void * handle |
| 42 const char *title | 42 const char *title |
| 43 const char *primary | 43 const char *primary |
| 44 const char *secondary | 44 const char *secondary |
| 45 const char *text | 45 const char *text |
| 46 GCallback cb | 46 GHookFunc cb |
| 47 void * user_data | 47 void * user_data |
| 48 | 48 |
| 49 | 49 |
| 50 Gaim::NotifyUiOps | 50 Gaim::NotifyUiOps |
| 51 gaim_notify_get_ui_ops() | 51 gaim_notify_get_ui_ops() |
| 56 void * handle | 56 void * handle |
| 57 Gaim::NotifyMsgType type | 57 Gaim::NotifyMsgType type |
| 58 const char *title | 58 const char *title |
| 59 const char *primary | 59 const char *primary |
| 60 const char *secondary | 60 const char *secondary |
| 61 GCallback cb | 61 GHookFunc cb |
| 62 void * user_data | 62 void * user_data |
| 63 | 63 |
| 64 | 64 |
| 65 void * | 65 void * |
| 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 Gaim::NotifySearchResults results | 71 Gaim::NotifySearchResults results |
| 72 GCallback cb | 72 GHookFunc 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) |
| 77 Gaim::NotifyUiOps ops | 77 Gaim::NotifyUiOps ops |
| 84 void * | 84 void * |
| 85 gaim_notify_userinfo(gc, who, 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 *text | 88 const char *text |
| 89 GCallback cb | 89 GHookFunc cb |
| 90 void * user_data | 90 void * user_data |
| 91 | 91 |
| 92 | 92 |