comparison src/gtknotify.c @ 9800:cc68a8c6e741

[gaim-migrate @ 10668] I rather dislike that gc is used implicitly as the handle. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 21 Aug 2004 05:12:23 +0000
parents 62eb9fe24692
children 7570908c558f
comparison
equal deleted inserted replaced
9799:f4adac0ef359 9800:cc68a8c6e741
392 gaim_gtk_notify_userinfo(GaimConnection *gc, const char *who, 392 gaim_gtk_notify_userinfo(GaimConnection *gc, const char *who,
393 const char *title, const char *primary, 393 const char *title, const char *primary,
394 const char *secondary, const char *text, 394 const char *secondary, const char *text,
395 GCallback cb, void *user_data) 395 GCallback cb, void *user_data)
396 { 396 {
397 return (gaim_gtk_notify_formatted(title, primary, secondary, 397 return gaim_gtk_notify_formatted(title, primary, secondary,
398 text, cb, user_data)); 398 text, cb, user_data);
399 } 399 }
400 400
401 static void 401 static void
402 gaim_gtk_close_notify(GaimNotifyType type, void *ui_handle) 402 gaim_gtk_close_notify(GaimNotifyType type, void *ui_handle)
403 { 403 {