comparison src/notify.h @ 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 158196b2db19
children e006685f75aa
comparison
equal deleted inserted replaced
6355:19ceb5d78ce1 6356:ee0044f3e377
91 * the notification. 91 * the notification.
92 * @param user_data The data to pass to the callback. 92 * @param user_data The data to pass to the callback.
93 * 93 *
94 * @return A UI-specific handle. 94 * @return A UI-specific handle.
95 */ 95 */
96 void *gaim_notify_message(void *handle, GaimNotifyType type, 96 void *gaim_notify_message(void *handle, GaimNotifyMsgType type,
97 const char *title, const char *primary, 97 const char *title, const char *primary,
98 const char *secondary, GCallback cb, 98 const char *secondary, GCallback cb,
99 void *user_data); 99 void *user_data);
100 100
101 /** 101 /**