Mercurial > pidgin
comparison src/notify.c @ 6356:ee0044f3e377
[gaim-migrate @ 6855]
Fixed a wrong data type.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 02 Aug 2003 09:02:22 +0000 |
| parents | 99f4bbeb27bc |
| children | e006685f75aa |
comparison
equal
deleted
inserted
replaced
| 6355:19ceb5d78ce1 | 6356:ee0044f3e377 |
|---|---|
| 32 void *ui_handle; | 32 void *ui_handle; |
| 33 | 33 |
| 34 } GaimNotifyInfo; | 34 } GaimNotifyInfo; |
| 35 | 35 |
| 36 void * | 36 void * |
| 37 gaim_notify_message(void *handle, GaimNotifyType type, | 37 gaim_notify_message(void *handle, GaimNotifyMsgType type, |
| 38 const char *title, const char *primary, | 38 const char *title, const char *primary, |
| 39 const char *secondary, GCallback cb, void *user_data) | 39 const char *secondary, GCallback cb, void *user_data) |
| 40 { | 40 { |
| 41 GaimNotifyUiOps *ops; | 41 GaimNotifyUiOps *ops; |
| 42 | 42 |
